guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: libxfce4ui: Add vendor.


From: guix-commits
Subject: 08/09: gnu: libxfce4ui: Add vendor.
Date: Fri, 6 Sep 2019 18:39:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 64200f01973e3eb0b9b5a49c7ac24bf5f75aa1b1
Author: L p R n d n <address@hidden>
Date:   Sun Aug 18 22:36:55 2019 +0200

    gnu: libxfce4ui: Add vendor.
    
    * gnu/packages/xfce.scm (libxfce4ui)[arguments]: Add #:configure-flags.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/xfce.scm | 3 +++
 1 file changed, 3 insertions(+)

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



reply via email to

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