Merge pull request #13874 from joachifm/transmission-cli
transmission: build transmission-cli
This commit is contained in:
@@ -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 */ ''
|
||||||
|
|||||||
Reference in New Issue
Block a user