Do not use top-level buildPythonPackage or buildPythonApplication
but instead use the one in pythonPackages.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, pythonPackages, buildPythonApplication, hping }:
|
||||
{ stdenv, fetchFromGitHub, pythonPackages, hping }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
rev = "bf14bbff";
|
||||
|
||||
Reference in New Issue
Block a user