dino: enable parallel building

This commit is contained in:
Jörg Thalheim
2018-12-04 17:17:14 +00:00
parent 7f06f36ffb
commit a995836356

View File

@@ -57,6 +57,8 @@ stdenv.mkDerivation rec {
gettext
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Modern Jabber/XMPP Client using GTK+/Vala";
homepage = https://github.com/dino/dino;