faust: temporarily remove emscripten:
it doesn't build at the moment and is not essential to faust
This commit is contained in:
parent
2dda10a974
commit
1fd81c957a
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue