Commit Graph

662 Commits

Author SHA1 Message Date
Klemens Nanni
0f72d3c8cc konversation: Update/move to KDE Gear
1.7.7 from october 2020 was the last version before Konversation adapted
the KDE Gear versioning schema, so move and thus update it accordingly.
2022-07-11 14:24:50 +08:00
Naïm Favier
04eb893beb
weechat: 3.5 -> 3.6
https://github.com/weechat/weechat/releases/tag/v3.6
2022-07-10 10:24:01 +02:00
Fabian Affolter
b695e7dd8b
Merge pull request #177772 from fabaff/irssi-bump
irssi: 1.2.3 -> 1.4.1
2022-07-05 08:06:14 +02:00
Fabian Affolter
e31799b474 irssi: 1.2.3 -> 1.4.1 2022-07-04 20:56:26 +02:00
Robert Schütz
e47f1d2527 communi: 3.5.0 -> 3.6.0 2022-06-30 22:38:39 +00:00
Profpatsch
284d5486a5 weechat-matrix: fix startup crash
Python 3.10 has a bug in its SSL module.

Fixes: https://github.com/NixOS/nixpkgs/issues/178540
2022-06-27 14:35:24 +02:00
Azat Bahawi
cc2548ae81
ircdog: use buildGoModule 2022-06-05 21:43:33 +03:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
toastal
b70ba3ad0a senpai: unstable-2022-04-29 → unstable-2022-05-10
Bump to the latest default branch commit.
2022-05-14 22:50:44 +07:00
Bobby Rong
d8a584cbd3
Merge pull request #172197 from wineee/srain
srain: 1.3.2 -> 1.4.0
2022-05-10 19:02:05 +08:00
rewine
56481a2ecc srain: 1.3.2 -> 1.4.0 2022-05-09 23:22:35 +08:00
Sandro Jäckel
115475ff5b
python310Packages.python-magic: normalise attr 2022-05-07 01:18:35 +02:00
Artturi
b0b8435c37
Merge pull request #167987 from oxzi/weechat-otr-fix-build-and-deprecation
weechat-otr: Fix build and knownVulnerabilities
2022-05-05 20:24:55 +03:00
Malte Voos
5860a9e5e5 senpai: unstable-2021-12-14 -> unstable-2022-04-29 2022-05-04 23:39:29 +02:00
Jason O'Conal
e412163114
Merge pull request #166767 from r-ryantm/auto-update/weechat
weechat-unwrapped: 3.4.1 -> 3.5
2022-05-01 09:33:46 +09:30
Alvar Penning
22419c93cd weechat-otr: Fix build and knownVulnerabilities
First, this closes #167972 by explicitly disabling Python tests for the
backported pycrypto library. Those tests were written for Python 2 only.

Furthermore, the meta.knownVulnerabilities attribute was added as the
last weechat-otr upstream release was in 2018-03 [0] and the backported
Debian package of pycrypto is from 2020-04 [1]. As there are no known
vulnerabilities for weechat-otr itself, pycrypto "is unmaintained,
obsolete, and contains security vulnerabilities" [2]. Even with Debian's
patches, this is no good situation.

As weechat-otr being a security and privacy related software, it should
be made obvious, that its code base is old and unmaintained.

[0] https://github.com/mmb/weechat-otr/releases/tag/v1.9.2
[1] https://salsa.debian.org/sramacher/python-crypto/-/tags/debian%2F2.6.1-13.1
[2] https://www.pycrypto.org/
2022-04-09 14:01:21 +02:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
R. Ryantm
934237e6be weechat-unwrapped: 3.4.1 -> 3.5 2022-04-01 06:18:13 +00:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Martin Weinelt
4c0dc16f28
ircdog: 0.2.1 -> 0.3.0
https://github.com/ergochat/ircdog/releases/tag/v0.3.0
2022-03-28 04:01:47 +02:00
Artturin
33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
Felix Buehler
27af61265b communi: switch to fetchFromGitHub 2022-03-16 23:23:09 +01:00
Luke Granger-Brown
52a956f0cf
Merge pull request #157417 from schuelermine/update-weechat-3.3-3.4
weechat: 3.3 -> 3.4.1
2022-03-14 19:21:01 +00:00
Anselm Schüler
92cabfd24f weechat: Disable documentation 2022-03-14 18:36:10 +01:00
Anselm Schüler
3e497e315e weechat: 3.4 -> 3.4.1 2022-03-14 17:34:15 +01:00
Nikolay Korotkiy
8c5892cee4
kirc: 0.2.9 → 0.3.1 2022-03-12 12:19:06 +03:00
Artturi
7ffb0b0130
Merge pull request #160956 from a-m-joseph/tiny-make-dbus-openssl-notifications-optional 2022-03-06 22:57:28 +02:00
Adam Joseph
64cb3a021b tiny: make dbus, openssl, and notifications each optional
This commit exposes support for compilation without dbus, controlled
by the global dbusSupport argument.  This argument is understood by
many other nixpkgs expressions and can be set globally in
~/.config/nixpkgs/config.nix.

