gnome3_22.gnome-terminal: enable parallel build
This commit is contained in:
parent
f88ea3c3dc
commit
7ad7efb7ee
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
# FIXME: enable for gnome3
|
# FIXME: enable for gnome3
|
||||||
configureFlags = [ "--disable-migration" ];
|
configureFlags = [ "--disable-migration" ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The GNOME Terminal Emulator";
|
description = "The GNOME Terminal Emulator";
|
||||||
homepage = https://wiki.gnome.org/Apps/Terminal/;
|
homepage = https://wiki.gnome.org/Apps/Terminal/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user