Thomas Gerbet
4227c6c9d8
irssi: 1.2.2 -> 1.2.3
...
Release notes:
https://github.com/irssi/irssi/releases/tag/1.2.3
2021-04-11 19:55:03 +02:00
Sandro
b37b2f38fe
Merge pull request #115159 from xfnw/master
2021-03-27 01:34:41 +01:00
xfnw
96b9e5353e
catgirl: init at 1.6
2021-03-26 17:00:33 -04:00
kat witch
564f428747
weechat-notify-send: fixed meta.homepage mispelling
2021-03-24 00:43:06 +00:00
Sandro
cde48261a7
Merge pull request #116607 from martinetd/irssi
...
irssi: fix GLib > 2.62 breaking input on nul byte
2021-03-22 01:10:53 +01:00
Zak B. Elep
69d546054a
convos: 5.11 -> 6.06
2021-03-19 12:51:46 +08:00
Dominique Martinet
adb6f51529
irssi: fix GLib > 2.62 breaking input on nul byte
...
See https://github.com/irssi/irssi/issues/1180 for rationale
2021-03-17 19:36:07 +09:00
Samuel Gräfenstein
e5deebdf53
treewide: Remove references to perlPackages.TestMore
...
It's not needed anymore since it's built into Perl now.
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:19 +01:00
Robert Schütz
41ca3ae2d3
qweechat: drop
2021-03-08 11:52:14 +01:00
Martin Weinelt
ffe611cec8
weechat: 3.0.1 -> 3.1
...
https://github.com/weechat/weechat/releases/tag/v3.1
2021-03-07 15:23:20 +01:00
Jörg Thalheim
c3ea33e72b
weechatScripts.wee-slack: 2.6.0 -> 2.7.0
2021-02-24 18:04:36 +01:00
github-actions[bot]
45dc900af9
Merge master into staging-next
2021-02-18 06:16:42 +00:00
Alvar Penning
997e0a8863
weechatScripts.multiline: init at 0.6.3
2021-02-17 18:30:25 +01:00
Jan Tojnar
75153ede17
Merge branch 'staging-next' into staging
2021-02-02 19:46:31 +01:00
Alyssa Ross
cfa16434c2
weechatScripts.weechat-matrix: fix PYTHONPATH
...
matrix.py tries to import its dependencies, and its own code from
$out/${python.sitePackages}, and neither of these worked because
nothing was telling Python where to load that stuff from.
Using patchPythonScript made it so matrix.py could find its
dependencies, but it still wasn't able to find its own code, so that
had to be added to program_PYTHONPATH beforehand so patchPythonScript
would include it as well.
Fixes: https://github.com/NixOS/nixpkgs/issues/89499
2021-02-02 17:13:53 +00:00
github-actions[bot]
03b81d1bef
Merge staging-next into staging
2021-01-31 18:27:42 +00:00
Martin Weinelt
88b7a68be4
weechat: 3.0 -> 3.0.1
2021-01-31 16:46:22 +01:00
github-actions[bot]
06efb52369
Merge staging-next into staging
2021-01-27 18:28:34 +00:00
Ben Siraphob
82454e9df8
treewide: remove implicit use of stdenv.lib
2021-01-27 20:04:57 +07:00
github-actions[bot]
1b5da764a7
Merge staging-next into staging
2021-01-27 12:24:09 +00:00
Sandro
ad97ca4e51
Merge pull request #110912 from siraben/stdenv-lib-inherit
...
treewide: remove inherited stdenv.lib
2021-01-27 10:28:55 +01:00
Ben Siraphob
3bbad8b041
treewide: remove inherited stdenv.lib
2021-01-27 12:44:43 +07:00
Thomas Tuegel
0e418a1a18
Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
...
Qt: Do not require mkDerivation
2021-01-26 16:24:41 -06:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook
2021-01-25 15:56:15 -06:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Stig Palmquist
c7c869aaec
convos: 5.00 -> 5.11
2021-01-20 02:49:44 +01:00
Mario Rodas
bb64d2bc14
Merge pull request #109568 from marsam/update-tiny
...
tiny: 0.7.0 -> 0.8.0
2021-01-17 04:18:01 -05:00
Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Mario Rodas
4c84d1bce4
tiny: 0.7.0 -> 0.8.0
...
https://github.com/osa1/tiny/releases/tag/v0.8.0
2021-01-16 04:20:00 +00:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07: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
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Martin Weinelt
7fdefbe374
Merge pull request #105633 from alyssais/colorize_nicks
...
weechatScripts.colorize_nicks: init at 27
2020-12-11 14:17:08 +01:00
Thomas Tuegel
e772531ce8
Merge pull request #104474 from doronbehar/pkg/qt515/qtwebkit
...
qt515.qtwebkit: unbreak
2020-12-11 05:43:59 -06:00
Alyssa Ross
87ee41b762
weechatScripts.colorize_nicks: init at 27
2020-12-09 21:05:48 +00:00
R. RyanTM
6487eb735c
tiny: 0.5.1 -> 0.7.0
2020-11-26 22:55:58 +00:00
Ryan Mulligan
24751380fe
Merge pull request #87640 from emilazy/weechat-matrix-0.2.0
...
weechat-matrix: 0.1.0 -> 0.2.0
2020-11-23 20:32:13 -08:00
Doron Behar
4688540ba9
konversation: 1.7.5 -> 1.7.7
2020-11-21 12:52:25 +02:00
StigP
e0feea2d44
Merge pull request #103950 from stigtsp/package/convos-4.42
...
convos: 4.40 -> 5.00
2020-11-19 04:49:25 +01:00
Stig Palmquist
b2a5ce6a90
convos: 4.40 -> 5.00
2020-11-19 04:36:04 +01:00
Oleksii Filonenko
512c3c0a05
maintainers: rename filalex77 -> Br1ght0ne
2020-11-17 13:09:31 +02:00
Martin Weinelt
8928b4bfe9
weechat: 2.9 -> 3.0
2020-11-11 14:14:22 +01:00
Martin Weinelt
4221de2b4f
Merge pull request #99523 from mweinelt/ircdog
...
ircdog: init at 0.2.1
2020-10-30 22:39:27 +01:00
Martin Weinelt
8eced948be
ircdog: init at 0.2.1
2020-10-08 02:11:34 +02:00
Jan Tojnar
32b4375f10
Merge branch 'staging-next' into staging
2020-09-29 00:12:29 +02:00
Stig Palmquist
88c34acae3
convos: 4.33 -> 4.40
2020-09-23 13:11:00 +02:00
Thomas Tuegel
f41b7f74d8
communi: qmakeFlags
2020-09-12 06:58:28 -05:00
Nikolay Korotkiy
3106c30903
cmake: fix CMAKE_FIND_FRAMEWORK
2020-08-29 13:37:56 +02:00
Stig Palmquist
680cd3c318
convos: 4.29 -> 4.33
2020-08-27 05:32:11 +02:00