faust2: reenable emscripten
This commit is contained in:
parent
ad33043403
commit
7c379ea8c9
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue