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