mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
khotkeys: fix intermittant parallel build failure
This commit is contained in:
parent
22b10bac78
commit
69438a397f
@ -13,4 +13,5 @@ mkDerivation {
|
||||
plasma-framework plasma-workspace qtx11extras
|
||||
];
|
||||
outputs = [ "out" "dev" "bin" ];
|
||||
enableParallelBuild = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user