forked from M-Labs/artiq
flake: set pythonparser version
This commit is contained in:
parent
b3b73948a2
commit
5a8928fbf3
|
@ -55,7 +55,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonparser = pkgs.python3Packages.buildPythonPackage {
|
pythonparser = pkgs.python3Packages.buildPythonPackage {
|
||||||
name = "pythonparser";
|
pname = "pythonparser";
|
||||||
|
version = "1.4";
|
||||||
src = src-pythonparser;
|
src = src-pythonparser;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
propagatedBuildInputs = with pkgs.python3Packages; [ regex ];
|
propagatedBuildInputs = with pkgs.python3Packages; [ regex ];
|
||||||
|
|
Loading…
Reference in New Issue