gnupth: add license
This commit is contained in:
parent
2d31bede61
commit
dc379a4b8e
@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlagsArray=("CFLAGS=-DJB_SP=8 -DJB_PC=9")
|
configureFlagsArray=("CFLAGS=-DJB_SP=8 -DJB_PC=9")
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "The GNU Portable Threads library";
|
description = "The GNU Portable Threads library";
|
||||||
homepage = http://www.gnu.org/software/pth;
|
homepage = http://www.gnu.org/software/pth;
|
||||||
platforms = stdenv.lib.platforms.all;
|
license = licenses.lgpl21Plus;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user