all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 64466@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#64466] [PATCH 5/7] Revert "gnu: maven-model-builder: Fix build."
Date: Tue,  4 Jul 2023 20:59:51 +0100	[thread overview]
Message-ID: <c413f1cb24d61240550f9280b3d94f716b838baa.1688500745.git.mirai@makinata.eu> (raw)
In-Reply-To: <cover.1688500290.git.mirai@makinata.eu>

This reverts commit 04f9ac0cfaf86f9e590e0fdc62855d9c87245104.
---
 gnu/packages/maven.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index e6cb02c744..5bbf37377f 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -1410,10 +1410,6 @@ (define-public maven-model-builder
              (copy-recursively "src/main/resources"
                                "build/classes")
              #t))
-         (add-after 'unpack 'add-sisu-shebang
-           (lambda _
-             (substitute* "sisu.sh"
-               (("^## T") "#!/bin/sh\n## T"))))
          (add-before 'build 'generate-sisu-named
            (lambda _
              (mkdir-p "build/classes/META-INF/sisu")
-- 
2.40.1





  parent reply	other threads:[~2023-07-04 20:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-04 19:57 [bug#64466] [PATCH 0/7] Fix maven package breakage Bruno Victal
2023-07-04 19:59 ` [bug#64466] [PATCH 1/7] gnu: maven-pom: Add missing shebangs Bruno Victal
2023-07-04 19:59 ` [bug#64466] [PATCH 2/7] Revert "gnu: maven-embedder: Fix build." Bruno Victal
2023-07-04 19:59 ` [bug#64466] [PATCH 3/7] Revert "gnu: maven-core-bootstrap: " Bruno Victal
2023-07-04 19:59 ` [bug#64466] [PATCH 4/7] Revert "gnu: maven-resolver-provider: " Bruno Victal
2023-07-04 19:59 ` Bruno Victal [this message]
2023-07-04 19:59 ` [bug#64466] [PATCH 6/7] Revert "gnu: maven-settings-builder: " Bruno Victal
2023-07-04 19:59 ` [bug#64466] [PATCH 7/7] Revert "gnu: maven-model-builder@3.0: " Bruno Victal
2023-07-09  5:35 ` bug#64466: [PATCH 0/7] Fix maven package breakage Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c413f1cb24d61240550f9280b3d94f716b838baa.1688500745.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=64466@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.