Unverified Commit 4beb1b35 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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.
parent 398b54bc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.