GNU bug report logs - #49327
[PATCH core-updates 000/128] Add 'bash' input for 'wrap-program'.

Previous Next

Package: guix-patches;

Reported by: Maxime Devos <maximedevos <at> telenet.be>

Date: Fri, 2 Jul 2021 10:05:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #122 received at 49327 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: 49327 <at> debbugs.gnu.org
Cc: Maxime Devos <maximedevos <at> telenet.be>
Subject: [PATCH core-updates 041/128] gnu: web-browsers: Add 'bash' input for
 'wrap-program'.
Date: Fri,  2 Jul 2021 12:06:47 +0200
It is required for cross-compilation.

* gnu/packages/web-browsers.scm
  (luakit)[inputs]: Add 'bash-minimal'.
  (kristall)[inputs]: Likewise.
  (qutebrowser)[inputs]: Likewise.
  (nyxt)[inputs]: Likewise.
---
 gnu/packages/web-browsers.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 03d78bd130..4193b488e3 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -48,6 +48,7 @@
   #:use-module (guix utils)
   #:use-module (gnu packages)
   #:use-module (gnu packages backup)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages documentation)
@@ -242,7 +243,8 @@ features including, tables, builtin image display, bookmarks, SSL and more.")
                (base32
                 "1khbn7dpizkznnwkw7rcfhf72dnd1nazk7dwb4rkh9i97b53mf1y"))))
     (inputs
-     `(("lua-5.1" ,lua-5.1)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("lua-5.1" ,lua-5.1)
        ("gtk+" ,gtk+)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("glib-networking" ,glib-networking)
@@ -468,7 +470,8 @@ access.")
                 (base32
                  "1kvkxkisi3czldnb43ig60l55pi4a3m2a4ixp7krhpf9fc5wp294")))))))
       (inputs
-       `(("cmark" ,cmark)
+       `(("bash" ,bash-minimal) ; for wrap-qt-program
+         ("cmark" ,cmark)
          ("font-google-noto" ,font-google-noto)
          ("font-openmoji" ,font-openmoji)
          ("openssl" ,openssl)
@@ -501,7 +504,8 @@ interface.")
     (native-inputs
      `(("python-attrs" ,python-attrs))) ; for tests
     (inputs
-     `(("python-colorama" ,python-colorama)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("python-colorama" ,python-colorama)
        ("python-cssutils" ,python-cssutils)
        ("python-importlib-resources" ,python-importlib-resources)
        ("python-jinja2" ,python-jinja2)
@@ -663,6 +667,7 @@ driven and does not detract you from your daily work.")
        ("sbcl" ,sbcl)))
     (inputs
      `(("alexandria" ,sbcl-alexandria)
+       ("bash" ,bash-minimal) ; for wrap-program
        ("bordeaux-threads" ,sbcl-bordeaux-threads)
        ("cl-calispel" ,sbcl-calispel)
        ("cl-containers" ,sbcl-cl-containers)
-- 
2.32.0





This bug report was last modified 1 year and 209 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.