Merge pull request from sternenseemann/fix-eval-2.3

pulseaudio: fix evaluation with Nix 2.3
This commit is contained in:
adisbladis 2022-08-27 16:36:53 +08:00 committed by GitHub
commit e87c5b9196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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