odin: remove double patching
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user