1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-16 17:13:21 +00:00

dino: enable parallel building

This commit is contained in:
Jörg Thalheim 2018-12-04 17:17:14 +00:00
parent 7f06f36ffb
commit a995836356
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

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;