teutat3s
7749667888
branch, fixes scaling issue, see: https://github.com/ErikReider/SwayNotificationCenter/issues/108#issuecomment-1180844131
15 lines
462 B
Nix
15 lines
462 B
Nix
final: prev: {
|
|
swaynotificationcenter-master = prev.swaynotificationcenter.overrideAttrs (oldAttrs: {
|
|
version = "unstable-2022-07-11";
|
|
src = prev.fetchFromGitHub {
|
|
owner = "ErikReider";
|
|
repo = "SwayNotificationCenter";
|
|
rev = "4f142f54f6af6882338f5ce2e9ac529be523f841";
|
|
sha256 = "sha256-BF2EZ/0gPtBRAIFvAGhHkp+0H9EA7zYjN8ujDmdHfo0=";
|
|
};
|
|
patches = [
|
|
./swaynotificationcenter-remove-post-install.patch
|
|
];
|
|
});
|
|
}
|