aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/guix.scm')
-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