all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45859] [PATCH] gnu: genimage: Use GIT-FILE-NAME.
@ 2021-01-14 12:58 Vincent Legoll
  2021-01-22  9:12 ` bug#45859: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2021-01-14 12:58 UTC (permalink / raw)
  To: 45859; +Cc: Vincent Legoll

* gnu/packages/genimage.scm (origin): Use GIT-FILE-NAME.
---
 gnu/packages/genimage.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/genimage.scm b/gnu/packages/genimage.scm
index c9ed6258a0..bd77e4dc33 100644
--- a/gnu/packages/genimage.scm
+++ b/gnu/packages/genimage.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
+;;; Copyright © 2021 Vincent Legoll <vincent.legoll@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -47,7 +48,7 @@
               (uri (git-reference
                     (url "https://github.com/pengutronix/genimage")
                     (commit (string-append "v" version))))
-              (file-name (string-append name "-" version "-checkout"))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "15jmh17lvm3jw9c92bjarly7iwhmnfl322d91mprfv10ppb9ip54"))
-- 
2.30.0





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

* bug#45859: [PATCH] gnu: genimage: Use GIT-FILE-NAME.
  2021-01-14 12:58 [bug#45859] [PATCH] gnu: genimage: Use GIT-FILE-NAME Vincent Legoll
@ 2021-01-22  9:12 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-01-22  9:12 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45859-done


> * gnu/packages/genimage.scm (origin): Use GIT-FILE-NAME.

Pushed, thanks!

Mathieu




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

end of thread, other threads:[~2021-01-22  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14 12:58 [bug#45859] [PATCH] gnu: genimage: Use GIT-FILE-NAME Vincent Legoll
2021-01-22  9:12 ` bug#45859: " Mathieu Othacehe

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.