libcryptui: enableParallelBuilding

Works fine for me at -j48.
This commit is contained in:
Alyssa Ross 2020-12-13 16:31:12 +00:00
parent e49c1a0027
commit b7045dacc6

View File

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