forked from M-Labs/artiq-extrapkg
Compare commits
No commits in common. "acd2ea9457e006acdee2385518104f5f3e69765a" and "56946170c6e4c03f3db8102d570fc88de25c8800" have entirely different histories.
acd2ea9457
...
56946170c6
|
@ -11,11 +11,11 @@
|
||||||
"src-pythonparser": "src-pythonparser"
|
"src-pythonparser": "src-pythonparser"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659431396,
|
"lastModified": 1657277380,
|
||||||
"narHash": "sha256-STVcApCWaQ4lu5zOgUOrWeoiVpcXaTfdB5h+GUgKovY=",
|
"narHash": "sha256-6r8uqecGQvdM6oIoTEAPLoABp+h9p2Ji7C05DoK3aso=",
|
||||||
"ref": "master",
|
"ref": "master",
|
||||||
"rev": "f31279411ef7f198ee697290efe957544896ebdb",
|
"rev": "db4bccda7ed7724f7641b169f1d1c9425a15e8a3",
|
||||||
"revCount": 8137,
|
"revCount": 8102,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/m-labs/artiq.git"
|
"url": "https://github.com/m-labs/artiq.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -112,7 +112,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
in rec {
|
in rec {
|
||||||
inherit makeCondaChannel;
|
|
||||||
packages.x86_64-linux = rec {
|
packages.x86_64-linux = rec {
|
||||||
korad_ka3005p = pkgs.python3Packages.buildPythonPackage {
|
korad_ka3005p = pkgs.python3Packages.buildPythonPackage {
|
||||||
pname = "korad_ka3005p";
|
pname = "korad_ka3005p";
|
||||||
|
@ -289,7 +288,6 @@
|
||||||
"llvmlite"
|
"llvmlite"
|
||||||
"llvm-tools"
|
"llvm-tools"
|
||||||
"lld"
|
"lld"
|
||||||
"tqdm"
|
|
||||||
"artiq-comtools"
|
"artiq-comtools"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue