bemenu: remove obsolete patch
This commit is contained in:
parent
5d75616eda
commit
b4876d9dd9
|
@ -56,12 +56,6 @@ rec {
|
||||||
|
|
||||||
patches = (
|
patches = (
|
||||||
final: prev: {
|
final: prev: {
|
||||||
bemenu = prev.bemenu.overrideAttrs (o: {
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace lib/renderers/wayland/window.c \
|
|
||||||
--replace ZWLR_LAYER_SHELL_V1_LAYER_TOP ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
mySway = prev.sway.override {
|
mySway = prev.sway.override {
|
||||||
sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
|
sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
|
||||||
patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
|
patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
|
||||||
|
|
|
@ -32,7 +32,6 @@ let
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# My bemenu wrapper
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"pqivrc".text = ''
|
"pqivrc".text = ''
|
||||||
[options]
|
[options]
|
||||||
|
|
Loading…
Reference in a new issue