k 5 Reaktor: fix build on newer nixpkgs

This commit is contained in:
lassulus 2016-06-28 17:54:33 +02:00
parent 885ded6ca9
commit a8a3ac5640

View file

@ -3,6 +3,9 @@
python3Packages.buildPythonPackage rec {
name = "Reaktor-${version}";
version = "0.5.1";
doCheck = false;
propagatedBuildInputs = with pkgs;[
python3Packages.docopt
python3Packages.requests2