i3-gaps: enableParallelBuilding = false;

http://hydra.nixos.org/build/44530327
This commit is contained in:
Vladimír Čunát 2016-12-04 16:59:13 +01:00
parent 61aa9cb9b2
commit dc451ad3ea
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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; {