mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
libHX: add licenses
This commit is contained in:
parent
9549a22b52
commit
15c5f9b1f0
@ -16,14 +16,15 @@ stdenv.mkDerivation rec {
|
||||
sh autogen.sh
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://libhx.sourceforge.net/;
|
||||
longDescription = ''
|
||||
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 autoresizing, option and config file parsing, type checking casts and more.
|
||||
'';
|
||||
maintainers = [ stdenv.lib.maintainers.tstrobel ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ maintainers.tstrobel ];
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ gpl3 lgpl21Plus wtfpl ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user