h: add fix for weepushover
This commit is contained in:
parent
364fb5fba4
commit
1de97fd8da
@ -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 ];
|
||||
};
|
||||
};
|
||||
})
|
||||
|
@ -19,6 +19,8 @@ buildPythonPackage {
|
||||
dontBuild = true;
|
||||
doCheck = false;
|
||||
|
||||
format = "other";
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -D $src $out/share/weepushover.py
|
||||
|
Loading…
Reference in New Issue
Block a user