From 3b747e92e5e300df5635b2f6d788a9c13ec15bde Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Sat, 27 Feb 2010 18:51:06 +0000 Subject: Fixing the correct handling of uboot in the initrd and the kernel derivations. (nixos on sheevaplug) svn path=/nixpkgs/trunk/; revision=20275 --- pkgs/build-support/kernel/make-initrd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/build-support/kernel') diff --git a/pkgs/build-support/kernel/make-initrd.nix b/pkgs/build-support/kernel/make-initrd.nix index f2cf894b863..2c0ca37553d 100644 --- a/pkgs/build-support/kernel/make-initrd.nix +++ b/pkgs/build-support/kernel/make-initrd.nix @@ -16,7 +16,7 @@ let inputsFun = ubootName : [perl cpio] - ++ stdenv.lib.optional (ubootName != null) [ ubootChooser ubootName ]; + ++ stdenv.lib.optional (ubootName != null) [ (ubootChooser ubootName) ]; makeUInitrdFun = ubootName : (ubootName != null); in stdenv.mkDerivation { -- cgit 1.4.1