sway: remove test dependency on xwayland
This commit is contained in:
parent
b3fdbfdf42
commit
cde1d33e61
|
@ -21,6 +21,7 @@ with lib;
|
|||
outPath = "@rxvt-unicode-unwrapped@";
|
||||
};
|
||||
i3status = self.dummy-package // { outPath = "@i3status@"; };
|
||||
xwayland = self.dummy-package // { outPath = "@xwayland@"; };
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ with lib;
|
|||
outPath = "@rxvt-unicode-unwrapped@";
|
||||
};
|
||||
i3status = self.dummy-package // { outPath = "@i3status@"; };
|
||||
xwayland = self.dummy-package // { outPath = "@xwayland@"; };
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue