dino: enable parallel building
This commit is contained in:
parent
7f06f36ffb
commit
a995836356
@ -57,6 +57,8 @@ stdenv.mkDerivation rec {
|
|||||||
gettext
|
gettext
|
||||||
];
|
];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Modern Jabber/XMPP Client using GTK+/Vala";
|
description = "Modern Jabber/XMPP Client using GTK+/Vala";
|
||||||
homepage = https://github.com/dino/dino;
|
homepage = https://github.com/dino/dino;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user