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 ];
|
||||
propagatedBuildInputs = [ dbus-glib ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
packageName = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user