about summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2020-08-29 15:48:13 +0200
committerGabriel Ebner <gebner@gebner.org>2020-08-29 15:48:13 +0200
commit7c379ea8c9298f7281a8017ec5f6d2ab5ae6ad75 (patch)
tree73b02949970770f25dab0fd1ca033f34e7c99563 /pkgs/applications/audio/faust
parentad330434031519fd5dd7e52f32d7d8a30f36a4db (diff)
faust2: reenable emscripten
Diffstat (limited to 'pkgs/applications/audio/faust')
-rw-r--r--pkgs/applications/audio/faust/faust2.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index 9bf4d3a5704dc..515f8a6f9af2a 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -5,8 +5,7 @@
 , pkgconfig
 , cmake
 , llvm
-# TODO: put back when it builds again
-# , emscripten
+, emscripten
 , openssl
 , libsndfile
 , libmicrohttpd
@@ -47,7 +46,7 @@ let
     inherit src;
 
     nativeBuildInputs = [ makeWrapper pkgconfig cmake vim which ];
-    buildInputs = [ llvm /*emscripten*/ openssl libsndfile libmicrohttpd gnutls libtasn1 p11-kit ];
+    buildInputs = [ llvm emscripten openssl libsndfile libmicrohttpd gnutls libtasn1 p11-kit ];
 
 
     passthru = {