mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
i3-gaps: enableParallelBuilding = false;
http://hydra.nixos.org/build/44530327
This commit is contained in:
parent
61aa9cb9b2
commit
dc451ad3ea
@ -17,6 +17,8 @@ i3.overrideDerivation (super : rec {
|
||||
echo -n "${version} (${releaseDate})" > ./i3-${version}/I3_VERSION
|
||||
'';
|
||||
|
||||
# fatal error: GENERATED_config_enums.h: No such file or directory
|
||||
enableParallelBuilding = false;
|
||||
}) // {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user