pulseaudio: fix evaluation with Nix 2.3

Path interpolation syntax has been introduced in Nix 2.4 and may not be
used in nixpkgs which needs to be able to be evaluated with Nix 2.3.
This commit is contained in:
sternenseemann 2022-08-27 10:11:01 +02:00
parent 699f951c14
commit eee1754df0

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
# but use a conventional runtime sysconfdir outside the store
./add-option-for-installation-sysconfdir.patch
# https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/654
(./0001-Make-gio-2.0-optional-${lib.versions.major version}.patch)
(./. + "/0001-Make-gio-2.0-optional-${lib.versions.major version}.patch")
# TODO (not sent upstream)
./0002-Ignore-SCM_CREDS-on-darwin.patch
./0003-Ignore-HAVE_CPUID_H-on-aarch64-darwin.patch