libnatspec: add license

This commit is contained in:
Markus Kowalewski 2018-10-18 21:11:49 +02:00
parent 2f28a5bccb
commit 2ebc15f208
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -12,11 +12,11 @@ stdenv.mkDerivation (rec {
buildInputs = [ popt ];
meta = {
meta = with stdenv.lib; {
homepage = http://natspec.sourceforge.net/ ;
description = "A library intended to smooth national specificities in using of programs";
platforms = stdenv.lib.platforms.unix;
maintainers = [ ];
platforms = platforms.unix;
license = licenses.lgpl21;
};
} // stdenv.lib.optionalAttrs (!stdenv.isLinux) {
propagatedBuildInputs = [ libiconv ];