forked from pub-solar/os
9 lines
261 B
Nix
9 lines
261 B
Nix
final: prev: {
|
|
swaynotificationcenter-master = prev.swaynotificationcenter.overrideAttrs (oldAttrs: {
|
|
inherit (prev.sources.swaynotificationcenter) pname version src;
|
|
patches = [
|
|
./swaynotificationcenter-remove-post-install.patch
|
|
];
|
|
});
|
|
}
|