mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
lxc: use AppArmor 2.9
This commit is contained in:
parent
5a2fd23b8a
commit
fa843cdf11
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, autoreconfHook, fetchurl, libcap, apparmor, perl, docbook2x
|
||||
{ stdenv, autoreconfHook, fetchurl, libcap, libapparmor, perl, docbook2x
|
||||
, docbook_xml_dtd_45, gnutls, pkgconfig
|
||||
}:
|
||||
|
||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1wm8n1b8j3x37757h2yyz53k3b6r2r301fmkviqf4xp0jaav1cd0";
|
||||
};
|
||||
|
||||
buildInputs = [ libcap apparmor perl docbook2x gnutls autoreconfHook pkgconfig ];
|
||||
buildInputs = [ libcap libapparmor perl docbook2x gnutls autoreconfHook pkgconfig ];
|
||||
|
||||
patches = [ ./install-localstatedir-in-store.patch ./support-db2x.patch ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue