mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +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 = [
|
||||
./darwin-remove-impure-links.patch
|
||||
];
|
||||
postPatch = ''
|
||||
patchShebangs --build build_odin.sh
|
||||
'';
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs ./build_odin.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue