2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

flake: set pythonparser version

This commit is contained in:
Sebastien Bourdeauducq 2022-02-12 17:48:35 +08:00
parent b3b73948a2
commit 5a8928fbf3

View File

@ -55,7 +55,8 @@
];
pythonparser = pkgs.python3Packages.buildPythonPackage {
name = "pythonparser";
pname = "pythonparser";
version = "1.4";
src = src-pythonparser;
doCheck = false;
propagatedBuildInputs = with pkgs.python3Packages; [ regex ];