mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
busybox: patchshebangs to fix build on "limited" /bin/sh builders
This commit is contained in:
parent
5defdee634
commit
b546c7440e
@ -49,6 +49,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