about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/editors/oni2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/editors/oni2/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/editors/oni2/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/nixpkgs/pkgs/applications/editors/oni2/default.nix b/nixpkgs/pkgs/applications/editors/oni2/default.nix
deleted file mode 100644
index 6721cf24d96b..000000000000
--- a/nixpkgs/pkgs/applications/editors/oni2/default.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ callPackage }:
-
-let mkOni2 = callPackage ./common.nix { };
-in mkOni2 rec {
-  variant = "oni2";
-  license = {
-    fullName = "Outrun Labs End User License Agreement";
-    url = "https://github.com/onivim/oni2/blob/master/Outrun-Labs-EULA-v1.1.md";
-    free = false;
-  };
-  version = "0.5.7";
-  rev = "v${version}";
-  sha256 = "NlN0Ntdwtx5XLjd1ltUzv/bjmJQR5eyRqtmicppP6YU=";
-  fetchDepsSha256 = "k7G6jPJfxCCSuSucPfiXljCVJhmjl/BxWMCEjv2tfhA=";
-}
-