unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: raingloom <raingloom@riseup.net>
To: 44127@debbugs.gnu.org
Subject: [bug#44127] [PATCH] Bombadillo build fix
Date: Wed, 21 Oct 2020 23:29:21 +0200	[thread overview]
Message-ID: <20201021232921.48d19496@riseup.net> (raw)

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

Just a quick fix. install-licenses was trying to overwrite a file
installed by a previous (custom) phase, but copy-file failed with a
permission error.

[-- Attachment #2: 0001-gnu-Don-t-try-to-copy-LICENSE-twice-in-Bombadillo.patch --]
[-- Type: text/x-patch, Size: 1110 bytes --]

From 8260d3981f83b1446465ede31c8230d149422f6c Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Wed, 21 Oct 2020 23:22:26 +0200
Subject: [PATCH] gnu: Don't try to copy LICENSE twice in Bombadillo.

* gnu/packages/web-browsers.scm (bombadillo)[arguments]:
  Removed copy-file call for LICENSE.
---
 gnu/packages/web-browsers.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 862927242e..2220737daa 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -622,7 +622,6 @@ key-bindings and is fully configurable and extensible in Common Lisp.")
                              (pixdir (string-append sharedir "/pixmaps")))
                         (with-directory-excursion builddir
                           (install-file "bombadillo.desktop" appdir)
-                          (install-file "LICENSE" docdir)
                           (install-file "bombadillo.1" mandir)
                           (install-file "bombadillo-icon.png" pixdir)
                           #t)))))))
-- 
2.28.0


             reply	other threads:[~2020-10-21 21:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-21 21:29 raingloom [this message]
2020-10-23 16:27 ` bug#44127: [PATCH] Bombadillo build fix Christopher Baines

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=20201021232921.48d19496@riseup.net \
    --to=raingloom@riseup.net \
    --cc=44127@debbugs.gnu.org \
    /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).