3 , gobject-introspection
20 sha256 = "sha256-L1txMS86lOEE9tOPTIOr1Gh4lwH7krnAeq4f3yS5kN0=";
22 nativeBuildInputs = [ gobject-introspection ];
29 libxfce4ui # for shortcut plugin
30 xfconf # required by libxfce4kbd-private-3
31 ] ++ lib.optionals enablePolkit [
35 # Use the GSettings keyfile backend rather than DConf
36 configureFlags = [ "--enable-keyfile-settings" ];
39 description = "Simple text editor for Xfce";
40 mainProgram = "mousepad";
41 maintainers = with maintainers; [ ] ++ teams.xfce.members;