We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6eb5b commit 2e99cc4Copy full SHA for 2e99cc4
pkgs/applications/networking/p2p/transmission/4.nix
@@ -145,8 +145,7 @@ stdenv.mkDerivation (finalAttrs: {
145
++ optionals enableQt6 (with qt6Packages; [ qttools qtbase qtsvg ])
146
++ optionals enableGTK3 [ gtkmm3 xorg.libpthreadstubs ]
147
++ optionals enableSystemd [ systemd ]
148
- ++ optionals stdenv.hostPlatform.isLinux [ inotify-tools ]
149
- ++ optionals stdenv.hostPlatform.isDarwin [ libiconv Foundation ];
+ ++ optionals stdenv.hostPlatform.isLinux [ inotify-tools ];
150
151
postInstall = ''
152
mkdir $apparmor
0 commit comments