guile-hoot: partially under LGPL v3 or later (#535072)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-28 13:17:12 +00:00
committed by GitHub
+4 -1
View File
@@ -62,7 +62,10 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Scheme to WebAssembly compiler backend for GNU Guile and a general purpose WASM toolchain";
homepage = "https://codeberg.org/spritely/hoot";
license = lib.licenses.asl20;
license = with lib.licenses; [
asl20
lgpl3Plus
];
maintainers = with lib.maintainers; [ jinser ];
platforms = lib.platforms.unix;
mainProgram = "hoot";