Use composedArgsAndFun on utilliinux to remove some references to nixPkgs from Nixos.

svn path=/nixpkgs/trunk/; revision=13311
This commit is contained in:
Nicolas Pierron 2008-11-16 19:23:06 +00:00
parent 34f916700d
commit 14b2be147f

View File

@ -6562,7 +6562,7 @@ let
inherit fetchurl stdenv libusb;
};
utillinux = import ../os-specific/linux/util-linux {
utillinux = composedArgsAndFun (import ../os-specific/linux/util-linux) {
inherit fetchurl stdenv;
};