diff options
| author | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-13 10:37:15 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-13 10:39:37 +0200 |
| commit | f6145358c7d33e73c0708bbe400e6e8e65512ef3 (patch) | |
| tree | 2a4420ae34b0a83f9efdbda3903feec6e857b476 | |
| parent | 62f7f0d636d3b3ff796263ab892ebf53263539fa (diff) | |
gnu: guile-parted: Update to 0.0.3.
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.3,
[source]: remove snippet for Guile 3.0 that is now supported.
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 02404db6792..e1fcc122292 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | ;;; Copyright © 2016, 2019 Jan Nieuwenhuizen <janneke@gnu.org> | 12 | ;;; Copyright © 2016, 2019 Jan Nieuwenhuizen <janneke@gnu.org> |
| 13 | ;;; Copyright © 2017 Andy Wingo <wingo@igalia.com> | 13 | ;;; Copyright © 2017 Andy Wingo <wingo@igalia.com> |
| 14 | ;;; Copyright © 2017 David Thompson <davet@gnu.org> | 14 | ;;; Copyright © 2017 David Thompson <davet@gnu.org> |
| 15 | ;;; Copyright © 2017, 2018, 2019 Mathieu Othacehe <m.othacehe@gmail.com> | 15 | ;;; Copyright © 2017, 2018, 2019, 2020 Mathieu Othacehe <m.othacehe@gmail.com> |
| 16 | ;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org> | 16 | ;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org> |
| 17 | ;;; Copyright © 2017 ng0 <ng0@n0.is> | 17 | ;;; Copyright © 2017 ng0 <ng0@n0.is> |
| 18 | ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> | 18 | ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> |
| @@ -1123,7 +1123,7 @@ microblogging service.") | |||
| 1123 | (define-public guile-parted | 1123 | (define-public guile-parted |
| 1124 | (package | 1124 | (package |
| 1125 | (name "guile-parted") | 1125 | (name "guile-parted") |
| 1126 | (version "0.0.2") | 1126 | (version "0.0.3") |
| 1127 | (source (origin | 1127 | (source (origin |
| 1128 | (method git-fetch) | 1128 | (method git-fetch) |
| 1129 | (uri (git-reference | 1129 | (uri (git-reference |
| @@ -1132,20 +1132,8 @@ microblogging service.") | |||
| 1132 | (file-name (git-file-name name version)) | 1132 | (file-name (git-file-name name version)) |
| 1133 | (sha256 | 1133 | (sha256 |
| 1134 | (base32 | 1134 | (base32 |
| 1135 | "01qmv6xnbbq3wih0dl9bscvca2d7zx7bjiqf35y6dkaqsp8nvdxf")) | 1135 | "0kwi777fhfb4rq6fik9bwqzr63k82qjl94dm5lyyyal4rh724xrc")) |
| 1136 | (modules '((guix build utils))) | 1136 | (modules '((guix build utils))))) |
| 1137 | (snippet | ||
| 1138 | '(begin | ||
| 1139 | ;; Allow builds with Guile 3.0. | ||
| 1140 | (substitute* "configure.ac" | ||
| 1141 | (("^GUILE_PKG.*") | ||
| 1142 | "GUILE_PKG([3.0 2.2 2.0])\n")) | ||
| 1143 | |||
| 1144 | ;; Remove "guile.m4" since it contains an obsolete version | ||
| 1145 | ;; of 'GUILE_PKG' that doesn't work with development | ||
| 1146 | ;; versions such as 2.9. | ||
| 1147 | (delete-file "m4/guile.m4") | ||
| 1148 | #t)))) | ||
| 1149 | (build-system gnu-build-system) | 1137 | (build-system gnu-build-system) |
| 1150 | (arguments | 1138 | (arguments |
| 1151 | '(#:make-flags | 1139 | '(#:make-flags |
