bump versions and fix qtile accordingly #51

Merged
steveej merged 2 commits from pr/qtile-more-python-modules into master 2020-08-25 18:11:58 +00:00
Showing only changes of commit 0f51376275 - Show all commits

View file

@ -32,5 +32,16 @@ in {
# TODO: facetimehd is currfently broken (https://github.com/NixOS/nixpkgs/pull/72804) # TODO: facetimehd is currfently broken (https://github.com/NixOS/nixpkgs/pull/72804)
facetimehd-firmware = super.hello; facetimehd-firmware = super.hello;
qtile = self.nixpkgs-master.qtile; qtile = self.nixpkgs-master.qtile.overrideAttrs(oldAttrs: {
pythonPath = oldAttrs.pythonPath ++ (with self.python37Packages; [
psutil
dbus-python
pyxdg
mpd2
# python-wifi
# iwlib
dateutil
keyring
]);
});
} }