mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
faust2: reenable emscripten
This commit is contained in:
parent
ad33043403
commit
7c379ea8c9
1 changed files with 2 additions and 3 deletions
|
@ -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 a new issue