me
/
guix
Archived
1
0
Fork 0

gnu: goffice@0.8: Remove input labels.

* gnu/packages/gnome.scm (goffice-0.8)[inputs]: Remove label, use
'modify-inputs'.
Ludovic Courtès 2023-02-24 15:07:56 +01:00
parent 5c4240442c
commit 55d5a5edc7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2014-2022 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014-2023 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net> ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
;;; Copyright © 2014, 2016, 2020 Eric Bavier <bavier@posteo.net> ;;; Copyright © 2014, 2016, 2020 Eric Bavier <bavier@posteo.net>
;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch> ;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch>
@ -4343,7 +4343,8 @@ Hints specification (EWMH).")
(list license:gpl2 license:gpl3)))) (list license:gpl2 license:gpl3))))
(define-public goffice-0.8 (define-public goffice-0.8
(package (inherit goffice) (package
(inherit goffice)
(version "0.8.17") (version "0.8.17")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -4366,9 +4367,8 @@ Hints specification (EWMH).")
(propagated-inputs (propagated-inputs
;; libgoffice-0.8.pc mentions libgsf-1 ;; libgoffice-0.8.pc mentions libgsf-1
(list libgsf)) (list libgsf))
(inputs (inputs (modify-inputs (package-inputs goffice)
`(("gtk" ,gtk+-2) (replace "gtk+" gtk+-2)))))
,@(alist-delete "gtk" (package-inputs goffice))))))
(define-public gnumeric (define-public gnumeric
(package (package