soundux: fixup build (deprecation warning)

https://hydra.nixos.org/log/n68jqzhd3i0p1z5l76racas4lics2dq7-soundux-0.2.7.drv
I believe deprecation warnings are for upstreams, not for distros.
This commit is contained in:
Vladimír Čunát 2023-04-11 09:17:47 +02:00
parent 398b54bcff
commit 4beb1b350f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -107,6 +107,8 @@ stdenv.mkDerivation rec {
ln -s ${semver-cpp} lib/semver
'';
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];
# Somehow some of the install destination paths in the build system still
# gets transformed to point to /var/empty/share, even though they are at least
# relative to the nix output directory with our earlier patching.