mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
busybox: patchshebangs to fix build on "limited" /bin/sh builders
(cherry picked from commit b546c7440e
)
This commit is contained in:
parent
7ca656d893
commit
b7e51bf4ff
@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
|
||||
./busybox-in-store.patch
|
||||
];
|
||||
|
||||
postPatch = "patchShebangs .";
|
||||
|
||||
configurePhase = ''
|
||||
export KCONFIG_NOTIMESTAMP=1
|
||||
make ${if enableMinimal then "allnoconfig" else "defconfig"}
|
||||
|
Loading…
Reference in New Issue
Block a user