about summary refs log tree commit diff
path: root/pkgs/applications/graphics/mcomix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/mcomix/default.nix')
-rw-r--r--pkgs/applications/graphics/mcomix/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/mcomix/default.nix b/pkgs/applications/graphics/mcomix/default.nix
index 88f3937335ba..c88c3337c928 100644
--- a/pkgs/applications/graphics/mcomix/default.nix
+++ b/pkgs/applications/graphics/mcomix/default.nix
@@ -1,7 +1,6 @@
-{ stdenv, fetchurl, buildPythonApplication, python27Packages }:
+{ stdenv, fetchurl, python27Packages }:
 
-buildPythonApplication rec {
-    namePrefix = "";
+python27Packages.buildPythonApplication rec {
     name = "mcomix-${version}";
     version = "1.2.1";