Loading pkgs/misc/uboot/default.nix +12 −14 Original line number Diff line number Diff line Loading @@ -115,14 +115,12 @@ let ] ++ extraMakeFlags; passAsFile = [ "extraConfig" ]; configurePhase = '' runHook preConfigure make -j$NIX_BUILD_CORES ${defconfig} cat $extraConfigPath >> .config printf "%s" "$extraConfig" >> .config runHook postConfigure ''; Loading @@ -145,9 +143,9 @@ let dontStrip = true; meta = __structuredAttrs = true; { meta = { homepage = "https://www.denx.de/wiki/U-Boot/"; description = "Boot loader for embedded systems"; license = lib.licenses.gpl2Plus; Loading Loading
pkgs/misc/uboot/default.nix +12 −14 Original line number Diff line number Diff line Loading @@ -115,14 +115,12 @@ let ] ++ extraMakeFlags; passAsFile = [ "extraConfig" ]; configurePhase = '' runHook preConfigure make -j$NIX_BUILD_CORES ${defconfig} cat $extraConfigPath >> .config printf "%s" "$extraConfig" >> .config runHook postConfigure ''; Loading @@ -145,9 +143,9 @@ let dontStrip = true; meta = __structuredAttrs = true; { meta = { homepage = "https://www.denx.de/wiki/U-Boot/"; description = "Boot loader for embedded systems"; license = lib.licenses.gpl2Plus; Loading