forked from M-Labs/artiq-extrapkg
Compare commits
3 Commits
88701b10bc
...
781c61de19
Author | SHA1 | Date |
---|---|---|
Sebastien Bourdeauducq | 781c61de19 | |
Sebastien Bourdeauducq | a131ed2e09 | |
Brad Bondurant | 213d90e576 |
|
@ -11,11 +11,11 @@
|
||||||
"src-pythonparser": "src-pythonparser"
|
"src-pythonparser": "src-pythonparser"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1657275623,
|
"lastModified": 1659431458,
|
||||||
"narHash": "sha256-FtVLsJtUsK7Yul2Ma4x8qzFsbqPla/w+IBaotcK/jDI=",
|
"narHash": "sha256-+CZVEohTMBLVbBf6W81H309rxrF7fOzAKkEJ7QVIu14=",
|
||||||
"ref": "release-7",
|
"ref": "release-7",
|
||||||
"rev": "59dfb9e902183bd76cb39ff550495e5fdd17c65d",
|
"rev": "eba143a47530adbd9d402a9736d0fdc06dcf836f",
|
||||||
"revCount": 8111,
|
"revCount": 8116,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/m-labs/artiq.git"
|
"url": "https://github.com/m-labs/artiq.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -112,6 +112,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
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";
|
||||||
|
@ -288,6 +289,7 @@
|
||||||
"llvmlite"
|
"llvmlite"
|
||||||
"llvm-tools"
|
"llvm-tools"
|
||||||
"lld"
|
"lld"
|
||||||
|
"tqdm"
|
||||||
"artiq-comtools"
|
"artiq-comtools"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue