This commit should contain no functional changes.
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
---
scripts/guix.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
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
--
2.39.1
_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant