diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-04 11:15:37 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-04 11:17:04 +0100 |
| commit | 15b6925e22e2e674cc151611ac6e26ee3a561bb3 (patch) | |
| tree | 5514adf02629d0f41700ddc6b6aa800d01234d8c | |
| parent | 9c9b800ff6680005dc2b9840782cc602f94a4b9d (diff) | |
gnu: Remove goffice-0.8.
* gnu/packages/gnome.scm (goffice-0.8): Delete variable.
Fixes: guix/guix#6127
Change-Id: I52ad486885d9ef1e84564bac749357e3911f4851
| -rw-r--r-- | gnu/packages/gnome.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a753ccfd919..980ae580afb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -4291,34 +4291,6 @@ Hints specification (EWMH).") | |||
| 4291 | ;; Note: NOT LGPL | 4291 | ;; Note: NOT LGPL |
| 4292 | (list license:gpl2 license:gpl3)))) | 4292 | (list license:gpl2 license:gpl3)))) |
| 4293 | 4293 | ||
| 4294 | (define-public goffice-0.8 | ||
| 4295 | (package | ||
| 4296 | (inherit goffice) | ||
| 4297 | (version "0.8.17") | ||
| 4298 | (source (origin | ||
| 4299 | (method url-fetch) | ||
| 4300 | (uri (string-append "mirror://gnome/sources/" (package-name goffice) "/" | ||
| 4301 | (version-major+minor version) "/" | ||
| 4302 | (package-name goffice) "-" version ".tar.xz")) | ||
| 4303 | (sha256 | ||
| 4304 | (base32 "05fvzbs5bin05bbsr4dp79aiva3lnq0a3a40zq55i13vnsz70l0n")))) | ||
| 4305 | (arguments | ||
| 4306 | `(#:phases | ||
| 4307 | (modify-phases %standard-phases | ||
| 4308 | (add-after 'unpack 'fix-pcre-check | ||
| 4309 | (lambda _ | ||
| 4310 | ;; Only glib.h can be included directly. See | ||
| 4311 | ;; https://bugzilla.gnome.org/show_bug.cgi?id=670316 | ||
| 4312 | (substitute* "configure" | ||
| 4313 | (("glib/gregex\\.h") "glib.h")) #t))) | ||
| 4314 | |||
| 4315 | ,@(package-arguments goffice))) | ||
| 4316 | (propagated-inputs | ||
| 4317 | ;; libgoffice-0.8.pc mentions libgsf-1 | ||
| 4318 | (list libgsf)) | ||
| 4319 | (inputs (modify-inputs (package-inputs goffice) | ||
| 4320 | (replace "gtk+" gtk+-2))))) | ||
| 4321 | |||
| 4322 | (define-public gnumeric | 4294 | (define-public gnumeric |
| 4323 | (package | 4295 | (package |
| 4324 | (name "gnumeric") | 4296 | (name "gnumeric") |
