summary refs log tree commit diff
path: root/pkgs/applications/office/keepnote
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/keepnote')
-rw-r--r--pkgs/applications/office/keepnote/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/keepnote/default.nix b/pkgs/applications/office/keepnote/default.nix
index 409da36b2640..d4790edbb3e0 100644
--- a/pkgs/applications/office/keepnote/default.nix
+++ b/pkgs/applications/office/keepnote/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchurl, buildPythonPackage, pythonPackages, pygtk }:
+{ stdenv, fetchurl, buildPythonApplication, pythonPackages, pygtk }:
 
-buildPythonPackage {
+buildPythonApplication {
   name = "keepnote-0.7.8";
   namePrefix = "";