mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #17850 from regnat/hplip
hplip: Allow building with plugins on arm
This commit is contained in:
commit
0a2f4e4d56
@ -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