2021-05-20 23:08:51 +00:00
|
|
|
{ mkXfceDerivation, gobject-introspection, gtk3, gtksourceview4, gspell }:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
mkXfceDerivation {
|
|
|
|
category = "apps";
|
|
|
|
pname = "mousepad";
|
2021-12-06 16:07:01 +00:00
|
|
|
version = "0.5.8";
|
2020-12-29 15:07:52 +00:00
|
|
|
odd-unstable = false;
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-12-06 16:07:01 +00:00
|
|
|
sha256 = "sha256-Q5coRO2Swo0LpB+pzi+fxrwNyhcDbQXLuQtepPlCyxY=";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-05-20 23:08:51 +00:00
|
|
|
nativeBuildInputs = [ gobject-introspection ];
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-05-20 23:08:51 +00:00
|
|
|
buildInputs = [ gtk3 gtksourceview4 gspell ];
|
|
|
|
|
|
|
|
# Use the GSettings keyfile backend rather than DConf
|
|
|
|
configureFlags = [ "--enable-keyfile-settings" ];
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
meta = {
|
2021-04-05 15:23:46 +00:00
|
|
|
description = "Simple text editor for Xfce";
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
}
|