e19: enableParallelBuilding of some larger components

Some parts build too long, it seems to me, so I sped them up.
This commit is contained in:
Vladimír Čunát 2014-12-28 11:40:01 +01:00 committed by Peter Simons
parent 4ba1a42f6f
commit 3b353824cc
3 changed files with 5 additions and 0 deletions

View file

@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
export PKG_CONFIG_PATH="${gst_all_1.gst-plugins-base}/lib/pkgconfig/gstreamer-video-0.10.pc:$PKG_CONFIG_PATH"
'';
enableParallelBuilding = true;
setupHook = ./efl-setup-hook.sh;
meta = {

View file

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
export NIX_CFLAGS_COMPILE="-I${e19.efl}/include/ethumb-1 $NIX_CFLAGS_COMPILE"
'';
enableParallelBuilding = true;
meta = {
description = "Widget set/toolkit";
homepage = http://enlightenment.org/;

View file

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
--replace "/usr/share/X11/xkb/rules/xorg.lst" "${xkeyboard_config}/share/X11/xkb/rules/base.lst"
'';
enableParallelBuilding = true;
# this is a hack and without this cpufreq module is not working:
# when set_freqset_setuid is true and "e19_freqset" is set in setuidPrograms (this is taken care of in e19 NixOS module),
# then this postInstall does the folowing: