faust: temporarily remove emscripten:

it doesn't build at the moment and is not essential to faust
This commit is contained in:
Bart Brouns 2020-08-01 13:51:11 +02:00
parent 2dda10a974
commit 1fd81c957a
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@
, pkgconfig , pkgconfig
, cmake , cmake
, llvm , llvm
, emscripten # TODO: put back when it builds again
# , emscripten
, openssl , openssl
, libsndfile , libsndfile
, libmicrohttpd , libmicrohttpd
@ -46,7 +47,7 @@ let
inherit src; inherit src;
nativeBuildInputs = [ makeWrapper pkgconfig cmake vim which ]; 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 = { passthru = {