k 5 Reaktor: fix build on newer nixpkgs
This commit is contained in:
parent
885ded6ca9
commit
a8a3ac5640
|
@ -3,6 +3,9 @@
|
|||
python3Packages.buildPythonPackage rec {
|
||||
name = "Reaktor-${version}";
|
||||
version = "0.5.1";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = with pkgs;[
|
||||
python3Packages.docopt
|
||||
python3Packages.requests2
|
||||
|
|
Loading…
Reference in a new issue