mousepad: Don't segfault at startup
This commit is contained in:
parent
a218b2d3cb
commit
91bb940160
@ -12,10 +12,14 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
name = "${p_name}-${ver_maj}.${ver_min}";
|
name = "${p_name}-${ver_maj}.${ver_min}";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs =
|
||||||
pkgconfig intltool libxfce4util libxfcegui4
|
[ pkgconfig intltool libxfce4util libxfcegui4
|
||||||
gtk gtksourceview dbus dbus_glib
|
gtk gtksourceview dbus dbus_glib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Propagate gtksourceview into $XDG_DATA_DIRS to provide syntax
|
||||||
|
# highlighting (in fact Mousepad segfaults without it).
|
||||||
|
propagatedUserEnvPkgs = [ gtksourceview ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.xfce.org/;
|
homepage = http://www.xfce.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user