libcryptui: enableParallelBuilding
Works fine for me at -j48.
This commit is contained in:
parent
e49c1a0027
commit
b7045dacc6
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ glib gtk3 gnupg22 gpgme dbus-glib libgnome-keyring ];
|
buildInputs = [ glib gtk3 gnupg22 gpgme dbus-glib libgnome-keyring ];
|
||||||
propagatedBuildInputs = [ dbus-glib ];
|
propagatedBuildInputs = [ dbus-glib ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
packageName = pname;
|
packageName = pname;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user