bump steveej-t14

This commit is contained in:
steveej 2021-08-31 10:50:43 +02:00
parent dbb92f6d85
commit 768ea36d85
3 changed files with 18 additions and 5 deletions

View file

@ -32,7 +32,7 @@ in {
# TODO: facetimehd is currfently broken (https://github.com/NixOS/nixpkgs/pull/72804)
facetimehd-firmware = super.hello;
qtile = self.nixpkgs-master.qtile.overrideAttrs(oldAttrs: {
qtile = super.qtile.overrideAttrs(oldAttrs: {
pythonPath = oldAttrs.pythonPath ++ (with self.python37Packages; [
psutil
dbus-python
@ -45,6 +45,15 @@ in {
]);
});
# master is currently not compatible with the 21.05 channel
# qtile = self.nixpkgs-master.qtile.overrideAttrs(oldAttrs: {
# propagatedBuildInputs = oldAttrs.passthru.unwrapped.propagatedBuildInputs ++ (with self.python3Packages; [
# # python-wifi
# # iwlib
# keyring
# ]);
# });
btrbk = super.btrbk.overrideAttrs(attrs: rec {
version = "0.30.0";
src = builtins.fetchurl {