mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
newlib: add meta
This commit is contained in:
parent
116dd693ca
commit
eca3d38d18
@ -82,4 +82,17 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
incdir = "/${stdenv.targetPlatform.config}/include";
|
||||
libdir = "/${stdenv.targetPlatform.config}/lib";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "a C library intended for use on embedded systems";
|
||||
homepage = "https://sourceware.org/newlib/";
|
||||
# arch has "bsd" while gentoo has "NEWLIB LIBGLOSS GPL-2" while COPYING has "gpl2"
|
||||
# there are 5 copying files in total
|
||||
# COPYING
|
||||
# COPYING.LIB
|
||||
# COPYING.LIBGLOSS
|
||||
# COPYING.NEWLIB
|
||||
# COPYING3
|
||||
license = licenses.gpl2Plus;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user