1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-20 16:39:31 +03:00

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