Fixing the correct handling of uboot in the initrd and the kernel derivations.
(nixos on sheevaplug) svn path=/nixpkgs/trunk/; revision=20275
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user