1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: genimage: Use GIT-FILE-NAME.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Vincent Legoll
2021-01-14 13:58:45 +01:00
committed by Mathieu Othacehe
parent 02e5c95db9
commit 7c424b3831
+2 -1
View File
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org> ;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
;;; Copyright © 2021 Vincent Legoll <vincent.legoll@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@@ -47,7 +48,7 @@
(uri (git-reference (uri (git-reference
(url "https://github.com/pengutronix/genimage") (url "https://github.com/pengutronix/genimage")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"15jmh17lvm3jw9c92bjarly7iwhmnfl322d91mprfv10ppb9ip54")) "15jmh17lvm3jw9c92bjarly7iwhmnfl322d91mprfv10ppb9ip54"))