guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: usbguard: Use packaged 'pegtl'.


From: guix-commits
Subject: 02/03: gnu: usbguard: Use packaged 'pegtl'.
Date: Thu, 7 May 2020 05:27:02 -0400 (EDT)

bricewge pushed a commit to branch master
in repository guix.

commit febd19daaa857e5e0f633bc5127be1ee737e5847
Author: Brice Waegeneire <address@hidden>
AuthorDate: Fri May 1 14:45:57 2020 +0200

    gnu: usbguard: Use packaged 'pegtl'.
    
    * gnu/packages/hardware.scm (usbguard)[arguments]: Remove configure flag
    '--with-bundled-pegtl'.
    [inputs]: Add 'pegtl'
---
 gnu/packages/hardware.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index ce3f396..74fd282 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]