Skip to content

Commit

Permalink
libguestfs: add missing libapparmor buildInput
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Mar 31, 2017
1 parent f48cd95 commit 2f73d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libguestfs/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, autoreconfHook, makeWrapper
, ncurses, cpio, gperf, perl, cdrkit, flex, bison, qemu, pcre, augeas, libxml2
, acl, libcap, libcap_ng, libconfig, systemd, fuse, yajl, libvirt, hivex
, gmp, readline, file, libintlperl, GetoptLong, SysVirt, numactl, xen }:
, gmp, readline, file, libintlperl, GetoptLong, SysVirt, numactl, xen, libapparmor }:

stdenv.mkDerivation rec {
name = "libguestfs-${version}";
Expand All @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
makeWrapper pkgconfig autoreconfHook ncurses cpio gperf perl
cdrkit flex bison qemu pcre augeas libxml2 acl libcap libcap_ng libconfig
systemd fuse yajl libvirt gmp readline file hivex libintlperl GetoptLong
SysVirt numactl xen
SysVirt numactl xen libapparmor
];

configureFlags = "--disable-appliance --disable-daemon";
Expand Down

0 comments on commit 2f73d5f

Please sign in to comment.