transmission: build transmission-cli

As of version 2.92, transmission-cli is no longer built by default (it
is deprecated).  This breaks the bittorrent vmtest.  For now, explicitly
enable the cli.
This commit is contained in:
Joachim Fasting 2016-03-13 07:08:01 +01:00
parent c386927d8b
commit 4393e6f619

View File

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
'';
configureFlags = [ "--with-systemd-daemon" ]
++ [ "--enable-cli" ]
++ optional enableGTK3 "--with-gtk";
preFixup = optionalString enableGTK3 /* gsettings schemas for file dialogues */ ''