4 # can either be "EU" or "Global"; it's unclear what the difference is
8 stdenv.mkDerivation rec {
9 pname = "cups-kyocera-ecosys-m552x-p502x";
13 url = "https://www.kyoceradocumentsolutions.de/content/download-center/de/drivers/all/Linux_8_1602_ECOSYS_M5521_5526_P5021_5026_zip.download.zip";
14 sha256 = "sha256-XDH5deZmWNghfoO7JaYYvnVq++mbQ8RwLY57L2CKYaY=";
18 mkdir -p $out/share/cups/model/Kyocera
19 cp ${region}/English/*.PPD $out/share/cups/model/Kyocera/
23 description = "PPD files for Kyocera ECOSYS M5521cdn/M5521cdw/M5526cdn/M5526cdw/P5021cdn/P5021cdw/P5026cdn/P5026cdw";
24 homepage = "https://www.kyoceradocumentsolutions.com";
25 license = licenses.unfree;
26 maintainers = [ maintainers.mbrgm ];
27 platforms = platforms.linux;