Loading pkgs/desktops/xfce/applications/mousepad/default.nix +18 −4 Original line number Diff line number Diff line { lib, mkXfceDerivation, gobject-introspection, gtk3, gtksourceview4, gspell }: { lib , mkXfceDerivation , gobject-introspection , glib , gtk3 , gtksourceview4 , gspell , polkit }: mkXfceDerivation { category = "apps"; pname = "mousepad"; version = "0.6.0"; version = "0.6.1"; odd-unstable = false; sha256 = "sha256-VmpCjR8/3rsCGkVGhT+IdC6kaQkGz8G2ktFhJk32DeQ="; sha256 = "sha256-MLdexhIsQa4XuVaLgtQ2aVJ00+pwkhAP3qMj0XXPqh0="; nativeBuildInputs = [ gobject-introspection ]; buildInputs = [ gtk3 gtksourceview4 gspell ]; buildInputs = [ glib gtk3 gtksourceview4 gspell polkit # optional polkit support ]; # Use the GSettings keyfile backend rather than DConf configureFlags = [ "--enable-keyfile-settings" ]; Loading Loading
pkgs/desktops/xfce/applications/mousepad/default.nix +18 −4 Original line number Diff line number Diff line { lib, mkXfceDerivation, gobject-introspection, gtk3, gtksourceview4, gspell }: { lib , mkXfceDerivation , gobject-introspection , glib , gtk3 , gtksourceview4 , gspell , polkit }: mkXfceDerivation { category = "apps"; pname = "mousepad"; version = "0.6.0"; version = "0.6.1"; odd-unstable = false; sha256 = "sha256-VmpCjR8/3rsCGkVGhT+IdC6kaQkGz8G2ktFhJk32DeQ="; sha256 = "sha256-MLdexhIsQa4XuVaLgtQ2aVJ00+pwkhAP3qMj0XXPqh0="; nativeBuildInputs = [ gobject-introspection ]; buildInputs = [ gtk3 gtksourceview4 gspell ]; buildInputs = [ glib gtk3 gtksourceview4 gspell polkit # optional polkit support ]; # Use the GSettings keyfile backend rather than DConf configureFlags = [ "--enable-keyfile-settings" ]; Loading