unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49762] [PATCH] gnu: graphviz-2.38: Fix build failure.
@ 2021-07-28 21:32 Maxime Devos
  2021-07-28 21:36 ` Maxime Devos
  2021-07-29  7:34 ` bug#49762: " Mathieu Othacehe
  0 siblings, 2 replies; 3+ messages in thread
From: Maxime Devos @ 2021-07-28 21:32 UTC (permalink / raw)
  To: 49762; +Cc: Maxime Devos

* gnu/packages/graphviz.scm
  (graphviz-2.38)[arguments]<#:phases>: Make this a G-exp.
---
 gnu/packages/graphviz.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 43eaecace4..eaddfb29c4 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -150,19 +150,19 @@ interfaces for other technical domains.")
       (arguments
        (substitute-keyword-arguments (package-arguments graphviz)
          ((#:phases phases)
-          `(modify-phases ,phases
-             (add-after 'unpack 'prepare-bootstrap
-               (lambda _
-                 (substitute* "autogen.sh"
-                   (("/bin/sh") (which "sh"))
-                   (("\\$GRAPHVIZ_VERSION_DATE") "0"))
-                 (setenv "CONFIG_SHELL" (which "sh"))
-                 (setenv "SHELL" (which "sh"))
+          #~(modify-phases #$phases
+              (add-after 'unpack 'prepare-bootstrap
+                (lambda _
+                  (substitute* "autogen.sh"
+                    (("/bin/sh") (which "sh"))
+                    (("\\$GRAPHVIZ_VERSION_DATE") "0"))
+                  (setenv "CONFIG_SHELL" (which "sh"))
+                  (setenv "SHELL" (which "sh"))
 
-                 (map make-file-writable (find-files "." ".*"))
-                 #t))
-             (replace 'bootstrap
-               (lambda _ (invoke (which "sh") "autogen.sh" "NOCONFIG") #t))))))
+                  (map make-file-writable (find-files "." ".*"))
+                  #t))
+              (replace 'bootstrap
+                (lambda _ (invoke (which "sh") "autogen.sh" "NOCONFIG") #t))))))
       (native-inputs
        `(("autoconf" ,autoconf)
          ("automake" ,automake)
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#49762] [PATCH] gnu: graphviz-2.38: Fix build failure.
  2021-07-28 21:32 [bug#49762] [PATCH] gnu: graphviz-2.38: Fix build failure Maxime Devos
@ 2021-07-28 21:36 ` Maxime Devos
  2021-07-29  7:34 ` bug#49762: " Mathieu Othacehe
  1 sibling, 0 replies; 3+ messages in thread
From: Maxime Devos @ 2021-07-28 21:36 UTC (permalink / raw)
  To: 49762

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

Maxime Devos schreef op wo 28-07-2021 om 23:32 [+0200]:
> * gnu/packages/graphviz.scm
>   (graphviz-2.38)[arguments]<#:phases>: Make this a G-exp.

I forgot to mention this is for core-updates(-frozen?).
The subject should have been
  [PATCH core-updates] gnu: graphviz-2.38: Fix build failure.
(or [PATCH core-updates-frozen] gnu: graphviz-2.38: Fix build failure.?).

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#49762: [PATCH] gnu: graphviz-2.38: Fix build failure.
  2021-07-28 21:32 [bug#49762] [PATCH] gnu: graphviz-2.38: Fix build failure Maxime Devos
  2021-07-28 21:36 ` Maxime Devos
@ 2021-07-29  7:34 ` Mathieu Othacehe
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2021-07-29  7:34 UTC (permalink / raw)
  To: Maxime Devos; +Cc: 49762-done


Hey,

> * gnu/packages/graphviz.scm
>   (graphviz-2.38)[arguments]<#:phases>: Make this a G-exp.

Pushed to core-updates & core-updates-frozen.

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-29  7:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 21:32 [bug#49762] [PATCH] gnu: graphviz-2.38: Fix build failure Maxime Devos
2021-07-28 21:36 ` Maxime Devos
2021-07-29  7:34 ` bug#49762: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).