all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.