This commit also adds two package-specific arguments:

* notificationsSupport allows to disable the desktop-notifications
  feature when invoking cargo.

* useOpenSSL can be set to false in order to compile tiny with rustls
  instead of openssl.
2022-03-06 01:50:19 -08:00
xfnw
5e94787f63 catgirl: 2.0a -> 2.1 2022-02-24 01:03:22 +00:00
R. Ryantm
ac88670f82 hexchat: 2.16.0 -> 2.16.1 2022-02-13 21:17:25 +00:00
R. Ryantm
8ddadffbd0 srain: 1.3.1 -> 1.3.2 2022-02-13 06:52:39 +00:00
Ben Siraphob
dc28299c85
irssi: enable parallel building 2022-02-06 14:17:05 -06:00
Nathaniel Griswold
51d95fc72a irssi_fish: update for changes made to irssi src 2022-02-06 03:48:01 -06:00
Nathaniel Griswold
04f02145ad irssi: switch from tarball to git tag
I've just switched irssi to build from the 1.2.3 tag in the git tree, as
the build was failing on apple silicon when linking libirc_proxy.la in
dir `src/irc/proxy`

I kinda just switched it and it built. I did not dig very deep on the
reasons behind why this fixed things. I am hoping that Linux still
builds, as i have not tested it. Some notes:

- The sys_lib_search_path done by fixLibtool in the configure phase now
  no longer seems to update with the NIX_LDFLAGS. It appears that this
  is because the newer libtool script does not start the line with
  'eval', so the sed does not match.
- My system still builds, despite the previous item. I noticed that on
  this new build, my system defines `allow_undefined_flag` in the
  libtool script to something nonempty. I guess that may be the reason
  everything still builds and works at runtime.
2022-02-06 03:47:04 -06:00
Anselm Schüler
98d32545dc weechat: 3.3 -> 3.4
https://github.com/weechat/weechat/releases/tag/v3.4
2022-01-30 17:11:55 +01:00
Thomas Gerbet
a49ab34653 quassel: 0.13.1 -> 0.14.0
Fixes CVE-2021-34825
https://github.com/quassel/quassel/blob/0.14.0/ChangeLog
2022-01-30 16:29:13 +01:00
Martin Weinelt
48f17360d9 Merge remote-tracking branch 'origin/master' into staging-next 2022-01-25 15:53:19 +01:00
ajs124
08595059e8 wraith: 1.4.7 -> 1.4.10 2022-01-24 01:09:43 +01:00
Martin Weinelt
98870a6bfa
Merge pull request #156192 from ncfavier/fix-meson-builds 2022-01-23 15:55:18 +01:00
Naïm Favier
49c85141aa
hexchat: rename with-text option to text-frontend
Fixes the build with meson 0.60. The option was renamed in
cbb0927a7a
2022-01-22 20:15:16 +01:00
xfnw
db3d4f7812 catgirl: 2.0 -> 2.0a 2022-01-22 19:06:52 +00:00
Nikolay Korotkiy
20ccf2eba5
ii: 1.8 → 1.9 2022-01-13 12:36:21 +03:00
toastal
a57b762251 senpai: unstable-2021-11-29 -> unstable-2021-12-14
Fixes issues with nicknames
2022-01-10 13:14:33 +07:00
AndersonTorres
ab4a364201 kirc: 0.2.7 -> 0.2.9 2022-01-04 00:26:19 -03:00
Robert Scott
5f68cf1511
Merge pull request #150538 from stigtsp/package/convos-6.40
convos: 6.26 -> 6.42
2021-12-28 01:06:16 +00:00
Bobby Rong
8b0c4e0c2c
Merge pull request #151759 from r-ryantm/auto-update/srain
srain: 1.3.0 -> 1.3.1
2021-12-22 23:02:16 +08:00
R. Ryantm
3ca0d9b0a5 srain: 1.3.0 -> 1.3.1 2021-12-22 13:55:59 +00:00
Stig Palmquist
e7b7042e42 convos: 6.26 -> 6.42 2021-12-22 11:45:45 +01:00
Sandro Jäckel
cbfc50722f
maintainers: drop phreedom 2021-12-19 07:30:50 +01:00
xfnw
9b3da2131d catgirl: 1.9a -> 2.0 2021-12-12 23:16:16 +00:00
toastal
8592d8f866 senpai: unstable-2021-05-27 -> unstable-2021-11-29
It’s been a long while since this package was upgraded. Two of the
biggest introductions is switching the config from YAML → SCFG[^1]
and allowing an external password cmd[^2], along with the myriad of
commits to the project from the last couple of months.

