mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
sway: remove test dependency on xwayland
This commit is contained in:
parent
b3fdbfdf42
commit
cde1d33e61
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ with lib;
|
||||||
outPath = "@rxvt-unicode-unwrapped@";
|
outPath = "@rxvt-unicode-unwrapped@";
|
||||||
};
|
};
|
||||||
i3status = self.dummy-package // { outPath = "@i3status@"; };
|
i3status = self.dummy-package // { outPath = "@i3status@"; };
|
||||||
|
xwayland = self.dummy-package // { outPath = "@xwayland@"; };
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,7 @@ with lib;
|
||||||
outPath = "@rxvt-unicode-unwrapped@";
|
outPath = "@rxvt-unicode-unwrapped@";
|
||||||
};
|
};
|
||||||
i3status = self.dummy-package // { outPath = "@i3status@"; };
|
i3status = self.dummy-package // { outPath = "@i3status@"; };
|
||||||
|
xwayland = self.dummy-package // { outPath = "@xwayland@"; };
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue