unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35415] [PATCH 1/1]  gnu: global: Add 'python-wrapper' as input.
@ 2019-04-24 15:27 wednesday
  0 siblings, 0 replies; only message in thread
From: wednesday @ 2019-04-24 15:27 UTC (permalink / raw)
  To: 35415; +Cc: wednesday

* gnu/packages/code.scm (global)[inputs]: Add 'python-wrapper' to fix
tagging python code.
---
 gnu/packages/code.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 09cca5d52e..2bf8376301 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -124,7 +124,8 @@ highlighting your own code that seemed comprehensible when you wrote it.")
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)
               ("libltdl" ,libltdl)
-              ("sqlite" ,sqlite)))
+              ("sqlite" ,sqlite)
+              ("python-wrapper" ,python-wrapper)))
     (arguments
      `(#:configure-flags
        (list (string-append "--with-ncurses="
-- 
2.21.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-24 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24 15:27 [bug#35415] [PATCH 1/1] gnu: global: Add 'python-wrapper' as input wednesday

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).