mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
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:
parent
398b54bcff
commit
4beb1b350f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user