mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #106840 from alyssais/dee
dee: enableParallelBuilding
This commit is contained in:
commit
62249cd57b
@ -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