apr: add license

This commit is contained in:
Markus Kowalewski
2018-09-30 19:11:21 +02:00
parent 63a9165332
commit 70087c5cfb
2 changed files with 5 additions and 3 deletions
@@ -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 ];
}; };
} }