weechat: fix binary name
(was renamed to `weechat-2.1` inaf9d10a
as discussed in7cd7e4ce26 (commitcomment-29325227)
)
This commit is contained in:
parent
f4df5d63f1
commit
71f1f9b8ff
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ in if configure == null then weechat else
|
|||
ln -s $plugin $out/plugins
|
||||
done
|
||||
'';
|
||||
in (writeScriptBin weechat.name ''
|
||||
in (writeScriptBin "weechat" ''
|
||||
#!${stdenv.shell}
|
||||
export WEECHAT_EXTRA_LIBDIR=${pluginsDir}
|
||||
${lib.concatMapStringsSep "\n" (p: lib.optionalString (p ? extraEnv) p.extraEnv) plugins}
|
||||
|
|
Loading…
Reference in a new issue