about summary refs log tree commit diff
path: root/pkgs/applications/video/key-mon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/key-mon/default.nix')
-rw-r--r--pkgs/applications/video/key-mon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/key-mon/default.nix b/pkgs/applications/video/key-mon/default.nix
index 5d1a0e4a95b65..12fc7151cd0d5 100644
--- a/pkgs/applications/video/key-mon/default.nix
+++ b/pkgs/applications/video/key-mon/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchurl, buildPythonPackage, gnome, librsvg, pygtk, pythonPackages }:
+{ stdenv, fetchurl, buildPythonApplication, gnome, librsvg, pygtk, pythonPackages }:
 
-buildPythonPackage rec {
+buildPythonApplication rec {
   name = "key-mon-${version}";
   version = "1.17";
   namePrefix = "";