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


View this message in rfc822 format

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: [bug#76594] [PATCH 3/3] gnu: Add emacs-quilt.
Date: Wed, 26 Feb 2025 12:44:19 -0500
* gnu/packages/patchutils.scm (emacs-quilt): New variable.

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

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 686b289778..3dd7f7f99b 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -31,6 +31,7 @@ (define-module (gnu packages patchutils)
   #:use-module (guix licenses)
   #:use-module (guix download)
   #:use-module (guix git-download)
+  #:use-module (guix build-system emacs)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system glib-or-gtk)
   #:use-module (guix build-system meson)
@@ -250,6 +251,20 @@ (define-public quilt
 refreshed, and more.")
     (license gpl2)))
 
+(define-public emacs-quilt
+  (package
+    (inherit quilt)
+    (name "emacs-quilt")
+    (build-system emacs-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'chdir-elisp
+           ;; Elisp directory is not in root of the source.
+           (lambda _
+             (chdir "lib"))))))
+    (synopsis "Emacs interface to the quilt patch management software")))
+
 (define-public colordiff
   (package
     (name "colordiff")
-- 
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.