Loading pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix +12 −2 Original line number Diff line number Diff line { mkXfceDerivation, lib, fetchpatch, cmake, accountsservice, exo, Loading @@ -18,10 +19,19 @@ mkXfceDerivation { category = "panel-plugins"; pname = "xfce4-whiskermenu-plugin"; version = "2.9.0"; version = "2.9.1"; rev-prefix = "v"; odd-unstable = false; sha256 = "sha256-j2KatlML8NuUH+IKWodDT5VeG7XL27wwiqMKjurt9rM="; sha256 = "sha256-CHxKCH8FcikNzhI3rUU2IH0bTbBGqEz85f/ST8PSnSo="; patches = [ # Fix menu not shown on correct monitor # https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/issues/154 (fetchpatch { url = "https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/commit/e13216dcaa455e08368dcde256a6896d6e8918a1.patch"; hash = "sha256-sRy1EgG8SaLgjdMH7XNSg97kj+tq2TI+G1P1d9aUXPc="; }) ]; nativeBuildInputs = [ cmake Loading Loading
pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix +12 −2 Original line number Diff line number Diff line { mkXfceDerivation, lib, fetchpatch, cmake, accountsservice, exo, Loading @@ -18,10 +19,19 @@ mkXfceDerivation { category = "panel-plugins"; pname = "xfce4-whiskermenu-plugin"; version = "2.9.0"; version = "2.9.1"; rev-prefix = "v"; odd-unstable = false; sha256 = "sha256-j2KatlML8NuUH+IKWodDT5VeG7XL27wwiqMKjurt9rM="; sha256 = "sha256-CHxKCH8FcikNzhI3rUU2IH0bTbBGqEz85f/ST8PSnSo="; patches = [ # Fix menu not shown on correct monitor # https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/issues/154 (fetchpatch { url = "https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/commit/e13216dcaa455e08368dcde256a6896d6e8918a1.patch"; hash = "sha256-sRy1EgG8SaLgjdMH7XNSg97kj+tq2TI+G1P1d9aUXPc="; }) ]; nativeBuildInputs = [ cmake Loading