mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 05:59:17 +03:00
odin: patch shebang in build script (#404992)
This commit is contained in:
commit
2e82923040
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
patches = [
|
patches = [
|
||||||
./darwin-remove-impure-links.patch
|
./darwin-remove-impure-links.patch
|
||||||
];
|
];
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs --build build_odin.sh
|
||||||
|
'';
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs ./build_odin.sh
|
patchShebangs ./build_odin.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue