aalib: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 17:17:37 +02:00
parent a0f1175bcf
commit 04cc4cf1e7
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -36,5 +36,6 @@ stdenv.mkDerivation {
meta = {
description = "ASCII art graphics library";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.lgpl2;
};
}