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
|
, miniupnpc
|
||||||
, dht
|
, dht
|
||||||
, libnatpmp
|
, libnatpmp
|
||||||
|
, libiconv
|
||||||
# Build options
|
# Build options
|
||||||
, enableGTK3 ? false
|
, enableGTK3 ? false
|
||||||
, gtk3
|
, gtk3
|
||||||
|
@ -93,7 +94,7 @@ in stdenv.mkDerivation {
|
||||||
++ lib.optionals enableGTK3 [ gtk3 xorg.libpthreadstubs ]
|
++ lib.optionals enableGTK3 [ gtk3 xorg.libpthreadstubs ]
|
||||||
++ lib.optionals enableSystemd [ systemd ]
|
++ lib.optionals enableSystemd [ systemd ]
|
||||||
++ lib.optionals stdenv.isLinux [ inotify-tools ]
|
++ lib.optionals stdenv.isLinux [ inotify-tools ]
|
||||||
;
|
++ lib.optionals stdenv.isDarwin [ libiconv ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir $apparmor
|
mkdir $apparmor
|
||||||
|
|
Loading…
Reference in a new issue