GNU bug report logs - #33745
Unnecessary dependencies in Coq

Previous Next

Package: guix;

Reported by: Dan Frumin <dfrumin <at> cs.ru.nl>

Date: Fri, 14 Dec 2018 16:28:02 UTC

Severity: normal

Tags: fixed

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Dan Frumin <dfrumin <at> cs.ru.nl>
To: 33745 <at> debbugs.gnu.org
Subject: Re: Unnecessary dependencies in Coq
Date: Fri, 14 Dec 2018 17:45:00 +0100
Oh, I forgot about another potential issue: right now the Coq package _hardcodes_ the use of Icecat as a default browser:


       (modify-phases %standard-phases
         (replace 'configure
           (lambda* (#:key outputs #:allow-other-keys)
             (let* ((out (assoc-ref outputs "out"))
                    (mandir (string-append out "/share/man"))
                    (browser "icecat -remote \"OpenURL(%s,new-tab)\""))
               (invoke "./configure"
                       "-prefix" out
                       "-mandir" mandir
                       "-browser" browser
                       "-coqide" "opt")))) ..


Can this be avoided somehow?




This bug report was last modified 6 years and 183 days ago.

Previous Next


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