summary refs log tree commit diff
path: root/pkgs/applications/audio/soundscape-renderer
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-03-13 00:23:20 +0000
committerGitHub <noreply@github.com>2018-03-13 00:23:20 +0000
commitb1b26cc0462f3be55ab541a3f47be5002b53e805 (patch)
tree728c535fed2a85828b6f522f2185b43a71025a4f /pkgs/applications/audio/soundscape-renderer
parent72c033f8ffa9e81bc01225226d80f88709223b2d (diff)
parent7ba5a94e359ba96f89eb5687d44ca208dbf0f0a8 (diff)
downloadnixpkgs-b1b26cc0462f3be55ab541a3f47be5002b53e805.tar
nixpkgs-b1b26cc0462f3be55ab541a3f47be5002b53e805.tar.gz
nixpkgs-b1b26cc0462f3be55ab541a3f47be5002b53e805.tar.bz2
nixpkgs-b1b26cc0462f3be55ab541a3f47be5002b53e805.tar.lz
nixpkgs-b1b26cc0462f3be55ab541a3f47be5002b53e805.tar.xz
nixpkgs-b1b26cc0462f3be55ab541a3f47be5002b53e805.tar.zst
nixpkgs-b1b26cc0462f3be55ab541a3f47be5002b53e805.zip
Merge pull request #36830 from symphorien/ssr
ssr: fix build
Diffstat (limited to 'pkgs/applications/audio/soundscape-renderer')
-rw-r--r--pkgs/applications/audio/soundscape-renderer/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/soundscape-renderer/default.nix b/pkgs/applications/audio/soundscape-renderer/default.nix
index 47851adc3aa..babe4edff9d 100644
--- a/pkgs/applications/audio/soundscape-renderer/default.nix
+++ b/pkgs/applications/audio/soundscape-renderer/default.nix
@@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
 
   # Without it doesn't find all of the boost libraries.
   BOOST_LIB_DIR="${boost}/lib";
+  # uses the deprecated get_generic_category() in boost_system
+  NIX_CFLAGS_COMPILE="-DBOOST_SYSTEM_ENABLE_DEPRECATED=1";
 
   LC_ALL = "en_US.UTF-8";