summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/haskell-overrides/kirk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/5pkgs/haskell-overrides/kirk.nix')
-rw-r--r--krebs/5pkgs/haskell-overrides/kirk.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/krebs/5pkgs/haskell-overrides/kirk.nix b/krebs/5pkgs/haskell-overrides/kirk.nix
deleted file mode 100644
index 2cd6bb13..00000000
--- a/krebs/5pkgs/haskell-overrides/kirk.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ mkDerivation, async, base, bytestring, fetchgit, network
-, optparse-applicative, stdenv, text
-}:
-mkDerivation {
- pname = "kirk";
- version = "1.0.0";
- src = fetchgit {
- url = "http://cgit.krebsco.de/kirk";
- sha256 = "0w4drg2lyyw45abfn3g55zd6m7pl7yqxql5rpyy6qqdbvnyak94w";
- rev = "c78f3c62c0ba76465e39d1570073f867aa2d4240";
- };
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- async base bytestring network optparse-applicative text
- ];
- license = stdenv.lib.licenses.mit;
-}