Skip to content

Commit 2e99cc4

Browse files
committed
transmission_4: update for the new SDK pattern on Darwin
1 parent 6d6eb5b commit 2e99cc4

File tree

1 file changed

+1
-2
lines changed
  • pkgs/applications/networking/p2p/transmission

1 file changed

+1
-2
lines changed

pkgs/applications/networking/p2p/transmission/4.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ stdenv.mkDerivation (finalAttrs: {
145145
++ optionals enableQt6 (with qt6Packages; [ qttools qtbase qtsvg ])
146146
++ optionals enableGTK3 [ gtkmm3 xorg.libpthreadstubs ]
147147
++ optionals enableSystemd [ systemd ]
148-
++ optionals stdenv.hostPlatform.isLinux [ inotify-tools ]
149-
++ optionals stdenv.hostPlatform.isDarwin [ libiconv Foundation ];
148+
++ optionals stdenv.hostPlatform.isLinux [ inotify-tools ];
150149

151150
postInstall = ''
152151
mkdir $apparmor

0 commit comments

Comments
 (0)