mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: gnome-recipes: Move libgd origin from phases to native-inputs.
* gnu/packages/dlang.scm (gnome-recipes)[arguments]<phases>: Move libgd origin from here... [native-inputs]: ...to here. Change-Id: Ic1775a66608e114b5b31058386c8b739c155b7a5 Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f8f005815e
commit
4410b818df
1 changed files with 10 additions and 9 deletions
|
@ -799,15 +799,7 @@ (define-public gnome-recipes
|
|||
(add-after 'unpack 'unpack-libgd
|
||||
(lambda _
|
||||
(copy-recursively
|
||||
#$(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.gnome.org/GNOME/libgd")
|
||||
(commit "c7c7ff4e05d3fe82854219091cf116cce6b19de0")))
|
||||
(file-name (git-file-name "libgd" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16yld0ap7qj1n96h4f2sqkjmibg7xx5xwkqxdfzam2nmyfdlrrrs")))
|
||||
#$(this-package-native-input "libgd-checkout")
|
||||
"subprojects/libgd"))))))
|
||||
(inputs (list glib
|
||||
gnome-autoar
|
||||
|
@ -821,6 +813,15 @@ (define-public gnome-recipes
|
|||
(native-inputs (list desktop-file-utils ;for update-desktop-database
|
||||
gettext-minimal
|
||||
`(,glib "bin")
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.gnome.org/GNOME/libgd")
|
||||
(commit "c7c7ff4e05d3fe82854219091cf116cce6b19de0")))
|
||||
(file-name "libgd-checkout")
|
||||
(sha256
|
||||
(base32
|
||||
"16yld0ap7qj1n96h4f2sqkjmibg7xx5xwkqxdfzam2nmyfdlrrrs")))
|
||||
itstool
|
||||
pkg-config
|
||||
python))
|
||||
|
|
Loading…
Reference in a new issue