overrides: add qtile patch for group specific layouts
This commit is contained in:
parent
39633d44d1
commit
fcbdcce7fa
1 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,15 @@ in
|
|||
hash = "sha256-JtPN0FMRZMc89AzQfe0JiB9OMR+tmMq+pLye5nAOQ7Y=";
|
||||
};
|
||||
|
||||
patches = oldAttrs.patches ++ [
|
||||
# https://github.com/qtile/qtile/pull/4473
|
||||
(final.fetchpatch {
|
||||
name = "qtile-load-icons-for-group-specific-layouts.patch";
|
||||
url = "https://github.com/qtile/qtile/commit/56b0519d74a090e25f4f930c7f49ab5704e1cc21.patch";
|
||||
sha256 = "sha256-Na525vpHKOdQHS6lkbs2roCbalfIiYakakrH9XqPf5Q=";
|
||||
})
|
||||
];
|
||||
|
||||
propagatedBuildInputs =
|
||||
let
|
||||
xcffib = pythonFinal.xcffib.overrideAttrs (oldAttrs: rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue