apr: add license
This commit is contained in:
parent
63a9165332
commit
70087c5cfb
@ -61,10 +61,11 @@ stdenv.mkDerivation rec {
|
|||||||
inherit sslSupport bdbSupport ldapSupport;
|
inherit sslSupport bdbSupport ldapSupport;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://apr.apache.org/;
|
homepage = http://apr.apache.org/;
|
||||||
description = "A companion library to APR, the Apache Portable Runtime";
|
description = "A companion library to APR, the Apache Portable Runtime";
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://apr.apache.org/;
|
homepage = http://apr.apache.org/;
|
||||||
description = "The Apache Portable Runtime library";
|
description = "The Apache Portable Runtime library";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user