aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-14 05:57:16 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-17 17:59:33 +0100
commit6fccbed2c7c4afe65079105dde0a4470d42f966d (patch)
treeea6058de6bc1c751deefdb6ac6298be494d9ada0
parenteafd2614f12a022ed6ef21ecf535e9a280c24551 (diff)
downloadhardware_replicant_libsamsung-ipc-6fccbed2c7c4afe65079105dde0a4470d42f966d.tar.gz
hardware_replicant_libsamsung-ipc-6fccbed2c7c4afe65079105dde0a4470d42f966d.tar.bz2
hardware_replicant_libsamsung-ipc-6fccbed2c7c4afe65079105dde0a4470d42f966d.zip
scripts: guix.scm: Fix libsamsung-ipc-clang-autotools package name
This bug was introduced in the commit ecbc4b48f9e94f2cffbf36b9d3b73a46c1d45422 ("Add guix.scm"). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--scripts/guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index f74ea25..b908571 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -219,7 +219,7 @@ found in many Samsung smartphones and tablets.")
(define-public libsamsung-ipc-clang-autotools
(package
(inherit libsamsung-ipc)
- (name "libsamsung-ipc-gcc-autotools")
+ (name "libsamsung-ipc-clang-autotools")
(native-inputs (list autoconf
automake
ddrescue