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 pkgs/desktops/xfce/applications/ristretto/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,10 +11,10 @@ mkXfceDerivation { category = "apps"; pname = "ristretto"; version = "0.13.0"; version = "0.13.1"; odd-unstable = false; sha256 = "sha256-K1cC5NnRv/C5ZiwMAmaQ8qxvlxHRsJ4F1TgR9CN8Qgc="; sha256 = "sha256-Tor4mA0uSpVCdK6mla1L0JswgURnGPOfkYBR2N1AbL0="; buildInputs = [ glib Loading pkgs/desktops/xfce/applications/xfce4-screenshooter/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,10 +12,10 @@ mkXfceDerivation { category = "apps"; pname = "xfce4-screenshooter"; version = "1.10.3"; version = "1.10.4"; odd-unstable = false; sha256 = "sha256-L+qlxzNgjsoMi+VsbOFG7L/IITbF1iqMWqujhk0rAcA="; sha256 = "sha256-jikvMHpmBLTqwDjTxx4AMU8CnfrtSExFauq+gcTX2E8="; buildInputs = [ exo Loading pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "xfce4-i3-workspaces-plugin"; version = "1.4.0"; version = "1.4.1"; src = fetchFromGitHub { owner = "denesb"; repo = "xfce4-i3-workspaces-plugin"; rev = version; sha256 = "sha256-+tjxMr0UbE3BLdxBwNr2mZqKSQOOtw69FmN4rk4loyA="; sha256 = "sha256-Ss3uUmNvBqiu7hUaSy98+YYrWs64LFGbV4DMAV+xkvA="; }; nativeBuildInputs = [ 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
pkgs/desktops/xfce/applications/ristretto/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,10 +11,10 @@ mkXfceDerivation { category = "apps"; pname = "ristretto"; version = "0.13.0"; version = "0.13.1"; odd-unstable = false; sha256 = "sha256-K1cC5NnRv/C5ZiwMAmaQ8qxvlxHRsJ4F1TgR9CN8Qgc="; sha256 = "sha256-Tor4mA0uSpVCdK6mla1L0JswgURnGPOfkYBR2N1AbL0="; buildInputs = [ glib Loading
pkgs/desktops/xfce/applications/xfce4-screenshooter/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,10 +12,10 @@ mkXfceDerivation { category = "apps"; pname = "xfce4-screenshooter"; version = "1.10.3"; version = "1.10.4"; odd-unstable = false; sha256 = "sha256-L+qlxzNgjsoMi+VsbOFG7L/IITbF1iqMWqujhk0rAcA="; sha256 = "sha256-jikvMHpmBLTqwDjTxx4AMU8CnfrtSExFauq+gcTX2E8="; buildInputs = [ exo Loading
pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "xfce4-i3-workspaces-plugin"; version = "1.4.0"; version = "1.4.1"; src = fetchFromGitHub { owner = "denesb"; repo = "xfce4-i3-workspaces-plugin"; rev = version; sha256 = "sha256-+tjxMr0UbE3BLdxBwNr2mZqKSQOOtw69FmN4rk4loyA="; sha256 = "sha256-Ss3uUmNvBqiu7hUaSy98+YYrWs64LFGbV4DMAV+xkvA="; }; nativeBuildInputs = [ Loading