unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Is a graft warranted here?
@ 2024-06-14 23:27 Felix Lechner via
  2024-06-14 23:49 ` Tomas Volf
  0 siblings, 1 reply; 4+ messages in thread
From: Felix Lechner via @ 2024-06-14 23:27 UTC (permalink / raw)
  To: help-guix

Hi,

Why does the package definition below provide a grafted version 1.08.1
instead of the source I requested, please?

Kind regards
Felix

* * *

(define-public nyacc/juix
  (let* ((commit "41691b062b598a92549821879766e0ee48b635da")
         (revision "0"))
    (package
      (inherit nyacc)
      (name "nyacc")
      (version "1.10-dev")
      (source (origin
                (method git-fetch)
                (uri (git-reference
                      (url "https://git.savannah.nongnu.org/git/nyacc.git")
                      (commit commit)))
                (file-name (git-file-name name version))
                (sha256
                 (base32
                  "1fa88fix6avyazyiy4k70v9fzdkz1i0p99xnmxmq94j3wpc76y3j"))
                (modules '((guix build utils)))
                (snippet
                 '(substitute* "configure"
                    (("GUILE_GLOBAL_SITE=\\$prefix.*")
                     "GUILE_GLOBAL_SITE=\
$prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n"))))))))


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-15  8:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 23:27 Is a graft warranted here? Felix Lechner via
2024-06-14 23:49 ` Tomas Volf
2024-06-15  0:34   ` Felix Lechner via
2024-06-15  8:15     ` Tomas Volf

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).