guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-ob-ipython: Declare a source file-name.


From: Efraim Flashner
Subject: 03/03: gnu: emacs-ob-ipython: Declare a source file-name.
Date: Mon, 12 Feb 2018 04:47:14 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit eb6b471b44c96deac89093a2f8c016baaa7b6b3e
Author: Efraim Flashner <address@hidden>
Date:   Mon Feb 12 11:39:58 2018 +0200

    gnu: emacs-ob-ipython: Declare a source file-name.
    
    * gnu/packages/emacs.scm (emacs-ob-ipython)[source]: Add 'file-name field.
---
 gnu/packages/emacs.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index be4525c..a2a1c58 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2386,6 +2386,7 @@ the speedbar window.")
               (uri (git-reference
                     (commit "880706469338ab59b5bb7dbe8460016f89755364")
                     (url "https://github.com/gregsexton/ob-ipython.git";)))
+              (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
                 "1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))



reply via email to

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