pkgs: Remove swaync override

swaync 0.5 is in nixpkgs unstable.
pull/64/head
Simon Bruder 2022-05-26 12:35:22 +02:00
parent 157e8c6bf0
commit 3fe924575d
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 14 deletions

View File

@ -20,20 +20,6 @@ in
withBDplus = true;
};
# TODO: Remove when swaynotificationcenter ≥ 0.5 is in nixpkgs
swaynotificationcenter = prev.swaynotificationcenter.overrideAttrs (o: o // rec {
version = "0.5";
src = prev.fetchFromGitHub {
owner = "ErikReider";
repo = "SwayNotificationCenter";
rev = "v${version}";
sha256 = "sha256-Jjbr6GJ0MHlO+T/simPNYQnB5b7Cr85j4GRjRGa5B6s=";
};
nativeBuildInputs = o.nativeBuildInputs ++ [ prev.scdoc ];
});
# adapted from https://github.com/NixOS/nixpkgs/pull/85790
# TODO: Remove when memtest86+ ≥ 5.31b is in nixpkgs
memtest86plus = prev.memtest86plus.overrideAttrs (o: o // rec {