dino: drop unnecessary enableParallelBuilding

This is the default.
This commit is contained in:
Alyssa Ross 2020-01-30 00:28:36 +00:00
parent d506e9dd25
commit 131ec9d383
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

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