mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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" ]
|
||||
++ [ "--enable-cli" ]
|
||||
++ optional enableGTK3 "--with-gtk";
|
||||
|
||||
preFixup = optionalString enableGTK3 /* gsettings schemas for file dialogues */ ''
|
||||
|
Loading…
Reference in New Issue
Block a user