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 #66 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>, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH v2 4/5] gnu: quilt: Don't install emacs package.
Date: Sun, 13 Apr 2025 10:57:05 -0400
* 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 41a2daa36a..319b0e1284 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -189,6 +189,11 @@ (define-public quilt
      (list
       #: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-script
             ;; quilt's configure checks for the absolute path to the utilities it
-- 
2.49.0





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.