From b9eaadcf9792050ec83097439479dd0f8dd69d6f Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 14 Feb 2023 02:23:30 +0100 Subject: scripts: guix.scm: libsamsung-ipc-gcc-autotools: use new arguments style This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'scripts') diff --git a/scripts/guix.scm b/scripts/guix.scm index efe72e8..e5b8785 100644 --- a/scripts/guix.scm +++ b/scripts/guix.scm @@ -213,14 +213,14 @@ found in many Samsung smartphones and tablets.") (inherit libsamsung-ipc) (name "libsamsung-ipc-gcc-autotools") (arguments - `(#:phases (modify-phases %standard-phases - (add-before 'build 'patch-python - (lambda _ - (substitute* (find-files "." ".*\\.py$") - (("/usr/bin/env python") - (which "python3"))) #t))) - #:configure-flags (list "--enable-debug") - #:make-flags (list ,%common-strict-cflags))))) + (list #:phases #~(modify-phases %standard-phases + (add-before 'build 'patch-python + (lambda _ + (substitute* (find-files "." ".*\\.py$") + (("/usr/bin/env python") + (which "python3"))) #t))) + #:configure-flags #~(list "--enable-debug") + #:make-flags #~(list #$%common-strict-cflags))))) (define-public libsamsung-ipc-clang-autotools (package -- cgit v1.2.3