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,6 +1,6 @@
{ stdenv, fetchgit, buildPythonApplication, pythonPackages }:
{ stdenv, fetchgit, pythonPackages }:
buildPythonApplication rec {
pythonPackages.buildPythonApplication rec {
name = "grabserial-20141120";
namePrefix = "";