Do not use top-level buildPythonPackage or buildPythonApplication
but instead use the one in pythonPackages.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchzip, buildPythonApplication }:
|
||||
{ stdenv, fetchzip, pythonPackages}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "gitinspector-${version}";
|
||||
version = "0.4.4";
|
||||
namePrefix = "";
|
||||
|
||||
Reference in New Issue
Block a user