Commit graph

432 commits

Author SHA1 Message Date
Ben Siraphob 82454e9df8 treewide: remove implicit use of stdenv.lib 2021-01-27 20:04:57 +07: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
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
Lassulus c79d88f178
Merge pull request #82814 from tobim/init/weechat-notify-send
weechat-notify-send: init at 0.9
2020-08-24 13:16:35 +02:00
Tobias Mayer db2a2cb01a
weechat-notify-send: init at 0.9 2020-08-16 21:11:55 +02:00
Alvar Penning 0a53c6b565 maintainers: rename geistesk to oxzi
For reasons I have renamed my GitHub account and would like to include
this name change here.
2020-08-15 16:03:46 +02:00
Milan Pässler ae358bc935 quassel: fix build with qt5 5.14.x 2020-07-31 18:50:58 +02:00
Matthew Bauer 22f82fc8ca Revert "Merge pull request #94090 from sikmir/fix-cmake-hook"
This reverts commit e36b1d4ad1, reversing
changes made to c2ea7318be.

Should go to staging.
2020-07-29 18:20:56 -05:00
Matthew Bauer e36b1d4ad1
Merge pull request #94090 from sikmir/fix-cmake-hook
cmake: fix CMAKE_FIND_FRAMEWORK
2020-07-29 18:19:57 -05:00
Stig Palmquist f0fe148b90
convos: 4.23 -> 4.29
- removed unnecessary `rec`
- removed fixes for tests that are fixed in this version
2020-07-29 13:56:44 +02:00
Nikolay Korotkiy b53902f535
cmake: fix CMAKE_FIND_FRAMEWORK 2020-07-28 19:05:43 +03:00
Maximilian Bosch 309bcc4d09
weechat*: remove myself as maintainer
I don't use this anymore, so I don't bring any value here.
2020-07-20 21:47:10 +02:00
Daniël de Kok 2981e5d268
Merge pull request #93419 from stigtsp/package/convos-4.23-fix-impure-test
convos: fix tests
2020-07-19 20:37:07 +02:00
Stig Palmquist 0c21a99a1a
convos: fix tests
- Patch for time() dependent test started to fail after 1594263232.
- Patch for disk space test that fails on zfs.
2020-07-19 20:21:47 +02:00
Martin Weinelt c3bf59eefb
weechat: 2.8 -> 2.9 2020-07-18 23:04:24 +02:00
Stig Palmquist aa72205323
convos: 4.22 -> 4.23 2020-07-08 13:01:44 +02:00
Jörg Thalheim 9e780d7a2e
weechatScripts.weechat-otr: fix pycrypto build 2020-07-06 21:09:15 +01:00
Anton Parkhomenko bb9cd254db tiny: fix build on darwin 2020-07-05 13:54:21 +03:00
Frederik Rietdijk cd8e099ffe convos: fix eval 2020-06-26 10:23:52 +02:00
Stig Palmquist 497ac5b423
convos: init at 4.22
dependencies:
perlPackages.IRCUtils: init at 0.12
perlPackages.LinkEmbedder: init at 1.12
perlPackages.MojoliciousPluginWebpack: init at 0.12
perlPackages.ParseIRC: init at 1.22
perlPackages.TimePiece: init at 1.3401
perlPackages.UnicodeUTF8: init at 0.62
2020-06-22 13:58:33 +02:00
Emily 50a487d8fe weechat-matrix: 0.1.0 -> 0.2.0 2020-05-12 02:51:08 +01:00
Jörg Thalheim ddd2b694a7
weechatScripts.wee-slack: 2.5.0 -> 2.6.0 2020-05-09 12:35:31 +01:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00