This commit is contained in:
Francesco Zanini
2018-11-19 13:54:25 +01:00
parent 1ada6857e6
commit 5c1d144074
@@ -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;
#}; };
} }