mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
odin: remove double patching
This commit is contained in:
parent
2e82923040
commit
dc866d9b42
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue