Merge pull request #25089 from Mic92/dino

dino: disable parallel build
This commit is contained in:
Jörg Thalheim 2017-04-21 16:45:39 +02:00 committed by GitHub
commit f88085d45f

View File

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