mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #13874 from joachifm/transmission-cli
transmission: build transmission-cli
This commit is contained in:
commit
cdd78ce133
@ -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