dee: enableParallelBuilding

Works fine for me at -j48.
This commit is contained in:
Alyssa Ross 2020-12-13 16:26:48 +00:00
parent 92cbe95497
commit 65a223026b
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -55,6 +55,8 @@ stdenv.mkDerivation rec {
"--with-pygi-overrides-dir=${placeholder "py"}/${python3.sitePackages}/gi/overrides"
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A library that uses DBus to provide objects allowing you to create Model-View-Controller type programs across DBus";
homepage = "https://launchpad.net/dee";