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:
parent
c386927d8b
commit
4393e6f619
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [ "--with-systemd-daemon" ]
|
configureFlags = [ "--with-systemd-daemon" ]
|
||||||
|
++ [ "--enable-cli" ]
|
||||||
++ optional enableGTK3 "--with-gtk";
|
++ optional enableGTK3 "--with-gtk";
|
||||||
|
|
||||||
preFixup = optionalString enableGTK3 /* gsettings schemas for file dialogues */ ''
|
preFixup = optionalString enableGTK3 /* gsettings schemas for file dialogues */ ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user