forked from M-Labs/artiq-extrapkg
fix msys2-artiq
This commit is contained in:
parent
b4912f3171
commit
24667daf4b
|
@ -428,8 +428,7 @@
|
|||
};
|
||||
msys2-artiq = msys2.makeMsys2Package {
|
||||
name = "artiq";
|
||||
src = artiq;
|
||||
inherit (artiqpkgs.packages.x86_64-linux.artiq) version;
|
||||
inherit (artiqpkgs.packages.x86_64-linux.artiq) version src;
|
||||
prepare =
|
||||
''
|
||||
export VERSIONEER_OVERRIDE=${artiqpkgs.packages.x86_64-linux.artiq.version}
|
||||
|
|
Loading…
Reference in New Issue