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:
parent
7f06f36ffb
commit
a995836356
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue