summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2018-01-05 23:24:06 +0100
committerBart Brouns <bart@magnetophon.nl>2018-01-23 00:42:37 +0100
commitad566a0c57eeea530413aafc2f6c652a1821fd8c (patch)
treebb8853741468f54e2020b2f732eb88adc42e77fe /pkgs/applications/audio/faust
parentbeb70f1370bd1a35e473ff0cc489e057b5432fd2 (diff)
downloadnixpkgs-ad566a0c57eeea530413aafc2f6c652a1821fd8c.tar
nixpkgs-ad566a0c57eeea530413aafc2f6c652a1821fd8c.tar.gz
nixpkgs-ad566a0c57eeea530413aafc2f6c652a1821fd8c.tar.bz2
nixpkgs-ad566a0c57eeea530413aafc2f6c652a1821fd8c.tar.lz
nixpkgs-ad566a0c57eeea530413aafc2f6c652a1821fd8c.tar.xz
nixpkgs-ad566a0c57eeea530413aafc2f6c652a1821fd8c.tar.zst
nixpkgs-ad566a0c57eeea530413aafc2f6c652a1821fd8c.zip
faust2: 2.1.0 -> 2.5.10
Diffstat (limited to 'pkgs/applications/audio/faust')
-rw-r--r--pkgs/applications/audio/faust/faust2.nix5
-rw-r--r--pkgs/applications/audio/faust/faust2jack.nix2
-rw-r--r--pkgs/applications/audio/faust/faust2jaqt.nix2
3 files changed, 7 insertions, 2 deletions
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index 901df19ebf5..460c9da7ac3 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -16,13 +16,14 @@ with stdenv.lib.strings;
 
 let
 
-  version = "2.1.0";
+  version = "2.5.10";
 
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faust";
     rev = "v${builtins.replaceStrings ["."] ["-"] version}";
-    sha256 = "1pmiwy287g79ipz9pppnkfrdgls3l912kpkr7dfymk9wk5y5di9m";
+    sha256 = "0sjhy7axa2dj1977iz6zmqvz9qzalcfnrx2fqx3xmk9hly847d6z";
+    fetchSubmodules = true;
   };
 
   meta = with stdenv.lib; {
diff --git a/pkgs/applications/audio/faust/faust2jack.nix b/pkgs/applications/audio/faust/faust2jack.nix
index 3867114562d..7762ca39369 100644
--- a/pkgs/applications/audio/faust/faust2jack.nix
+++ b/pkgs/applications/audio/faust/faust2jack.nix
@@ -2,6 +2,7 @@
 , gtk2
 , jack2Full
 , opencv
+, libsndfile
 }:
 
 faust.wrapWithBuildEnv {
@@ -18,6 +19,7 @@ faust.wrapWithBuildEnv {
     gtk2
     jack2Full
     opencv
+    libsndfile
   ];
 
 }
diff --git a/pkgs/applications/audio/faust/faust2jaqt.nix b/pkgs/applications/audio/faust/faust2jaqt.nix
index c0911b31538..5a015e5ca31 100644
--- a/pkgs/applications/audio/faust/faust2jaqt.nix
+++ b/pkgs/applications/audio/faust/faust2jaqt.nix
@@ -2,6 +2,7 @@
 , jack2Full
 , opencv
 , qt4
+, libsndfile
 }:
 
 faust.wrapWithBuildEnv {
@@ -17,6 +18,7 @@ faust.wrapWithBuildEnv {
     jack2Full
     opencv
     qt4
+    libsndfile
   ];
 
 }