Merge pull request #106840 from alyssais/dee

dee: enableParallelBuilding
This commit is contained in:
Linus Heckemann 2020-12-13 20:58:09 +01:00 committed by GitHub
commit 62249cd57b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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