h: add fix for weepushover

This commit is contained in:
Aaron Bieber 2022-10-02 09:03:00 -06:00
parent 364fb5fba4
commit 1de97fd8da
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -41,8 +41,7 @@ in {
(self: super: {
weechat = super.weechat.override {
configure = { availablePlugins, ... }: {
#scripts = with super.weechatScripts; [ highmon weepushover ];
scripts = with super.weechatScripts; [ highmon ];
scripts = with super.weechatScripts; [ highmon weepushover ];
};
};
})

View File

@ -19,6 +19,8 @@ buildPythonPackage {
dontBuild = true;
doCheck = false;
format = "other";
installPhase = ''
runHook preInstall
install -D $src $out/share/weepushover.py