summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDavid Costa <david@zarel.net>2018-10-27 14:52:26 +0100
committerPeter Simons <simons@cryp.to>2018-10-29 10:45:09 +0100
commitb4c7ff59f19fea9f75dae8a18677ee8021119b84 (patch)
tree5d6bdc89176e01158fb10d5b8b21638e834f8084 /pkgs
parent641ef3ab237b0467c4aa7778d7c3095be671d95f (diff)
downloadnixlib-b4c7ff59f19fea9f75dae8a18677ee8021119b84.tar
nixlib-b4c7ff59f19fea9f75dae8a18677ee8021119b84.tar.gz
nixlib-b4c7ff59f19fea9f75dae8a18677ee8021119b84.tar.bz2
nixlib-b4c7ff59f19fea9f75dae8a18677ee8021119b84.tar.lz
nixlib-b4c7ff59f19fea9f75dae8a18677ee8021119b84.tar.xz
nixlib-b4c7ff59f19fea9f75dae8a18677ee8021119b84.tar.zst
nixlib-b4c7ff59f19fea9f75dae8a18677ee8021119b84.zip
splix: add missing printer models
Add support for ML-2160 ML-2165 ML-3310 ML-3310ND.
The PPD files were not picked up by the Makefile because they were
in the wrong directory of the original source.

Co-authored-by: Merlin Göttlinger <megoettlinger@gmail.com>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/misc/cups/drivers/splix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/misc/cups/drivers/splix/default.nix b/pkgs/misc/cups/drivers/splix/default.nix
index 9cb9aa3ec582..012b37959d8f 100644
--- a/pkgs/misc/cups/drivers/splix/default.nix
+++ b/pkgs/misc/cups/drivers/splix/default.nix
@@ -31,6 +31,7 @@ in stdenv.mkDerivation {
   };
 
   postPatch = ''
+    mv -v *.ppd ppd/
     substituteInPlace src/pstoqpdl.cpp \
       --replace "RASTERDIR \"/\" RASTERTOQPDL" "\"$out/lib/cups/filter/rastertoqpdl\"" \
       --replace "RASTERDIR" "\"${cups-filters}/lib/cups/filter\"" \