forked from mirrors/nixpkgs
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;
|
||||
};
|
||||
|
||||
sabnzbd = import ../servers/sabnzbd {
|
||||
inherit fetchurl stdenv python cheetahTemplate makeWrapper;
|
||||
};
|
||||
|
||||
bind = builderDefsPackage (selectVersion ../servers/dns/bind "9.5.0") {
|
||||
inherit openssl libtool;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue