Do not use top-level buildPythonPackage or buildPythonApplication

but instead use the one in pythonPackages.
This commit is contained in:
Frederik Rietdijk
2016-09-26 11:10:51 +02:00
parent 2f4da5bd83
commit 3ba16c8234
22 changed files with 68 additions and 83 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pythonPackages, buildPythonApplication, hping }:
{ stdenv, fetchFromGitHub, pythonPackages, hping }:
pythonPackages.buildPythonApplication rec {
rev = "bf14bbff";