odin: patch shebang in build script (#404992)
This commit is contained in:
@@ -24,6 +24,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
patches = [
|
||||
./darwin-remove-impure-links.patch
|
||||
];
|
||||
postPatch = ''
|
||||
patchShebangs --build build_odin.sh
|
||||
'';
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs ./build_odin.sh
|
||||
|
||||
Reference in New Issue
Block a user