Skip to content
Snippets Groups Projects
Unverified Commit 64200f01 authored by L p R n d n's avatar L p R n d n Committed by Ludovic Courtès
Browse files

gnu: libxfce4ui: Add vendor.


* gnu/packages/xfce.scm (libxfce4ui)[arguments]: Add #:configure-flags.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 48af9356
No related branches found
No related tags found
No related merge requests found
...@@ -169,6 +169,9 @@ (define-public libxfce4ui ...@@ -169,6 +169,9 @@ (define-public libxfce4ui
(base32 (base32
"1npjhznmnckhnylsv3l7p1zvhckhmp9d7vifs8w12kdfmrg0fjf4")))) "1npjhznmnckhnylsv3l7p1zvhckhmp9d7vifs8w12kdfmrg0fjf4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "--with-vendor-info=GNU Guix")))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("intltool" ,intltool) ("intltool" ,intltool)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment