buildPythonApplication: use new function for Python applications
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchgit, buildPythonPackage, pythonPackages }:
|
||||
{ stdenv, fetchgit, buildPythonApplication, pythonPackages }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonApplication rec {
|
||||
|
||||
name = "grabserial-20141120";
|
||||
namePrefix = "";
|
||||
|
||||
Reference in New Issue
Block a user