Skip to content

Commit

Permalink
transmission_4: update for the new SDK pattern on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
reckenrode committed Nov 4, 2024
1 parent 6d6eb5b commit 2e99cc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/applications/networking/p2p/transmission/4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ stdenv.mkDerivation (finalAttrs: {
++ optionals enableQt6 (with qt6Packages; [ qttools qtbase qtsvg ])
++ optionals enableGTK3 [ gtkmm3 xorg.libpthreadstubs ]
++ optionals enableSystemd [ systemd ]
++ optionals stdenv.hostPlatform.isLinux [ inotify-tools ]
++ optionals stdenv.hostPlatform.isDarwin [ libiconv Foundation ];
++ optionals stdenv.hostPlatform.isLinux [ inotify-tools ];

postInstall = ''
mkdir $apparmor
Expand Down

0 comments on commit 2e99cc4

Please sign in to comment.