diff --git a/krebs/5pkgs/haskell-overrides/kirk.nix b/krebs/5pkgs/haskell-overrides/kirk.nix new file mode 100644 index 000000000..2cd6bb134 --- /dev/null +++ b/krebs/5pkgs/haskell-overrides/kirk.nix @@ -0,0 +1,18 @@ +{ 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; +} diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix index d45321cd8..293a00e78 100644 --- a/tv/2configs/git.nix +++ b/tv/2configs/git.nix @@ -36,8 +36,8 @@ let { htgen = { cgit.desc = "toy HTTP server"; }; - irc = { - cgit.desc = "toy IRC client"; + kirk = { + cgit.desc = "IRC tools"; }; load-env = {}; loldns = {