aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/guix.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index 3c89ff1..e03f180 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -216,15 +216,15 @@ found in many Samsung smartphones and tablets.")
(define-public libsamsung-ipc-gcc-android
(package
- (inherit libsamsung-ipc)
+ (inherit libsamsung-ipc)
(name "libsamsung-ipc-gcc-android")
(build-system android-ndk-build-system)
(inputs (list android-libutils curl openssl))
(native-inputs '())
(arguments
- (list
- #:make-flags #~(list #$%common-strict-cflags #$%clang-strict-cflags)
- #:phases android-phases))))
+ (list #:make-flags #~(list #$%common-strict-cflags
+ #$%clang-strict-cflags)
+ #:phases android-phases))))
(define-public libsamsung-ipc-gcc-autotools
(package