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, fetchgit, buildPythonApplication, pythonPackages }:
|
||||
{ stdenv, fetchgit, pythonPackages }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
|
||||
name = "grabserial-20141120";
|
||||
namePrefix = "";
|
||||
|
||||
Reference in New Issue
Block a user