odin: remove double patching

This commit is contained in:
Peder Bergebakken Sundt 2025-05-08 12:57:06 +02:00
parent 2e82923040
commit dc866d9b42

View file

@ -28,10 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
patchShebangs --build build_odin.sh
'';
postPatch = ''
patchShebangs ./build_odin.sh
'';
LLVM_CONFIG = lib.getExe' llvmPackages.llvm.dev "llvm-config";
dontConfigure = true;