Add meta
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchgit, automake, autoconf, libtool }:
|
{ stdenv, fetchgit, automake, autoconf, libtool }:
|
||||||
|
|
||||||
# with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pkgconf-1.5.4";
|
name = "pkgconf-1.5.4";
|
||||||
@@ -19,10 +19,10 @@ stdenv.mkDerivation rec {
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
#meta = {
|
meta = {
|
||||||
# description = "TODO";
|
description = "Package compiler and linker metadata toolkit";
|
||||||
# homepage = "TODO";
|
homepage = https://git.dereferenced.org/pkgconf/pkgconf;
|
||||||
# platforms = "TODO";
|
platforms = platforms.all;
|
||||||
# license = "TODO";
|
license = licenses.isc;
|
||||||
#};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user