summary refs log tree commit diff
path: root/pkgs/misc/drivers
diff options
context:
space:
mode:
authorThéophane Hufschmitt <theophane.hufschmitt@polytechnique.org>2016-08-19 19:13:39 +0200
committerThéophane Hufschmitt <theophane.hufschmitt@polytechnique.org>2016-08-19 19:14:50 +0200
commit2bee86d43584aa2a614d6b9cee8a9a517d66edd3 (patch)
treed9767d81d952a1b9bd5b6a7577e92057c47be3a3 /pkgs/misc/drivers
parent904ee1bebc3a514688e3d96e76463b112b352644 (diff)
downloadnixpkgs-2bee86d43584aa2a614d6b9cee8a9a517d66edd3.tar
nixpkgs-2bee86d43584aa2a614d6b9cee8a9a517d66edd3.tar.gz
nixpkgs-2bee86d43584aa2a614d6b9cee8a9a517d66edd3.tar.bz2
nixpkgs-2bee86d43584aa2a614d6b9cee8a9a517d66edd3.tar.lz
nixpkgs-2bee86d43584aa2a614d6b9cee8a9a517d66edd3.tar.xz
nixpkgs-2bee86d43584aa2a614d6b9cee8a9a517d66edd3.tar.zst
nixpkgs-2bee86d43584aa2a614d6b9cee8a9a517d66edd3.zip
hplip: Allow building with plugins on arm
Diffstat (limited to 'pkgs/misc/drivers')
-rw-r--r--pkgs/misc/drivers/hplip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index 74204cd4e54..fa694d98736 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -40,7 +40,7 @@ let
   hplipArch = hplipPlatforms."${stdenv.system}"
     or (throw "HPLIP not supported on ${stdenv.system}");
 
-  pluginArches = [ "x86_32" "x86_64" ];
+  pluginArches = [ "x86_32" "x86_64" "arm32" ];
 
 in