Commit Graph

1486 Commits

Author SHA1 Message Date
github-actions[bot]
1c0229dbfd
Merge staging-next into staging 2022-04-15 00:03:21 +00:00
Thiago Kenji Okada
83287e4e30 aerc: simplify derivation 2022-04-14 23:08:27 +01:00
Thiago Kenji Okada
82d10b5b61
Merge pull request #168647 from ratsclub/aerc-0.8
aerc: added PREFIX to makeFlags
2022-04-14 22:29:07 +01:00
Victor Freire
50a3da21cc aerc: added PREFIX to makeFlags 2022-04-14 16:54:13 -03:00
github-actions[bot]
999a16ca63
Merge staging-next into staging 2022-04-14 12:02:14 +00:00
Thiago Kenji Okada
719250c1df
Merge pull request #168574 from ratsclub/aerc-0.8
aerc: 0.7.1 -> 0.9.0
2022-04-14 10:24:17 +01:00
Vladimír Čunát
d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Victor Freire
1a0addc799 aerc: 0.8.2 -> 0.9.0 2022-04-13 23:30:07 -03:00
Matthias Beyer
4d9a820dc7 mutt: 2.2.2 -> 2.2.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-04-13 09:06:20 +02:00
ajs124
c16f0f83fc
Merge pull request #167929 from oxzi/claws-mail-4.1.0-plugin-keyword-warner
claws-mail: add keyword_warner-plugin
2022-04-11 13:17:35 +01:00
github-actions[bot]
28c6c88d42
Merge staging-next into staging 2022-04-10 00:02:52 +00:00
Alvar Penning
dbc24adde7 claws-mail: add keyword_warner-plugin
This plugin was newly introduced after Claws-Mail's release 4.1.0.

https://git.claws-mail.org/?p=claws.git;a=blob_plain;f=RELEASE_NOTES;hb=4.1.0
2022-04-08 23:44:27 +02:00
R. Ryantm
4c2a906df5 thunderbird-unwrapped: 91.7.0 -> 91.8.0 2022-04-06 17:18:18 +00:00
Martin Weinelt
bf1914e12a Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-05 04:05:02 +02:00
Lassulus
156b3dd93a
Merge pull request #167054 from helsinki-systems/upd/claws-mail
claws-mail: 4.0.0 -> 4.1.0
2022-04-04 15:52:50 +01:00
Martin Weinelt
dc08c7d7ea
Merge pull request #164511 from helsinki-systems/refactor/nss-latest-esr 2022-04-04 03:48:19 +02:00
Martin Weinelt
f95a3d1140 Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-04 00:46:25 +02:00
ajs124
6f8e808b8a claws-mail: 4.0.0 -> 4.1.0
https://claws-mail.org/NEWS
2022-04-03 18:07:52 +01:00
ajs124
357bf5e7fe notbit: remove after being marked broken for over two years
It was marked in commit 5aa4b19946 by Linus Heckemann on 2019-10-07 (commited on 2019-10-08)
2022-04-03 16:14:18 +01:00
ajs124
f3d301ab81 thunderbird{-bin}|firefox|librewolf: use nss_latest for regular releases
and nss_esr for esr releases
2022-04-03 13:14:07 +01:00
github-actions[bot]
ffa96ab0c0
Merge staging-next into staging 2022-04-02 18:01:37 +00:00
Alyssa Ross
8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/libraries/zlib/default.nix
	pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00: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
B4rc1
da1544fbf7 mailspring: 1.9.2 -> 1.10.2 2022-04-01 10:03:26 +00: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
github-actions[bot]
770c1c3d2c
Merge staging-next into staging 2022-03-29 00:02:37 +00:00
Martin Weinelt
6e24b768b3 thunderbird: disable pgo support
Tries to connect out to the internet, so sorry, no pgo for thunderbird.

> console.warn: feeds: "downloadFeed: network connection unavailable"
2022-03-28 21:42:49 +02:00
github-actions[bot]
ec92b288e2
Merge staging-next into staging 2022-03-27 06:01:57 +00:00
Ben Siraphob
ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux 2022-03-26 16:01:56 -05:00
Matthias Beyer
f2c5ee8ef3 mutt: 2.2.1 -> 2.2.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-03-26 10:25:11 +01:00
Vladimír Čunát
b9eab51eed
Merge #160343: GNOME: 41 -> 42 2022-03-26 09:16:07 +01:00
Matthieu Coudron
b861f07f82
Merge pull request #165255 from rien/master 2022-03-25 16:35:55 +01:00
Jan Tojnar
23817ad3a3 evolution-ews: 3.43.3 → 3.44.0
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.43.3...3.44.0
2022-03-25 15:02:40 +01:00
Jan Tojnar
f07b4584f0 evolution: 3.43.3 → 3.44.0
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.43.3...3.44.0
2022-03-25 15:02:40 +01:00
Jan Tojnar
52e90c9d2f evolution-ews: 3.43.2 → 3.43.3
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.43.2...3.43.3
2022-03-25 15:02:34 +01:00
Jan Tojnar
93ad8bcb6a evolution: 3.43.2 → 3.43.3
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.43.2...3.43.3
2022-03-25 15:02:34 +01:00
Jan Tojnar
e409cb6d60 evolution-ews: 3.42.3 → 3.43.2
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.42.3...3.43.2
2022-03-25 15:01:24 +01:00
Jan Tojnar
15eadc4cdd evolution: 3.42.3 → 3.43.2
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.42.3...3.43.2
2022-03-25 15:01:24 +01:00
Jan Tojnar
7d2ded8c0f gnome-desktop: Move into top-level 2022-03-25 15:01:21 +01:00
OPNA2608
d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
Martin Weinelt
2f31fe95fd
firefox: rename patches arg to extraPatches
This is for consistency with other extra arguments that can be handed to
firefox common.nix.

Also pull the patch phase of the derivation closer together and use the
same list concat style as elsewhere.
2022-03-23 17:03:40 +01:00
Rien Maertens
3d635629be
python3Packages.notmuch2: init at 0.35 2022-03-23 11:04:27 +01:00
Rien Maertens
da2a5558ab
alot: fix ModuleNotFoundError of '_notmuch_config' 2022-03-23 10:55:45 +01:00
R. Ryantm
f10e4f9cdf himalaya: 0.5.9 -> 0.5.10 2022-03-21 08:09:09 +00:00
toastal
f78b6046ca Adding toastal as a himalaya maintainer
As @yanganto suggested: https://github.com/NixOS/nixpkgs/pull/163954#issuecomment-1066575191
2022-03-14 22:14:07 +07:00
toastal
aef8fe5c68 himalaya: 0.5.8 → 0.5.9
Version bump, but also included the comment suggested for the build
flags as suggested on the last merge request. It would seem that
‘official’ description for the project has changed as well.
2022-03-14 13:31:37 +07:00
taku0
6766069f57 thunderbird: 91.6.2 -> 91.7.0 2022-03-10 11:50:09 +01:00
taku0
f54f099b95 thunderbird-bin: 91.6.2 -> 91.7.0 2022-03-10 11:50:09 +01:00
Timo Kaufmann
09930fe11e
Merge pull request #162465 from toastal/himalaya-0.5.7
himalaya: 0.5.5 → 0.5.8
2022-03-07 14:55:24 +01:00
toastal
da10be9486 himalaya: 0.5.5 → 0.5.8
https://github.com/soywod/himalaya/releases/tag/v0.5.8

Version bump. License also changed in 0.5.4, but uncaught. Tests needed
`--lib` or integrations were ran which require a lot more tooling.
2022-03-07 16:56:00 +07:00