Martin Weinelt
9bbf2ec131
weechatScripts.wee-slack: 2.7.0 -> 2.8.0
...
https://github.com/wee-slack/wee-slack/releases/tag/v2.8.0
(cherry picked from commit d7de7087fcc62b0c571825d5aa3d096c277c1d41)
2021-05-31 14:21:13 +00:00
Jörg Thalheim
c3ea33e72b
weechatScripts.wee-slack: 2.6.0 -> 2.7.0
2021-02-24 18:04:36 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Jörg Thalheim
ddd2b694a7
weechatScripts.wee-slack: 2.5.0 -> 2.6.0
2020-05-09 12:35:31 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Benjamin Esham
a2d9581ac8
weechatScripts.wee-slack: 2.4.0 -> 2.5.0
...
wee-slack now (optionally) depends on a data file called weemoji.json
that allows it to translate between Slack emoji names (like
"slight_smile") and Unicode codepoints. For convenience, the derivation
now installs this file and patches the script so that the user doesn't
need to do any extra configuration to use it.
2020-03-25 20:08:26 -07:00
Benjamin Esham
a0234e0a24
weechatScripts.wee-slack: 2.3.0 -> 2.4.0
2020-02-02 08:59:35 -08:00
Maximilian Bosch
183b9d0957
weechatScripts.wee-slack: replace myself as maintainer with willibutz
...
We just talked about this in private. I don't use this anymore for
various reasons, but willibutz is a wee-slack user and
definetely a well-qualified replacement here.
2019-10-19 21:40:04 +02:00
Maximilian Bosch
689a50f3a2
weechat: build with python3 by default
...
WeeChat also supports Python3 for scripts which should be preferred as
CPython2 is about to get EOLed soon: https://weechat.org/scripts/python3/
2019-09-05 20:03:45 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
geistesk
1420e7dea8
weechatScripts.wee-slack: 2.2.0 -> 2.3.0
2019-06-05 22:17:24 +02:00
Franz Pletz
31bd0df53d
weechatScripts.wee-slack: 2.1.1 => 2.2.0
2018-11-16 00:45:07 +01:00
Maximilian Bosch
f5becfb5b0
weechatScripts.wee-slack: init at 2.1.1
2018-09-07 13:45:13 +02:00