2020-12-28 21:17:55 +00:00
|
|
|
{ mkXfceDerivation
|
|
|
|
, autoreconfHook
|
|
|
|
, libxslt
|
|
|
|
, docbook_xsl
|
|
|
|
, autoconf
|
|
|
|
, automake
|
|
|
|
, glib
|
|
|
|
, gtk-doc
|
|
|
|
, intltool
|
|
|
|
, libtool
|
|
|
|
}:
|
2017-12-17 15:02:52 +00:00
|
|
|
|
2019-08-13 22:52:01 +01:00
|
|
|
mkXfceDerivation {
|
2017-12-17 15:02:52 +00:00
|
|
|
category = "xfce";
|
|
|
|
pname = "xfce4-dev-tools";
|
2020-12-28 21:17:55 +00:00
|
|
|
version = "4.16.0";
|
2017-12-17 15:02:52 +00:00
|
|
|
|
2020-12-28 21:17:55 +00:00
|
|
|
sha256 = "0w47npi1np9vb7lhzjr680aa1xb8ch6kcbg0l0bqnpm0y0jmvgz6";
|
2017-12-17 15:02:52 +00:00
|
|
|
|
2020-12-28 21:17:55 +00:00
|
|
|
nativeBuildInputs = [
|
|
|
|
autoreconfHook
|
|
|
|
libxslt
|
|
|
|
docbook_xsl
|
|
|
|
];
|
2017-12-17 15:02:52 +00:00
|
|
|
|
2018-04-12 00:07:19 +01:00
|
|
|
propagatedBuildInputs = [
|
2017-12-17 15:02:52 +00:00
|
|
|
autoconf
|
|
|
|
automake
|
|
|
|
glib
|
2018-07-17 21:11:16 +01:00
|
|
|
gtk-doc
|
2017-12-17 15:02:52 +00:00
|
|
|
intltool
|
|
|
|
libtool
|
|
|
|
];
|
|
|
|
|
|
|
|
setupHook = ./setup-hook.sh;
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Autoconf macros and scripts to augment app build systems";
|
|
|
|
};
|
|
|
|
}
|