1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

sway: remove test dependency on xwayland

This commit is contained in:
Robert Helgesson 2020-11-14 23:49:14 +01:00
parent b3fdbfdf42
commit cde1d33e61
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ with lib;
outPath = "@rxvt-unicode-unwrapped@";
};
i3status = self.dummy-package // { outPath = "@i3status@"; };
xwayland = self.dummy-package // { outPath = "@xwayland@"; };
})
];

View File

@ -23,6 +23,7 @@ with lib;
outPath = "@rxvt-unicode-unwrapped@";
};
i3status = self.dummy-package // { outPath = "@i3status@"; };
xwayland = self.dummy-package // { outPath = "@xwayland@"; };
})
];