Merge remote-tracking branch 'ni/master'
This commit is contained in:
commit
80af533ffc
18
krebs/5pkgs/haskell-overrides/kirk.nix
Normal file
18
krebs/5pkgs/haskell-overrides/kirk.nix
Normal file
|
@ -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;
|
||||
}
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue