mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
dino: drop unnecessary enableParallelBuilding
This is the default.
This commit is contained in:
parent
d506e9dd25
commit
131ec9d383
@ -67,8 +67,6 @@ stdenv.mkDerivation rec {
|
|||||||
libsignal-protocol-c
|
libsignal-protocol-c
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Modern Jabber/XMPP Client using GTK/Vala";
|
description = "Modern Jabber/XMPP Client using GTK/Vala";
|
||||||
homepage = https://github.com/dino/dino;
|
homepage = https://github.com/dino/dino;
|
||||||
|
Loading…
Reference in New Issue
Block a user