GNU bug report logs -
#51684
[PATCH] gnu: perl-inline-c: Patch paths to ‘make’.
Previous Next
Reported by: Xinglu Chen <public <at> yoctocell.xyz>
Date: Mon, 8 Nov 2021 10:03:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 17 Nov 2021 16:21:56 +0100
with message-id <87zgq2vmcr.fsf <at> gnu.org>
and subject line Re: bug#51684: [PATCH] gnu: perl-inline-c: Patch paths to ‘make’.
has caused the debbugs.gnu.org bug report #51684,
regarding [PATCH] gnu: perl-inline-c: Patch paths to ‘make’.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
51684: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51684
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/perl.scm (perl-inline-c)[arguments]<#:phases>{patch-paths}: New
phase.
---
gnu/packages/perl.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 5d4843d39a..166ed5230c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5399,6 +5399,17 @@ (define-public perl-inline-c
(base32
"1b3sr39813di3j1kwbgn1xq2z726rhjjdw809ydzgmshj26jb1gi"))))
(build-system perl-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'patch-paths
+ (lambda* (#:key inputs #:allow-other-keys)
+ (let ((make (assoc-ref inputs "make")))
+ (substitute* "lib/Inline/C.pm"
+ (("'\"make\"'")
+ (string-append "'\"" make "/bin/make\"'"))
+ (("'\"make install\"'")
+ (string-append "'\"" make "/bin/make install\"'")))))))))
(native-inputs
`(("perl-file-copy-recursive" ,perl-file-copy-recursive)
("perl-file-sharedir-install" ,perl-file-sharedir-install)
base-commit: f52719dfad7b7d3beb2b1211b6846196f3590823
--
2.33.0
[Message part 3 (message/rfc822, inline)]
Hello,
Xinglu Chen <public <at> yoctocell.xyz> skribis:
> * gnu/packages/perl.scm (perl-inline-c)[arguments]<#:phases>{patch-paths}: New
> phase.
Applied, thanks!
Ludo’.
This bug report was last modified 3 years and 191 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.