Skip to content

Commit

Permalink
libcryptui: enableParallelBuilding
Browse files Browse the repository at this point in the history
Works fine for me at -j48.
  • Loading branch information
alyssais committed Dec 21, 2020
1 parent e49c1a0 commit b7045da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/libcryptui/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit b7045da

Please sign in to comment.