gnupth: add license

This commit is contained in:
Markus Kowalewski 2018-08-20 20:43:43 +02:00
parent 2d31bede61
commit dc379a4b8e
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 4 additions and 3 deletions

View File

@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
configureFlagsArray=("CFLAGS=-DJB_SP=8 -DJB_PC=9")
'';
meta = {
meta = with stdenv.lib; {
description = "The GNU Portable Threads library";
homepage = http://www.gnu.org/software/pth;
platforms = stdenv.lib.platforms.all;
license = licenses.lgpl21Plus;
platforms = platforms.all;
};
}