hplip: Allow building with plugins on arm

This commit is contained in:
Théophane Hufschmitt 2016-08-19 19:13:39 +02:00
parent 904ee1bebc
commit 2bee86d435

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