hplip: disable parallel installing
> cannot find -lhpipp https://hydra.nixos.org/log/s0c7hm2jpwd64msh8xqm6y6q1ihnplci-hplip-3.22.6.drv
This commit is contained in:
parent
ea91658f85
commit
3fbc1838eb
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ python3Packages.buildPythonApplication {
|
|||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelInstalling = false;
|
||||
|
||||
#
|
||||
# Running `hp-diagnose_plugin -g` can be used to diagnose
|
||||
|
|
Loading…
Reference in a new issue