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-10-14 00:43:12 +00:00
|
|
|
version = "0.5.7";
|
2020-12-29 15:07:52 +00:00
|
|
|
odd-unstable = false;
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-10-14 00:43:12 +00:00
|
|
|
sha256 = "sha256-VLPzzM9dl+HAPI+Qn2QTjrKfRgngsExlPFRsdmsNcSM=";
|
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
|
|
|
};
|
|
|
|
}
|