flake: set pythonparser version

This commit is contained in:
Sebastien Bourdeauducq 2022-02-12 17:48:35 +08:00
parent b3b73948a2
commit 5a8928fbf3
1 changed files with 2 additions and 1 deletions

View File

@ -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 ];