forked from M-Labs/nac3
windows: don't fixup LLVM
This commit is contained in:
parent
0600ee8efa
commit
3852cc1058
|
@ -74,6 +74,7 @@ in rec {
|
||||||
''
|
''
|
||||||
wine64 ninja install
|
wine64 ninja install
|
||||||
'';
|
'';
|
||||||
|
dontFixup = true;
|
||||||
};
|
};
|
||||||
nac3artiq = pkgs.rustPlatform.buildRustPackage {
|
nac3artiq = pkgs.rustPlatform.buildRustPackage {
|
||||||
name = "nac3artiq-msys2";
|
name = "nac3artiq-msys2";
|
||||||
|
|
Loading…
Reference in New Issue