libnatspec: add license
This commit is contained in:
parent
2f28a5bccb
commit
2ebc15f208
@ -12,11 +12,11 @@ stdenv.mkDerivation (rec {
|
|||||||
|
|
||||||
buildInputs = [ popt ];
|
buildInputs = [ popt ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://natspec.sourceforge.net/ ;
|
homepage = http://natspec.sourceforge.net/ ;
|
||||||
description = "A library intended to smooth national specificities in using of programs";
|
description = "A library intended to smooth national specificities in using of programs";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ ];
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
} // stdenv.lib.optionalAttrs (!stdenv.isLinux) {
|
} // stdenv.lib.optionalAttrs (!stdenv.isLinux) {
|
||||||
propagatedBuildInputs = [ libiconv ];
|
propagatedBuildInputs = [ libiconv ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user