about summary refs log tree commit diff
path: root/pkgs/misc/drivers/hplip
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <nckx@users.noreply.github.com>2016-09-23 21:39:36 +0200
committerGitHub <noreply@github.com>2016-09-23 21:39:36 +0200
commit0a2f4e4d56d8ddd46ad4743ef614b63da0b28836 (patch)
treed6230ac2ba0d08a1bd58cc1cdb09c2259193cea4 /pkgs/misc/drivers/hplip
parentfda18e432e352d61195a193746587a81b0bc89b9 (diff)
parent2bee86d43584aa2a614d6b9cee8a9a517d66edd3 (diff)
downloadnixlib-0a2f4e4d56d8ddd46ad4743ef614b63da0b28836.tar
nixlib-0a2f4e4d56d8ddd46ad4743ef614b63da0b28836.tar.gz
nixlib-0a2f4e4d56d8ddd46ad4743ef614b63da0b28836.tar.bz2
nixlib-0a2f4e4d56d8ddd46ad4743ef614b63da0b28836.tar.lz
nixlib-0a2f4e4d56d8ddd46ad4743ef614b63da0b28836.tar.xz
nixlib-0a2f4e4d56d8ddd46ad4743ef614b63da0b28836.tar.zst
nixlib-0a2f4e4d56d8ddd46ad4743ef614b63da0b28836.zip
Merge pull request #17850 from regnat/hplip
hplip: Allow building with plugins on arm
Diffstat (limited to 'pkgs/misc/drivers/hplip')
-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 6c671b56b7ad..bf0af6b806fd 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