libHX: add licenses
This commit is contained in:
parent
9549a22b52
commit
15c5f9b1f0
@ -16,14 +16,15 @@ stdenv.mkDerivation rec {
|
|||||||
sh autogen.sh
|
sh autogen.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://libhx.sourceforge.net/;
|
homepage = http://libhx.sourceforge.net/;
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
libHX is a C library (with some C++ bindings available) that provides data structures
|
libHX is a C library (with some C++ bindings available) that provides data structures
|
||||||
and functions commonly needed, such as maps, deques, linked lists, string formatting
|
and functions commonly needed, such as maps, deques, linked lists, string formatting
|
||||||
and autoresizing, option and config file parsing, type checking casts and more.
|
and autoresizing, option and config file parsing, type checking casts and more.
|
||||||
'';
|
'';
|
||||||
maintainers = [ stdenv.lib.maintainers.tstrobel ];
|
maintainers = [ maintainers.tstrobel ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = with licenses; [ gpl3 lgpl21Plus wtfpl ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user