unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: kumagusu08@gmail.com, quiliro@fsfla.org, help-guix@gnu.org,
	32835@debbugs.gnu.org
Subject: bug#32835: icecat show many warning and don't display correctly
Date: Thu, 31 Jan 2019 17:35:51 +0100	[thread overview]
Message-ID: <20190131163551.GA27000@jurong> (raw)
In-Reply-To: <20190131162328.GA26610@jurong>

Well, things are more delicate than that. It is not enough to just swap the
build system, something probably also needs to be done around these lines
in the build recipe:
       #:modules ((ice-9 ftw)
                  (ice-9 rdelim)
                  (ice-9 match)
                  ,@%gnu-build-system-modules)

Also, the binary is already wrapped:
         (add-after 'install 'wrap-program
           (lambda* (#:key inputs outputs #:allow-other-keys)
             (let* ((out (assoc-ref outputs "out"))
                    (lib (string-append out "/lib"))
                    (gtk (assoc-ref inputs "gtk+"))
                    (gtk-share (string-append gtk "/share")))
               (wrap-program (car (find-files lib "^icecat$"))
                 `("XDG_DATA_DIRS" ":" prefix (,gtk-share)))
               #t))))))

I am deferring to someone more knowledgeable...

Andreas

      reply	other threads:[~2019-01-31 16:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAH2wgjjeDygUOibhgn9fsDxuL53vegxmzAtfpEesa0yNEPKrgA@mail.gmail.com>
     [not found] ` <CAE4v=piCm1wpKDtoraGx62qTg5-bte6L67oH2s2-Te5hFsVisA@mail.gmail.com>
     [not found]   ` <CAH2wgjh=GU00GByWF88k0z5DN8jEaUhLFfb031ODyzXuMVp3BQ@mail.gmail.com>
     [not found]     ` <CAE4v=pg89dbz-JESa4eEohb2FySd+q_Cv8JSxKGCZYN7fVShbg@mail.gmail.com>
     [not found]       ` <20190107181000.GA14844@jurong>
     [not found]         ` <CAH2wgjjAW3fg2tfKnGNOHvR98Jd+5HhRmPov0K_H0CF6DvLevA@mail.gmail.com>
     [not found]           ` <78584a9f1b7beabb5b6b09d6a67aa84e@riseup.net>
2019-01-27 15:54             ` bug#32835: icecat show many warning and don't display correctly Andreas Enge
     [not found]             ` <20190127155410.GC10186@jurong>
2019-01-28  1:31               ` Yoshinori Arai
     [not found]               ` <20190128013129.upbea2jzzqyncpew@WaraToNora>
2019-01-30 17:01                 ` Andreas Enge
     [not found]                 ` <20190130170158.GA4088@jurong>
2019-01-30 18:02                   ` Ricardo Wurmus
     [not found]                   ` <87d0oenhvu.fsf@elephly.net>
2019-01-31 10:30                     ` Andreas Enge
2019-01-31 10:47                     ` Andreas Enge
     [not found]                     ` <20190131104723.GA6146@jurong>
2019-01-31 13:24                       ` Maxim Cournoyer
2019-01-31 16:23                         ` Andreas Enge
2019-01-31 16:35                           ` Andreas Enge [this message]

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=20190131163551.GA27000@jurong \
    --to=andreas@enge.fr \
    --cc=32835@debbugs.gnu.org \
    --cc=help-guix@gnu.org \
    --cc=kumagusu08@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=quiliro@fsfla.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).