mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
weechat-declarative: fix
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
))
|
||||
);
|
||||
|
||||
weechat = weechat.override {
|
||||
weechatPkg = pkgs.weechat.override {
|
||||
configure = _: {
|
||||
init = "/exec -oc cat ${setFile}";
|
||||
|
||||
@@ -162,14 +162,14 @@
|
||||
cfg.files
|
||||
)
|
||||
}
|
||||
exec ${weechat}/bin/weechat "$@"
|
||||
exec ${weechatPkg}/bin/weechat "$@"
|
||||
'';
|
||||
in
|
||||
pkgs.symlinkJoin {
|
||||
name = "weechat-configured";
|
||||
paths = [
|
||||
wrapper
|
||||
weechat
|
||||
weechatPkg
|
||||
];
|
||||
postBuild = ''
|
||||
ln -s ${setFile} $out/weechat.set
|
||||
|
||||
Reference in New Issue
Block a user