dee: enableParallelBuilding
Works fine for me at -j48.
This commit is contained in:
parent
92cbe95497
commit
65a223026b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user