GNU bug report logs - #76594
[PATCH 0/3] some quilt things

Previous Next

Package: guix-patches;

Reported by: Morgan Smith <Morgan.J.Smith <at> outlook.com>

Date: Wed, 26 Feb 2025 17:24:02 UTC

Severity: normal

Tags: patch

Full log


Message #11 received at 76594 <at> debbugs.gnu.org (full text, mbox):

From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
To: 76594 <at> debbugs.gnu.org
Cc: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Subject: [PATCH 2/3] gnu: quilt: Don't install emacs package.
Date: Wed, 26 Feb 2025 12:44:18 -0500
* gnu/packages/patchutils.scm (quilt): Don't install quilt.el.  This is to be
moved to it's own guix package 'emacs-quilt'.

Change-Id: I4d70ad1c137a377f71cd9d3f1b69f5ed95e4debd
---
 gnu/packages/patchutils.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 3cd3507b07..686b289778 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -187,6 +187,11 @@ (define-public quilt
      '(#:parallel-tests? #f
        #:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'no-emacs
+           ;; Installed in emacs-quilt package
+           (lambda _
+             (substitute* "Makefile.in"
+               ((".*lib/quilt.el.*") ""))))
          (delete 'check)
          (add-after 'install 'wrap-program
            ;; quilt's configure checks for the absolute path to the utilities it
-- 
2.48.1





This bug report was last modified 62 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.