aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-02-10 15:33:03 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-02-10 15:35:12 +0100
commit9ac98a9c3e39cc174be48e63e3ecb578aab0ad88 (patch)
treebd18164e2c6359668419875dec6a77bd6db478ba
parent5a643dd89e2636cea19d9642c3a205d2d20250ec (diff)
downloadhardware_replicant_libsamsung-ipc-9ac98a9c3e39cc174be48e63e3ecb578aab0ad88.tar.gz
hardware_replicant_libsamsung-ipc-9ac98a9c3e39cc174be48e63e3ecb578aab0ad88.tar.bz2
hardware_replicant_libsamsung-ipc-9ac98a9c3e39cc174be48e63e3ecb578aab0ad88.zip
scripts: guix.scm: use latest clang
Without that, it will end up using clang-10 while we now have clang-11. This will make Guix build clang-10 which is time consuming. Instead by using the latest clang we can use binary packages (Guix calls that substitutes) of clang which speeds up the build of libsamsung-ipc a lot, since most of the time we don't need to build any dependencies. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--scripts/guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index ec7b25c..f020351 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -154,7 +154,7 @@ found in many Samsung smartphones and tablets.")
("pkgconfig" ,pkg-config)
("python" ,python)
("python-sh" ,python-sh)
- ("clang" ,clang-10)))
+ ("clang" ,clang)))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -173,7 +173,7 @@ found in many Samsung smartphones and tablets.")
(inputs
`(("android-libutils" ,android-libutils)
("libcrypto" ,openssl)
- ("clang" ,clang-10)))
+ ("clang" ,clang)))
(native-inputs '())
(arguments
`(#:phases