Revert "audit: 2.9.1 -> 2.9.2"

This reverts commit 7e126ac83e.
This commit is contained in:
Eelco Dolstra
2015-06-04 14:54:50 +02:00
parent 5931932f05
commit 4c16c271f6
3 changed files with 16 additions and 54 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libsepol, libselinux, ustr, bzip2, bison, flex, libaudit }:
{ stdenv, fetchurl, libsepol, libselinux, ustr, bzip2, bison, flex, audit }:
stdenv.mkDerivation rec {
name = "libsemanage-${version}";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-fstack-protector-all";
NIX_CFLAGS_LINK = "-lsepol";
buildInputs = [ libsepol libselinux ustr bzip2 bison flex libaudit ];
buildInputs = [ libsepol libselinux ustr bzip2 bison flex audit ];
meta = with stdenv.lib; {
inherit (libsepol.meta) homepage platforms maintainers;