diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-03-05 16:15:48 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-10 23:07:45 +0100 |
| commit | 5eb4e0223e57df3150e9794e8995070ddfc16860 (patch) | |
| tree | 80cdcd5930b6a8ed8a161922baeccf550e7505cc /gnu | |
| parent | 18c1e15fec5f6930f4de1adeb701eb9e60a5d0aa (diff) | |
gnu: g-wrap: Build from a version-control checkout.
* gnu/packages/guile-xyz.scm (g-wrap)[source]: Switch to ‘git-fetch’.
[native-inputs]: Add ‘autoconf’, ‘automake‘, ‘libtool’, ‘gnu-gettext’, and
‘texinfo’.
Change-Id: Ibf512fe75488dcf9345986a772bb10bf4231d857
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 3ba080c162e..82c11fbe6f0 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm | |||
| @@ -3704,15 +3704,22 @@ client bindings for Wayland.") | |||
| 3704 | (name "g-wrap") | 3704 | (name "g-wrap") |
| 3705 | (version "1.9.15") | 3705 | (version "1.9.15") |
| 3706 | (source (origin | 3706 | (source (origin |
| 3707 | (method url-fetch) | 3707 | (method git-fetch) |
| 3708 | (uri (string-append "mirror://savannah/g-wrap/g-wrap-" | 3708 | (uri (git-reference |
| 3709 | version ".tar.gz")) | 3709 | (url "https://https.git.savannah.gnu.org/git/g-wrap.git") |
| 3710 | (commit (string-append "v" version)))) | ||
| 3711 | (file-name (git-file-name name version)) | ||
| 3710 | (sha256 | 3712 | (sha256 |
| 3711 | (base32 | 3713 | (base32 |
| 3712 | "0ak0bha37dfpj9kmyw1r8fj8nva639aw5xr66wr5gd3l1rqf5xhg")))) | 3714 | "19bwqfk33djd51ijylvcmz3zz9pqvv1k7bk8k912b1bwbpfr3j0y")))) |
| 3713 | (build-system gnu-build-system) | 3715 | (build-system gnu-build-system) |
| 3714 | (native-inputs | 3716 | (native-inputs |
| 3715 | (list pkg-config)) | 3717 | (list autoconf |
| 3718 | automake | ||
| 3719 | libtool | ||
| 3720 | gnu-gettext ;for 'AC_LIB_LINKFLAGS_FROM_LIBS' macro | ||
| 3721 | texinfo | ||
| 3722 | pkg-config)) | ||
| 3716 | (propagated-inputs | 3723 | (propagated-inputs |
| 3717 | (list guile-2.2 guile-lib)) | 3724 | (list guile-2.2 guile-lib)) |
| 3718 | (inputs | 3725 | (inputs |
