fix sway dwt to be usable
This commit is contained in:
parent
57a82ba996
commit
a69f888c0e
3 changed files with 30 additions and 1 deletions
|
@ -27,6 +27,11 @@
|
|||
propagatedBuildInputs = with prev.python3Packages;
|
||||
old-ranger.propagatedBuildInputs ++ [ astroid pylint pytest ];
|
||||
}));
|
||||
sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
|
||||
patches = old.patches ++ [
|
||||
../patches/sway/fix-hide_cursor-clearing-focus.patch
|
||||
];
|
||||
});
|
||||
material-wifi-icons = final.stdenv.mkDerivation rec {
|
||||
name = "material-wifi-icons";
|
||||
src = inputs.material-wifi-icons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue