unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Marius Bakke <marius@gnu.org>
To: Pierre Neidhardt <mail@ambrevar.xyz>
Cc: guix-devel@gnu.org
Subject: Re: branch master updated: gnu: nyxt: Update to 2-pre-release-3.
Date: Sat, 07 Nov 2020 20:39:44 +0100	[thread overview]
Message-ID: <87ft5lgdmn.fsf@gnu.org> (raw)
In-Reply-To: <20201020130843.10939.42161@vcs0.savannah.gnu.org>

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

Hello Pierre,

guix-commits@gnu.org writes:

> commit 21e79225352a5e78aa329b6cd213eb553862c363
> Author: Pierre Neidhardt <mail@ambrevar.xyz>
> AuthorDate: Tue Oct 20 15:06:59 2020 +0200
>
>     gnu: nyxt: Update to 2-pre-release-3.
>     
>     * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-3.
> ---
>  gnu/packages/web-browsers.scm | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)

[...]

> @@ -482,7 +482,8 @@ driven and does not detract you from your daily work.")
>         #:strip-binaries? #f             ; Stripping breaks SBCL binaries.
>         #:phases
>         (modify-phases %standard-phases
> -         (add-after 'unpack 'patch-version ; Version is guessed from .git which Guix does not have.
> +         ;; Version is guessed from .git which Guix does not have.
> +         (add-after 'unpack 'patch-version
>             (lambda* (#:key inputs #:allow-other-keys)
>               (let ((version (format #f "~a" ,version))
>                     (file "source/global.lisp"))
> @@ -515,7 +516,8 @@ driven and does not detract you from your daily work.")
>                             ":"))
>                      (gi-path (string-join
>                                (map (lambda (lib)
> -                                     (string-append (assoc-ref inputs lib) "/lib/girepository-1.0"))
> +                                     (string-append (assoc-ref inputs lib)
> +                                                    "/lib/girepository-1.0"))
>                                     libs)
>                                ":"))
>                      (xdg-path (string-join
> @@ -540,6 +542,7 @@ driven and does not detract you from your daily work.")
>       ;; See https://github.com/atlas-engineer/nyxt/issues/680.
>       `(("alexandria" ,cl-alexandria)
>         ("bordeaux-threads" ,cl-bordeaux-threads)
> +       ("cl-chanl" ,cl-chanl)
>         ("cl-containers" ,cl-containers)
>         ("cl-css" ,cl-css)
>         ("cl-json" ,cl-json)
> @@ -555,7 +558,6 @@ driven and does not detract you from your daily work.")
>         ("iolib" ,cl-iolib)
>         ("local-time" ,cl-local-time)
>         ("log4cl" ,cl-log4cl)
> -       ("lparallel" ,cl-lparallel)
>         ("mk-string-metrics" ,cl-mk-string-metrics)
>         ("moptilities" ,cl-moptilities)
>         ("osicat" ,sbcl-osicat)         ; SBCL version needed for libosicat.so.
> @@ -571,6 +573,7 @@ driven and does not detract you from your daily work.")
>         ("trivial-package-local-nicknames" ,cl-trivial-package-local-nicknames)
>         ("trivial-types" ,cl-trivial-types)
>         ("unix-opts" ,cl-unix-opts)
> +       ("usocket" ,cl-usocket)
>         ;; WebKitGTK deps
>         ("cl-cffi-gtk" ,cl-cffi-gtk)
>         ("cl-webkit" ,cl-webkit)

This is a friendly reminder to please list all changes to inputs,
arguments etc in the commit message.  It makes resolving merge conflicts
*much* easier.

Due to SBCL changes on the 'staging' branch, there have been a few
changes to the 'nyxt' inputs; and because the changes from 'master' are
not mentioned in the commit messages, I need to manually look at each
commit and note what has changed in order to resolve the conflict.

(feel free to try merging c2396ceb onto 052939c2 to get an idea of what
I'm talking about :-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 507 bytes --]

       reply	other threads:[~2020-11-07 19:40 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20201020130843.10939.42161@vcs0.savannah.gnu.org>
2020-11-07 19:39 ` Marius Bakke [this message]
2020-11-07 19:46   ` branch master updated: gnu: nyxt: Update to 2-pre-release-3 Marius Bakke
2020-11-08  9:40     ` Pierre Neidhardt
2020-11-08 15:16       ` Marius Bakke
2020-11-09  7:12         ` zimoun
2020-11-09  9:29           ` Pierre Neidhardt
2020-11-09 21:14             ` Marius Bakke
2020-11-09 22:38               ` Marius Bakke
2020-11-10  9:01                 ` Pierre Neidhardt
2020-11-10  9:28                   ` Pierre Neidhardt
2020-11-10 19:22                   ` Marius Bakke
2020-11-10 19:59                     ` Pierre Neidhardt
2020-11-10 20:28                       ` Marius Bakke
2020-11-11  9:19                         ` Pierre Neidhardt
2020-11-11 12:43                           ` Pierre Neidhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ft5lgdmn.fsf@gnu.org \
    --to=marius@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=mail@ambrevar.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).