about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-03-24 21:07:55 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-03-24 21:07:55 +0100
commit455ce3528c9caddf4aea774388707da13bf52ef3 (patch)
treedefbc9f4831074917cd93eb5ebe9ce225276c045 /pkgs/misc
parent9a777013d1d34acc4ea217a7f09bfab96c6be50f (diff)
parentc1a9dc3d3753ee02eff4ffdcf6a0238554afd243 (diff)
Merge branch 'staging'
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/drivers/hplip/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index 0e53bdf7f656b..62f94ae6fc9fc 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -47,8 +47,9 @@ in
 assert withPlugin -> builtins.elem hplipArch pluginArches
   || throw "HPLIP plugin not supported on ${stdenv.system}";
 
-pythonPackages.mkPythonDerivation {
+pythonPackages.buildPythonApplication {
   inherit name src;
+  format = "other";
 
   buildInputs = [
     libjpeg