unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Fix asciinema build.
@ 2016-12-07 18:08 José Miguel Sánchez García
  2016-12-08  9:25 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: José Miguel Sánchez García @ 2016-12-07 18:08 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 88 bytes --]

Tiny fix: add python-requests to the inputs field.

-- 
José Miguel Sánchez García

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Fix-asciinema-build.patch --]
[-- Type: text/x-diff; name=0001-gnu-Fix-asciinema-build.patch, Size: 1020 bytes --]

From cdad51eefcfe5c193fc7efb37cb271195feab310 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
 <jmi2k@openmailbox.org>
Date: Wed, 7 Dec 2016 19:04:23 +0100
Subject: [PATCH] gnu: Fix asciinema build.

* gnu/packages/terminals.scm (asciinema)[inputs]: Add python-requests.
---
 gnu/packages/terminals.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index e1076c7..67ad7eb 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -161,7 +161,8 @@ insert mode and command mode where keybindings have different functions.")
                  (("'tput'")
                   (string-append "'" ncurses "/bin/tput'"))))
              #t)))))
-    (inputs `(("ncurses" ,ncurses)))
+    (inputs `(("ncurses" ,ncurses)
+              ("python-requests" ,python-requests)))
     (home-page "https://asciinema.org")
     (synopsis "Terminal session recorder")
     (description
-- 
2.9.2


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

* Re: [PATCH] gnu: Fix asciinema build.
  2016-12-07 18:08 [PATCH] gnu: Fix asciinema build José Miguel Sánchez García
@ 2016-12-08  9:25 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-12-08  9:25 UTC (permalink / raw)
  To: José Miguel Sánchez García; +Cc: guix-devel

Hello!

José Miguel Sánchez García <jmi2k@openmailbox.org> skribis:

> Tiny fix: add python-requests to the inputs field.
>
> -- 
> José Miguel Sánchez García
>
> From cdad51eefcfe5c193fc7efb37cb271195feab310 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
>  <jmi2k@openmailbox.org>
> Date: Wed, 7 Dec 2016 19:04:23 +0100
> Subject: [PATCH] gnu: Fix asciinema build.
>
> * gnu/packages/terminals.scm (asciinema)[inputs]: Add python-requests.

It currently builds fine:

  https://hydra.gnu.org/job/gnu/master/asciinema-1.3.0.x86_64-linux

A quick test suggests that it works fine too.

Could you explain why python-requests would be needed?

Thanks!

Ludo’.

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

end of thread, other threads:[~2016-12-08  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-07 18:08 [PATCH] gnu: Fix asciinema build José Miguel Sánchez García
2016-12-08  9:25 ` Ludovic Courtès

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).