Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-02-02 19:46:31 +01:00
51 changed files with 540 additions and 267 deletions
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, autoreconfHook, gaucheBootstrap, pkg-config, texinfo
, libiconv, gdbm, openssl, zlib, mbedtls, cacert }:
, libiconv, gdbm, openssl, zlib, mbedtls, cacert }:
stdenv.mkDerivation rec {
pname = "gauche";
@@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ mnacamura ];
license = licenses.bsd3;
platforms = platforms.unix;
broken = stdenv.isDarwin;
};
}