diff options
author | Christopher Baines <mail@cbaines.net> | 2024-03-20 14:30:22 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-03-20 14:30:22 +0000 |
commit | 5d1ba303df97486ee6c59808fd2375ea452aebf0 (patch) | |
tree | c0ec7c3169aa849eee3c9623f292dd5b300f9d20 /gnu | |
parent | 6cb181c07f83dfdeae1882208941086f3717a165 (diff) | |
download | guix-5d1ba303df97486ee6c59808fd2375ea452aebf0.tar.gz guix-5d1ba303df97486ee6c59808fd2375ea452aebf0.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 475d544884..e90689384f 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -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/") |