Let host be overriden with a better ISC Bind version if the latter is installed

svn path=/nixos/branches/modular-nixos/; revision=15862
This commit is contained in:
Michael Raskin 2009-06-05 12:44:32 +00:00
parent 5bcfbcac88
commit 7e2574c4fd

View file

@ -57,8 +57,9 @@ let
pkgs.usbutils
pkgs.utillinux
pkgs.wirelesstools
pkgs.host
] ++ config.environment.extraPackages;
] ++ config.environment.extraPackages
++ [ pkgs.host ]
;
options = {