guix-patches
[Top][All Lists]
Advanced

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

[bug#37121] [PATCH 08/40] gnu: libxfce4ui: Add vendor.


From: L p R n d n
Subject: [bug#37121] [PATCH 08/40] gnu: libxfce4ui: Add vendor.
Date: Tue, 20 Aug 2019 23:50:11 +0200

* gnu/packages/xfce.scm (libxfce4ui)[arguments]: Add #:configure-flags.
---
 gnu/packages/xfce.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index dda40ff72f..f624e87f51 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -168,6 +168,9 @@ storage system.")
                (base32
                 "1npjhznmnckhnylsv3l7p1zvhckhmp9d7vifs8w12kdfmrg0fjf4"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags
+       (list "--with-vendor-info=Guix")))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)
-- 
2.22.0






reply via email to

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