gnu: xfce4-dev-tools: Add libxslt as a native-input.

As the configure script is looking for it.

* gnu/packages/xfce.scm (xfce4-dev-tools)[native-inputs]: Add libxslt.

Change-Id: Ia7ab573bbdf7461fc68053667a5962717afd0015
This commit is contained in:
Christopher Baines 2024-03-20 14:30:22 +00:00
parent 6cb181c07f
commit 5d1ba303df
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

View File

@ -2234,7 +2234,8 @@ local weather in the panel, using forecast data provided by the
"10bnb8q7sj60ahzfwrb3av4ngr17wk1p6jsnfv0yn8l90kksnb41"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
(list pkg-config
libxslt))
(inputs
(list glib))
(home-page "https://docs.xfce.org/xfce/xfce4-dev-tools/")