Merge #205230: transmission: fix build on aarch64-darwin
This commit is contained in:
commit
65a31bffd8
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
, miniupnpc
|
||||
, dht
|
||||
, libnatpmp
|
||||
, libiconv
|
||||
# Build options
|
||||
, enableGTK3 ? false
|
||||
, gtk3
|
||||
|
@ -93,7 +94,7 @@ in stdenv.mkDerivation {
|
|||
++ lib.optionals enableGTK3 [ gtk3 xorg.libpthreadstubs ]
|
||||
++ lib.optionals enableSystemd [ systemd ]
|
||||
++ lib.optionals stdenv.isLinux [ inotify-tools ]
|
||||
;
|
||||
++ lib.optionals stdenv.isDarwin [ libiconv ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir $apparmor
|
||||
|
|
Loading…
Reference in a new issue