unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66368] [PATCH] gnu: gash-utils: Fix build.
@ 2023-10-06  8:00 Liliana Marie Prikler
  2023-10-15 10:32 ` bug#66368: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-10-06  8:00 UTC (permalink / raw)
  To: 66368

* gnu/packages/shells.scm (gash-utils)[arguments]: Add ‘skip-failing-tests’
phase.
[native-inputs]: Add autoconf and automake.
---
 gnu/packages/shells.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 8042fab12f..9e6bf6693f 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -938,8 +938,16 @@ (define-public gash-utils
                (base32
                 "18ylb54l9lmaynapbncc1zhbsirhihznrxihhxgqrpqgyjkfbap6"))))
     (build-system gnu-build-system)
+    (arguments
+     (list
+      #:phases #~(modify-phases %standard-phases
+                  (add-after 'unpack 'skip-failing-tests
+                    (lambda _
+                      (substitute* "Makefile.am"
+                        (("tests/sort\\.org") ""))
+                      (for-each delete-file '("configure" "Makefile.in")))))))
     (native-inputs
-     (list pkg-config))
+     (list autoconf automake pkg-config))
     (inputs
      (list guile-3.0 gash))
     (home-page "https://savannah.nongnu.org/projects/gash/")

base-commit: e863274e67e2242b970845783172c9f4e49405ca
prerequisite-patch-id: fa0c8b5c6bf9c004b8e8ae6d2232457ac96fa7be
prerequisite-patch-id: 263ceb05d249c98e725b33d4a5031c09f19c167b
prerequisite-patch-id: 9588dc604f446839ee10f1e2e827684c4cc00bc7
-- 
2.41.0





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

* bug#66368: [PATCH] gnu: gash-utils: Fix build.
  2023-10-06  8:00 [bug#66368] [PATCH] gnu: gash-utils: Fix build Liliana Marie Prikler
@ 2023-10-15 10:32 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-10-15 10:32 UTC (permalink / raw)
  To: 66368-done

Am Freitag, dem 06.10.2023 um 10:00 +0200 schrieb Liliana Marie
Prikler:
> * gnu/packages/shells.scm (gash-utils)[arguments]: Add ‘skip-failing-
> tests’
> phase.
> [native-inputs]: Add autoconf and automake.
Pushed.




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

end of thread, other threads:[~2023-10-15 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-06  8:00 [bug#66368] [PATCH] gnu: gash-utils: Fix build Liliana Marie Prikler
2023-10-15 10:32 ` bug#66368: " Liliana Marie Prikler

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).