~ruther/guix-local

febd19daaa857e5e0f633bc5127be1ee737e5847 — Brice Waegeneire 6 years ago 741d222
gnu: usbguard: Use packaged 'pegtl'.

* gnu/packages/hardware.scm (usbguard)[arguments]: Remove configure flag
'--with-bundled-pegtl'.
[inputs]: Add 'pegtl'
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/hardware.scm
M gnu/packages/hardware.scm => gnu/packages/hardware.scm +2 -1
@@ 24,6 24,7 @@
  #:use-module (gnu packages bash)
  #:use-module (gnu packages compression)
  #:use-module (gnu packages check)
  #:use-module (gnu packages cpp)
  #:use-module (gnu packages crypto)
  #:use-module (gnu packages documentation)
  #:use-module (gnu packages gcc)


@@ 429,7 430,6 @@ applications.")
       #:configure-flags
       (list
        "--localstatedir=/var"
        "--with-bundled-pegtl"
        "--enable-systemd=no"
        "--with-ldap"
        "--with-dbus"


@@ 442,6 442,7 @@ applications.")
       ("libcap-ng" ,libcap-ng)
       ("libseccomp" ,libseccomp)
       ("libsodium" ,libsodium)
       ("pegtl" ,pegtl)
       ("polkit" ,polkit)
       ("protobuf" ,protobuf)
       ("libqb" ,libqb)))