Skip to content

Commit

Permalink
pulseaudio: add libintl dependency on darwin
Browse files Browse the repository at this point in the history
Log of failure: https://hydra.nixos.org/build/174832426/nixlog/4
Refs: ZHF NixOS#172160
Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed May 9, 2022
1 parent e2a1802 commit 6d13a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/pulseaudio/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, fetchpatch, pkg-config
, libsndfile, libtool, makeWrapper, perlPackages
, libsndfile, libtool, libintl, makeWrapper, perlPackages
, xorg, libcap, alsa-lib, glib, dconf
, avahi, libjack2, libasyncns, lirc, dbus
, sbc, bluez5, udev, openssl, fftwFloat
Expand Down Expand Up @@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ libtool libsndfile soxr speexdsp fftwFloat check ]
++ lib.optionals stdenv.isLinux [ glib dbus ]
++ lib.optionals stdenv.isDarwin [ AudioUnit Cocoa CoreServices ]
++ lib.optionals stdenv.isDarwin [ AudioUnit Cocoa CoreServices libintl ]
++ lib.optionals (!libOnly) (
[ libasyncns webrtc-audio-processing ]
++ lib.optional jackaudioSupport libjack2
Expand Down

0 comments on commit 6d13a98

Please sign in to comment.