filezilla: enableParallelBuilding = true

gstqt5
Vladimír Čunát 2019-06-09 12:29:57 +02:00
parent 61940b89a5
commit 4422d62717
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ stdenv.mkDerivation {
dbus gnutls wxGTK30 libidn tinyxml gettext xdg_utils gtk2 sqlite
pugixml libfilezilla nettle makeWrapper ];
enableParallelBuilding = true;
postInstall = ''
wrapProgram $out/bin/filezilla --set FZ_DATADIR $out
'';