guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: xmag: Use G-expressions.


From: guix-commits
Subject: 04/15: gnu: xmag: Use G-expressions.
Date: Sat, 22 Oct 2022 17:25:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9329b8fe0e7625cf3f461fc82e99d3a4f53c5490
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:00 2022 +0200

    gnu: xmag: Use G-expressions.
    
    * gnu/packages/xorg.scm (xmag)[arguments]:
    Rewrite as G-expressions.
---
 gnu/packages/xorg.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 506b211640..1affffea5d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5944,9 +5944,10 @@ form.")
         (base32 "0qblrqrhxml2asgbck53a1v7c4y7ap7jcyqjg500h1i7bb63d680"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags
-       (list (string-append "--with-appdefaultdir="
-                            %output ,%app-defaults-dir))))
+     (list
+      #:configure-flags
+      #~(list (string-append "--with-appdefaultdir="
+                             #$output #$%app-defaults-dir))))
     (inputs
      (list libxaw))
     (native-inputs



reply via email to

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