acl: cleanup style and meta
This commit is contained in:
parent
469437275f
commit
bfcb295006
@ -20,13 +20,14 @@ stdenv.mkDerivation rec {
|
|||||||
sed -e '/^\/\//d' -i include/acl.h
|
sed -e '/^\/\//d' -i include/acl.h
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = "MAKE=make MSGFMT=msgfmt MSGMERGE=msgmerge XGETTEXT=xgettext ZIP=gzip ECHO=echo SED=sed AWK=gawk";
|
configureFlags = [ "MAKE=make" "MSGFMT=msgfmt" "MSGMERGE=msgmerge" "XGETTEXT=xgettext" "ZIP=gzip" "ECHO=echo" "SED=sed" "AWK=gawk" ];
|
||||||
|
|
||||||
installTargets = "install install-lib install-dev";
|
installTargets = [ "install" "install-lib" "install-dev" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://savannah.nongnu.org/projects/acl;
|
homepage = "http://savannah.nongnu.org/projects/acl";
|
||||||
description = "Library and tools for manipulating access control lists";
|
description = "Library and tools for manipulating access control lists";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user