Apparmor: minor cleanup
This commit is contained in:
parent
3e56da4e77
commit
1ee86005b9
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl
|
||||
, autoconf, automake, libtool, makeWrapper
|
||||
, perl, bison, flex, glibc, gettext, which, rpm, tetex, LocaleGettext
|
||||
, bash, pam, TermReadKey, RpcXML, swig, python, linuxHeaders }:
|
||||
, bash, pam, TermReadKey, RpcXML, swig, python}:
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "apparmor-${version}";
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
autoconf automake libtool perl bison flex gettext which rpm tetex
|
||||
LocaleGettext pam TermReadKey RpcXML swig makeWrapper python linuxHeaders ];
|
||||
LocaleGettext pam TermReadKey RpcXML swig makeWrapper python ];
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace libraries/libapparmor/src/Makefile.in --replace "/usr/include" "${glibc}/include"
|
||||
|
Loading…
x
Reference in New Issue
Block a user