summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2016-10-30 15:52:46 +0100
committerBart Brouns <bart@magnetophon.nl>2016-11-07 13:47:12 +0100
commitb19b440cb8b9da74a62fb578c6e162c1a1320db5 (patch)
tree8e05b5f73e63f22fbf1e7827649c8b78fa0b4c3b /pkgs/applications/audio/faust
parentc30ff9effc1199e736a52f1b5175166530915211 (diff)
downloadnixpkgs-b19b440cb8b9da74a62fb578c6e162c1a1320db5.tar
nixpkgs-b19b440cb8b9da74a62fb578c6e162c1a1320db5.tar.gz
nixpkgs-b19b440cb8b9da74a62fb578c6e162c1a1320db5.tar.bz2
nixpkgs-b19b440cb8b9da74a62fb578c6e162c1a1320db5.tar.lz
nixpkgs-b19b440cb8b9da74a62fb578c6e162c1a1320db5.tar.xz
nixpkgs-b19b440cb8b9da74a62fb578c6e162c1a1320db5.tar.zst
nixpkgs-b19b440cb8b9da74a62fb578c6e162c1a1320db5.zip
faust1: 0.9.73 -> 0.9.90
Diffstat (limited to 'pkgs/applications/audio/faust')
-rw-r--r--pkgs/applications/audio/faust/faust1.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/audio/faust/faust1.nix b/pkgs/applications/audio/faust/faust1.nix
index 8749497c8ba..b9e98281a7c 100644
--- a/pkgs/applications/audio/faust/faust1.nix
+++ b/pkgs/applications/audio/faust/faust1.nix
@@ -9,11 +9,11 @@ with stdenv.lib.strings;
 
 let
 
-  version = "0.9.73";
+  version = "0.9.90";
 
   src = fetchurl {
     url = "mirror://sourceforge/project/faudiostream/faust-${version}.tgz";
-    sha256 = "0x2scxkwvvjx7b7smj5xb8kr269qakf49z3fxpasd9g7025q44k5";
+    sha256 = "0d1fqwymyfb73zkmpwv4zk4gsg4ji7qs20mfsr20skmnqx30xvna";
   };
 
   meta = with stdenv.lib; {
@@ -167,7 +167,8 @@ let
         # export parts of the build environment
         for script in "$out"/bin/*; do
           wrapProgram "$script" \
-            --set FAUST_LIB_PATH "${faust}/lib/faust" \
+            --set FAUSTLIB "${faust}/lib/faust" \
+            --set FAUSTINC "${faust}/include/faust" \
             --prefix PATH : "$PATH" \
             --prefix PKG_CONFIG_PATH : "$PKG_CONFIG_PATH" \
             --set NIX_CFLAGS_COMPILE "$NIX_CFLAGS_COMPILE" \