Added sabnzbd usenet download tool :)
svn path=/nixpkgs/trunk/; revision=18294
This commit is contained in:
parent
a83def2812
commit
123e595990
|
@ -4945,6 +4945,10 @@ let
|
||||||
sslSupport = true;
|
sslSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sabnzbd = import ../servers/sabnzbd {
|
||||||
|
inherit fetchurl stdenv python cheetahTemplate makeWrapper;
|
||||||
|
};
|
||||||
|
|
||||||
bind = builderDefsPackage (selectVersion ../servers/dns/bind "9.5.0") {
|
bind = builderDefsPackage (selectVersion ../servers/dns/bind "9.5.0") {
|
||||||
inherit openssl libtool;
|
inherit openssl libtool;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue