faust2: reenable emscripten
This commit is contained in:
parent
ad33043403
commit
7c379ea8c9
@ -5,8 +5,7 @@
|
|||||||
, pkgconfig
|
, pkgconfig
|
||||||
, cmake
|
, cmake
|
||||||
, llvm
|
, llvm
|
||||||
# TODO: put back when it builds again
|
, emscripten
|
||||||
# , emscripten
|
|
||||||
, openssl
|
, openssl
|
||||||
, libsndfile
|
, libsndfile
|
||||||
, libmicrohttpd
|
, libmicrohttpd
|
||||||
@ -47,7 +46,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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user