aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-14 05:46:59 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-15 18:07:40 +0100
commiteafd2614f12a022ed6ef21ecf535e9a280c24551 (patch)
tree6ffec630caf1093866b798c7a771db85bc682dc8
parentb9eaadcf9792050ec83097439479dd0f8dd69d6f (diff)
downloadhardware_replicant_libsamsung-ipc-eafd2614f12a022ed6ef21ecf535e9a280c24551.tar.gz
hardware_replicant_libsamsung-ipc-eafd2614f12a022ed6ef21ecf535e9a280c24551.tar.bz2
hardware_replicant_libsamsung-ipc-eafd2614f12a022ed6ef21ecf535e9a280c24551.zip
scripts: guix.scm: remove unneeded patch-python
The packages build fine without the patch-python phase. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--scripts/guix.scm16
1 files changed, 2 insertions, 14 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index e5b8785..f74ea25 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -213,13 +213,7 @@ found in many Samsung smartphones and tablets.")
(inherit libsamsung-ipc)
(name "libsamsung-ipc-gcc-autotools")
(arguments
- (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")
+ (list #:configure-flags #~(list "--enable-debug")
#:make-flags #~(list #$%common-strict-cflags)))))
(define-public libsamsung-ipc-clang-autotools
@@ -235,13 +229,7 @@ found in many Samsung smartphones and tablets.")
python-sh
clang))
(arguments
- (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")
+ (list #:configure-flags #~(list "--enable-debug")
#:make-flags #~(list #$%common-strict-cflags
#$%clang-strict-cflags)))))