From 9329b8fe0e7625cf3f461fc82e99d3a4f53c5490 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 16 Oct 2022 02:00:00 +0200 Subject: 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(-) (limited to 'gnu') 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 @@ (define-public xmag (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 -- cgit v1.2.3