about summary refs log tree commit diff
path: root/pkgs/misc/cups
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2021-02-18 20:16:02 +0100
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-02-18 20:16:02 +0100
commit1621cfdaa05c6f4fb18835fbeed0129549984e93 (patch)
tree77310b61d19851a46b033de456428f963ec9b04f /pkgs/misc/cups
parentdddb27bf3ee4920448b20a32ee3ec67c6cf58255 (diff)
cnijfilter2: restrict to x86/x86_64 linux
Diffstat (limited to 'pkgs/misc/cups')
-rw-r--r--pkgs/misc/cups/drivers/cnijfilter2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/cups/drivers/cnijfilter2/default.nix b/pkgs/misc/cups/drivers/cnijfilter2/default.nix
index fd73d6db06c1b..baf7e3c15062d 100644
--- a/pkgs/misc/cups/drivers/cnijfilter2/default.nix
+++ b/pkgs/misc/cups/drivers/cnijfilter2/default.nix
@@ -117,7 +117,7 @@ stdenv.mkDerivation {
     description = "Canon InkJet printer drivers for the MG7500, MG6700, MG6600, MG5600, MG2900, MB2000, MB2300, iB4000, MB5000, MB5300, iP110, E450, MX490, E480, MG7700, MG6900, MG6800, MG5700, MG3600, and G3000 series";
     homepage = "https://hk.canon/en/support/0101048401/1";
     license = licenses.unfree;
-    platforms = platforms.linux;
+    platforms = [ "i686-linux" "x86_64-linux" ];
     maintainers = with maintainers; [ cstrahan ];
   };
 }