odin: patch shebang in build script (#404992)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-08 12:48:28 +02:00
committed by GitHub
+3
View File
@@ -24,6 +24,9 @@ stdenv.mkDerivation (finalAttrs: {
patches = [
./darwin-remove-impure-links.patch
];
postPatch = ''
patchShebangs --build build_odin.sh
'';
postPatch = ''
patchShebangs ./build_odin.sh