all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32135] Fix for emacs-biblio
@ 2018-07-12 16:18 Tim Gesthuizen
  2018-07-12 22:07 ` bug#32135: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Gesthuizen @ 2018-07-12 16:18 UTC (permalink / raw)
  To: 32135


[-- Attachment #1.1.1: Type: text/plain, Size: 212 bytes --]

Hello,

emacs-biblio does not build because of missing dependencies.

The attached patch fixes the problem for me.

It would be nice if someone could verify and commit it.


Thanks,

Tim Gesthuizen


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: 0001-gnu-emacs-biblio-Add-missing-dependencies.patch --]
[-- Type: text/x-patch; name="0001-gnu-emacs-biblio-Add-missing-dependencies.patch", Size: 1471 bytes --]

From 82017c67dc205e95ba56d491580ecfc092a2482e Mon Sep 17 00:00:00 2001
From: Tim Gesthuizen <tim.gesthuizen@yahoo.de>
Date: Thu, 12 Jul 2018 17:08:48 +0200
Subject: [PATCH] gnu: emacs-biblio: Add missing dependencies.

* gnu/packages/emacs.scm (emacs-biblio)[propagated-inputs]: Add emacs-seq,
  emacs-dash and emacs-let-alist.
---
 gnu/packages/emacs.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6bd67dcef..a5b0005f1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -35,6 +35,7 @@
 ;;; Copyright © 2018 Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com>
 ;;; Copyright © 2018 Mathieu Lirzin <mthl@gnu.org>
 ;;; Copyright © 2018 Pierre Neidhardt <ambrevar@gmail.com>
+;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -8516,6 +8517,10 @@ outline-mode), so there is no such thing like an outshine mode, only
         (base32
          "109fvivsb4r0rbqljngqrmxqvbnbkqlivczx6brrvlr7ci625lhf"))))
     (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-seq" ,emacs-seq)
+       ("emacs-dash" ,emacs-dash)
+       ("emacs-let-alist" ,emacs-let-alist)))
     (home-page "https://github.com/cpitclaudel/biblio.el")
     (synopsis "Browse and import bibliographic references")
     (description "This package provides an extensible Emacs package for
-- 
2.18.0


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#32135: Fix for emacs-biblio
  2018-07-12 16:18 [bug#32135] Fix for emacs-biblio Tim Gesthuizen
@ 2018-07-12 22:07 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-07-12 22:07 UTC (permalink / raw)
  To: Tim Gesthuizen; +Cc: 32135-done

Hello,

Tim Gesthuizen <tim.gesthuizen@yahoo.de> skribis:

> emacs-biblio does not build because of missing dependencies.
>
> The attached patch fixes the problem for me.
>
> It would be nice if someone could verify and commit it.

Works for me!

> From 82017c67dc205e95ba56d491580ecfc092a2482e Mon Sep 17 00:00:00 2001
> From: Tim Gesthuizen <tim.gesthuizen@yahoo.de>
> Date: Thu, 12 Jul 2018 17:08:48 +0200
> Subject: [PATCH] gnu: emacs-biblio: Add missing dependencies.
>
> * gnu/packages/emacs.scm (emacs-biblio)[propagated-inputs]: Add emacs-seq,
>   emacs-dash and emacs-let-alist.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-12 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-12 16:18 [bug#32135] Fix for emacs-biblio Tim Gesthuizen
2018-07-12 22:07 ` bug#32135: " Ludovic Courtès

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.