mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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 New Issue
Block a user