mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ocaml-lablgtk3-sourceview3: Fix inputs.
* gnu/packages/ocaml.scm (ocaml-lablgtk3-sourceview3): Move gtksourceview-3 from native-inputs to propagated-inputs. Remove native-inputs and use inherited inputs instead. Change-Id: I2b242343bdace17ee3e992ce71f4e49b3c375e15 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
9d42741693
commit
36dc960c7f
1 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;; Copyright © 2022 Garek Dyszel <garekdyszel@disroot.org>
|
||||
;;; Copyright © 2023 Csepp <raingloom@riseup.net>
|
||||
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
|
||||
;;; Copyright © 2023, 2024 Foundation Devices, Inc. <hello@foundation.xyz>
|
||||
;;; Copyright © 2023 Arnaud DABY-SEESARAM <ds-ac@nanein.fr>
|
||||
;;; Copyright © 2024 Sören Tempel <soeren@soeren-tempel.net>
|
||||
;;;
|
||||
|
@ -8570,8 +8570,7 @@ (define-public ocaml-lablgtk3-sourceview3
|
|||
(package
|
||||
(inherit lablgtk3)
|
||||
(name "ocaml-lablgtk3-sourceview3")
|
||||
(propagated-inputs (list lablgtk3))
|
||||
(native-inputs (list gtksourceview-3 pkg-config))
|
||||
(propagated-inputs (list gtksourceview-3 lablgtk3))
|
||||
(arguments
|
||||
`(#:package "lablgtk3-sourceview3"))
|
||||
(synopsis "OCaml interface to GTK+ gtksourceview library")
|
||||
|
|
Loading…
Reference in a new issue