@malvo

[^1]: https://todo.sr.ht/~taiite/senpai/66
[^2]: 36a7d1eead
2021-12-05 12:07:53 +07:00
Alyssa Ross
54caa42f9e
catgirl: enable parallel building
Tested at -j48.
2021-11-19 21:58:23 +00:00
figsoda
d05ccea213 tiny: use buildFeatures 2021-11-16 08:11:47 -05:00
Nikolay Korotkiy
8d88d5144a
sic: fix cross-compilation 2021-11-13 15:33:45 +03:00
Nikolay Korotkiy
396b3fc00b
ii: fix cross-compilation 2021-11-13 15:33:31 +03:00
Sandro
ddb1587974
Merge pull request #145069 from wineee/srain 2021-11-08 16:16:47 +01:00
rewine
dcb453fde4 srain: init at 1.3.0 2021-11-08 22:03:54 +08:00
Mario Rodas
f55376e875 tiny: 0.9.0 -> 0.10.0
https://github.com/osa1/tiny/releases/tag/v0.10.0
2021-11-07 04:20:00 +00:00
Martin Weinelt
adf4e67dd4 Merge remote-tracking branch 'origin/staging' into staging-next 2021-10-15 01:34:36 +02:00
José Romildo
f99f734f2b hexchat: 2.14.3 -> 2.16.0 2021-10-13 17:30:23 -03:00
github-actions[bot]
4bbe70b6f4
Merge staging-next into staging 2021-10-06 00:02:16 +00:00
sternenseemann
ad67f8629e catgirl: fix path to openssl utility after configuring
catgirl wants to invoke the openssl utility at runtime and tries to
obtain a path to the binary as OPENSSL_BIN. This uses pkg-config's
exec_prefix which is not where binaries are installed in nixpkgs,
sadly. There is (at least as far as I know) no more appropriate
pkg-config variable unfortunately.
2021-10-05 22:38:06 +02:00
Dmitry Kalinkin
e0532475bc
treewide: remove darwin-only manual wrapQtApp invocations 2021-09-28 10:29:46 -04:00
Alyssa Ross
bf12e3f2a3 weechatScripts.zncplayback: init at 0.2.1 2021-09-27 15:47:34 +00:00
Jason Felice
13bb5bc947
weechatScripts.edit: init at 1.0.2 (#135786)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-21 20:29:15 +02:00
Ashish SHUKLA
9bc67194e0 weechat: 3.2.1 -> 3.3
https://github.com/weechat/weechat/releases/tag/v3.3
2021-09-19 21:37:23 +00:00
Alexander Sosedkin
4376444224 tiny: enable desktop notifications on Linux
The presence of the dbus dependency
suggests the intention was to enable notifications support.
2021-09-14 13:34:12 +02:00
Ashish SHUKLA
5e6a41c43c
weechat: 3.2 -> 3.2.1
https://github.com/weechat/weechat/releases/tag/v3.2.1
2021-09-04 20:24:32 +05:30
Jason Felice
104c63a5ab weechatScripts.url_hint: init at 0.8 2021-08-25 16:34:25 -04:00
Ashish SHUKLA
aa4e76dfb9 catgirl: 1.9 -> 1.9a 2021-08-17 11:04:52 +02:00
sternenseemann
9ad15b39c6 catgirl: remove unnecessary man buildInput 2021-08-14 12:37:31 +02:00
sternenseemann
711b572d22 catgirl: fix warnings related to flock not being defined
There were a few complaints about this, so ppl seem to care about C
compiler's warnings.
2021-08-14 12:33:23 +02:00
sternenseemann
2582176554 catgirl: 1.8 -> 1.9
https://git.causal.agency/catgirl/tag/?h=1.9
2021-08-10 21:08:50 +02:00
Sandro
be699e47d1
Merge pull request #133160 from vyp/update-tiny
tiny: 0.8.0 -> 0.9.0
2021-08-08 20:24:43 +02:00
xd1le
13be07b251 tiny: 0.8.0 -> 0.9.0 2021-08-09 02:04:59 +10:00
Martin Weinelt
9b52ff96cd
Merge pull request #130833 from stigtsp/package/convos-6.26 2021-07-29 14:56:44 +02:00
Stig Palmquist
21ba59294d convos: 6.24 -> 6.26 2021-07-20 19:51:21 +02:00
Sandro
ab5f5fb163
Merge pull request #129359 from Stunkymonkey/app-networking 2021-07-20 18:27:12 +02:00
Ben Siraphob
4ce8c34049 treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
Felix Buehler
e4e631ebb8 applications/networking: /s/name/pname&version/ 2021-07-19 14:55:48 +02:00
Felix Buehler
f339344359 fish-irssi: use fetchFromGitHub and pname&version 2021-07-14 12:08:38 +02:00
Jörg Thalheim
4d2afb44c1
Merge pull request #129186 from KenMacD/weechat-matrix-0.3.0
weechat-matrix: 0.2.0 -> 0.3.0
2021-07-08 08:09:45 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech
e009ef23ae
weechatScripts.highmon: init at 2.7 2021-07-06 17:13:34 +02:00
Kenny MacDermid
f4336e4884
weechat-matrix: 0.2.0 -> 0.3.0 2021-07-03 19:10:23 -03:00
Gauvain 'GovanifY' Roussel-Tarbouriech
5760674b2a
weechatScripts.buffer_autoset: init at 1.2 2021-07-01 16:47:29 +02:00
Sandro
0a876d91cb
Merge pull request #128689 from GovanifY/weechat-go 2021-06-30 23:56:42 +02:00
AndersonTorres
5853503f7a kirc: init at 0.2.7 2021-06-30 02:49:24 -03:00
Gauvain 'GovanifY' Roussel-Tarbouriech
95d9190bde
weechatScripts.weechat-go: init at 2.7 2021-06-30 04:16:37 +02:00
Jason Felice
e7b1e1997f weechat: fix build on darwin 2021-06-22 15:24:38 -04:00
Robert Schütz
0b1ec4bd68
Merge pull request #126940 from SuperSandro2000/websocket_client
pythonPackages: websocket_client -> websocket-client
2021-06-16 00:04:27 +02:00
Sandro Jäckel
7b4d273d3c
pythonPackages: websocket_client -> websocket-client 2021-06-15 22:03:10 +02:00
Stig Palmquist
09b17967b3 convos: 6.11 -> 6.24 2021-06-15 15:00:06 +02:00
Martin Weinelt
098665898d weechat: 3.1 -> 3.2
https://github.com/weechat/weechat/releases/tag/v3.2
2021-06-13 10:17:48 +02:00
malte-v
fb801bb481
senpai: init at 2021-05-27 (#125794)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-05 18:09:29 +02:00
Martin Weinelt
5a6d4fe0d1
Merge pull request #124446 from mweinelt/weeslack
weechatScripts.wee-slack: 2.7.0 -> 2.8.0
2021-05-31 16:17:18 +02:00
xfnw
645446afa5 catgirl: 1.7 -> 1.8 2021-05-29 23:50:05 +00:00
Martin Weinelt
d7de7087fc
weechatScripts.wee-slack: 2.7.0 -> 2.8.0
https://github.com/wee-slack/wee-slack/releases/tag/v2.8.0
2021-05-26 18:45:55 +02:00
Linus Heckemann
8cebe04270
Merge pull request #124191 from Mic92/weechat
weechat: enable pie
2021-05-26 09:06:00 +02:00
Robert Gerus
f7ccc5f35d weechatScripts.weechat-matrix: fix matrix_sso_helper path
server.py tries to launch a matrix_sso_helper binary when connecting to
a homeserver that uses some SSO mechanism instead of plain login and
password, but doesn't have $out/bin in $PATH.

Using substituteInPlace to patch server.py so that the helper process is
started by using its actual filesystem location instead of relying on
$PATH.

Fixes: https://github.com/NixOS/nixpkgs/issues/124186
2021-05-24 16:38:18 +02:00
Jörg Thalheim
cf3b703e42
weechat: enable pie 2021-05-24 08:09:37 +02:00
Jan Tojnar
71fa678899
Merge branch 'staging-next' into staging 2021-05-12 14:31:36 +02:00
Stéphan Kochen
64945fc77e communi: partial fix for darwin app 2021-05-11 12:09:50 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
R. RyanTM
7427bed05a catgirl: 1.6 -> 1.7 2021-04-27 16:57:49 +00:00
Aaron Bieber
fbf668b702 glowing-bear: 0.7.2 -> 0.9.0 2021-04-19 20:20:18 -04:00
Sandro
86da493497
Merge pull request #112883 from alyssais/weechat-matrix
weechatScripts.weechat-matrix: make patchable
2021-04-19 05:07:27 +02:00
Zak B. Elep
ce19511cb9 convos: 6.06 -> 6.11 2021-04-14 17:14:20 +08:00
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
Alyssa Ross
dee2a85af8
weechatScripts.weechat-matrix: make patchable
If an overlay adds patches, they wouldn't be applied because we were
copying from directory out of src.
2021-02-11 12:18:28 +00: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