diff options
author | L p R n d n <guix@lprndn.info> | 2019-08-18 22:36:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-07 00:36:34 +0200 |
commit | 64200f01973e3eb0b9b5a49c7ac24bf5f75aa1b1 (patch) | |
tree | 6574dd470ba1dd0950098a7187eda8f3c61ee147 | |
parent | 48af9356722007707f001889cc217042a1933b55 (diff) |
gnu: libxfce4ui: Add vendor.
* gnu/packages/xfce.scm (libxfce4ui)[arguments]: Add #:configure-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/xfce.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 05606f5ba9..512ca35fe9 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) |