From 36dc960c7fa675a2ed93b783f209a1e6e396c285 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Tue, 7 May 2024 17:57:17 +0200 Subject: 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 --- gnu/packages/ocaml.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 3bd923f97d..04a9ee47c3 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -28,7 +28,7 @@ ;;; Copyright © 2022 John Kehayias ;;; Copyright © 2022 Garek Dyszel ;;; Copyright © 2023 Csepp -;;; Copyright © 2023 Foundation Devices, Inc. +;;; Copyright © 2023, 2024 Foundation Devices, Inc. ;;; Copyright © 2023 Arnaud DABY-SEESARAM ;;; Copyright © 2024 Sören Tempel ;;; @@ -8570,8 +8570,7 @@ generate OCaml code from .glade files), libpanel, librsvg and quartz.") (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") -- cgit v1.2.3