hplip: Allow building with plugins on arm
This commit is contained in:
parent
904ee1bebc
commit
2bee86d435
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user