guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-subed: Add missing input.


From: guix-commits
Subject: branch master updated: gnu: emacs-subed: Add missing input.
Date: Sun, 25 Jun 2023 04:54:23 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 01d5d6807f gnu: emacs-subed: Add missing input.
01d5d6807f is described below

commit 01d5d6807f1026bf2fea1846a156e3e09f84c098
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 25 11:51:36 2023 +0300

    gnu: emacs-subed: Add missing input.
    
    * gnu/packages/emacs-xyz.scm (emacs-subed)[native-inputs]: Add
    emacs-buttercup.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 27ba88534f..b408432136 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2016, 2017, 2018, 2019 Chris Marusich <cmmarusich@gmail.com>
 ;;; Copyright © 2015, 2016, 2018, 2020 Christine Lemmer-Webber 
<cwebber@dustycloud.org>
 ;;; Copyright © 2016 Adriano Peluso <catonano@gmail.com>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2016-2021, 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 David Thompson <davet@gnu.org>
 ;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
 ;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
@@ -8201,7 +8201,7 @@ user.")
       #:tests? #t
       #:test-command #~(list "make" "test-only")))
     (native-inputs
-     (list))
+     (list emacs-buttercup))
     (build-system emacs-build-system)
     (home-page "https://elpa.nongnu.org/nongnu/subed.html";)
     (synopsis "Major mode for editing subtitles")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]