lol

Merge pull request #17850 from regnat/hplip

hplip: Allow building with plugins on arm

authored by

Tobias Geerinckx-Rice and committed by
GitHub
0a2f4e4d fda18e43

+1 -1
+1 -1
pkgs/misc/drivers/hplip/default.nix
··· 40 40 hplipArch = hplipPlatforms."${stdenv.system}" 41 41 or (throw "HPLIP not supported on ${stdenv.system}"); 42 42 43 - pluginArches = [ "x86_32" "x86_64" ]; 43 + pluginArches = [ "x86_32" "x86_64" "arm32" ]; 44 44 45 45 in 46 46