tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
odin: remove double patching
Peder Bergebakken Sundt
11 months ago
dc866d9b
2e829230
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
od
odin
package.nix
-4
pkgs/by-name/od/odin/package.nix
reviewed
···
28
28
patchShebangs --build build_odin.sh
29
29
'';
30
30
31
31
-
postPatch = ''
32
32
-
patchShebangs ./build_odin.sh
33
33
-
'';
34
34
-
35
31
LLVM_CONFIG = lib.getExe' llvmPackages.llvm.dev "llvm-config";
36
32
37
33
dontConfigure = true;