patches: remove deluge patch overlay, included in nixpkgs
This commit is contained in:
parent
958a045b4b
commit
d823926714
1 changed files with 0 additions and 5 deletions
|
|
@ -71,11 +71,6 @@ rec {
|
||||||
patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
|
patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
deluge = prev.deluge.overrideAttrs (old: {
|
|
||||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [
|
|
||||||
prev.libappindicator-gtk3
|
|
||||||
];
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue