transmission-gtk: fixup build on darwin

Hopefully the explicit linker flag isn't really needed (anymore?)
This commit is contained in:
Vladimír Čunát 2022-05-09 09:02:17 +02:00
parent 43c99bebda
commit f4fc992f1f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -86,8 +86,6 @@ in stdenv.mkDerivation {
++ lib.optionals stdenv.isLinux [ inotify-tools ]
;
NIX_LDFLAGS = lib.optionalString stdenv.isDarwin "-framework CoreFoundation";
postInstall = ''
mkdir $apparmor
cat >$apparmor/bin.transmission-daemon <<EOF