scheme48: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-08-04 18:48:18 +02:00
parent 3cea40adb3
commit 3e262e3e99

View File

@@ -8,6 +8,7 @@ stdenv.mkDerivation {
description = "Scheme 48";
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
platforms = with stdenv.lib.platforms; unix;
license = stdenv.lib.licenses.bsd3;
};
src = fetchurl {