Merge pull request #17850 from regnat/hplip

hplip: Allow building with plugins on arm
This commit is contained in:
Tobias Geerinckx-Rice 2016-09-23 21:39:36 +02:00 committed by GitHub
commit 0a2f4e4d56

View file

@ -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