about summary refs log tree commit diff
path: root/pkgs/applications/misc/yeganesh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/yeganesh/default.nix')
-rw-r--r--pkgs/applications/misc/yeganesh/default.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/pkgs/applications/misc/yeganesh/default.nix b/pkgs/applications/misc/yeganesh/default.nix
deleted file mode 100644
index f26d315fce2c..000000000000
--- a/pkgs/applications/misc/yeganesh/default.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, filepath, strict, time, xdgBasedir }:
-
-cabal.mkDerivation (self: {
-  pname = "yeganesh";
-  version = "2.5";
-  sha256 = "1bgw5v1g5n06jj0lyxpf48mdpaa2s49g0lbagf3jf9q01rb92bvf";
-  isLibrary = false;
-  isExecutable = true;
-  buildDepends = [ filepath strict time xdgBasedir ];
-  meta = {
-    homepage = "http://dmwit.com/yeganesh";
-    description = "small dmenu wrapper";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-  };
-})