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
commit 2e82923040
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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