summary refs log tree commit diff
path: root/pkgs/applications/audio/soundscape-renderer
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2018-03-11 22:48:45 +0100
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2018-03-11 22:52:46 +0100
commit7ba5a94e359ba96f89eb5687d44ca208dbf0f0a8 (patch)
treea0c6d4f13b9d1a3fe855d839f192bd88700ed154 /pkgs/applications/audio/soundscape-renderer
parent4ee9d0508653de1d626c1ee81374acdd422fc37d (diff)
downloadnixpkgs-7ba5a94e359ba96f89eb5687d44ca208dbf0f0a8.tar
nixpkgs-7ba5a94e359ba96f89eb5687d44ca208dbf0f0a8.tar.gz
nixpkgs-7ba5a94e359ba96f89eb5687d44ca208dbf0f0a8.tar.bz2
nixpkgs-7ba5a94e359ba96f89eb5687d44ca208dbf0f0a8.tar.lz
nixpkgs-7ba5a94e359ba96f89eb5687d44ca208dbf0f0a8.tar.xz
nixpkgs-7ba5a94e359ba96f89eb5687d44ca208dbf0f0a8.tar.zst
nixpkgs-7ba5a94e359ba96f89eb5687d44ca208dbf0f0a8.zip
ssr: fix build
ssr uses the deprecated get_generic_category() in ./configure
pass the flag enabling that to boost
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 44c3bd70d3d..b38c629fa82 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";