Commit graph

1459 commits

Author SHA1 Message Date
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
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
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
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
taku0 93aeade556 thunderbird: 91.6.1 -> 91.6.2 2022-03-06 16:40:04 +09:00
taku0 e08090e479 thunderbird-bin: 91.6.1 -> 91.6.2 2022-03-06 16:39:44 +09:00
R. RyanTM 464bb0bb59
evolution-ews: 3.42.3 -> 3.42.4
* evolution-ews: 3.42.3 -> 3.42.4 (#161179)

* evolution-ews: update meta.license
Upstream solved the issue and choose LGPL-2.1-or-later

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-26 18:02:39 +01:00
Matthias Beyer 16764012f7 mutt: 2.2.0 -> 2.2.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-02-20 09:23:32 +01:00
R. Ryantm 175f56c72a evolution: 3.42.3 -> 3.42.4 2022-02-18 18:14:51 +01:00
Damien Cassou 0074be5ef5
notmuch: Add passthru.tests.version 2022-02-18 08:42:26 +01:00
Damien Cassou 23d8c0e2be
notmuch: 0.34.3 -> 0.35 2022-02-18 08:15:21 +01:00
taku0 14f5ef756b thunderbird: 91.6.0 -> 91.6.1 2022-02-16 18:31:50 +09:00
taku0 27b06df6e0 thunderbird-bin: 91.5.1 -> 91.6.1 2022-02-16 09:12:53 +09:00
Michele Guerini Rocco dfa14c0864
Merge pull request #159786 from matthiasbeyer/update-mutt
mutt: 2.1.5 -> 2.2.0
2022-02-13 15:43:31 +01:00
Florian Klink 0be937f08b
Merge pull request #155056 from arcnmx/notmuch-ruby
notmuch: install ruby bindings
2022-02-13 14:46:12 +01:00
Matthias Beyer c3d43d2fab mutt: 2.1.5 -> 2.2.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-02-13 09:25:32 +01:00
Renaud bc43ca807a
Merge pull request #159138 from toastal/himalaya-0.5.5
himalaya: 0.5.4 → 0.5.5
2022-02-12 14:45:49 +01:00
toastal 9a94903967 himalaya: 0.5.4 → 0.5.5 2022-02-11 11:40:03 +07:00
Bobby Rong fcd6424831
Merge pull request #158893 from r-ryantm/auto-update/tutanota-desktop
tutanota-desktop: 3.91.6 -> 3.91.10
2022-02-11 12:02:10 +08:00
R. Ryantm f19ddae6ca tutanota-desktop: 3.91.6 -> 3.91.10 2022-02-10 05:47:50 +00:00
Vladimír Čunát ca54a649b6
thunderbird: 91.5.1 -> 91.6.0
This also fixes build after firefox-esr update (commit 38219f7cc)
https://www.thunderbird.net/en-US/thunderbird/91.6.0/releasenotes/
2022-02-09 10:03:32 +01:00
toastal 3422273b30 himalaya: 0.5.1 → 0.5.4
https://github.com/soywod/himalaya/releases/tag/v0.5.2
https://github.com/soywod/himalaya/releases/tag/v0.5.3
https://github.com/soywod/himalaya/releases/tag/v0.5.4
2022-02-05 10:58:38 +07:00
R. Ryantm ba0ed3368f tutanota-desktop: 3.89.25 -> 3.91.6 2022-02-01 15:49:19 +00:00
zowoq 1097381d40 hasmail: update vendorSha256 2022-01-31 06:31:22 +10:00
zowoq 07df4546ad aerc: update vendorSha256 2022-01-31 06:31:22 +10:00
Vladimír Čunát 8da5ec7cd1
Merge #157233: thunderbird-bin: 91.5.0 -> 91.5.1 2022-01-30 21:18:45 +01:00
R. Ryantm 16a14fbc13 thunderbird-unwrapped: 91.5.0 -> 91.5.1 2022-01-28 03:27:42 +00:00
Fabian Affolter 745071d2a2
Merge pull request #156619 from fabaff/fix-alot
alot: disable failing test
2022-01-25 17:46:34 +01:00
taku0 16f9a4831d thunderbird-bin: 91.5.0 -> 91.5.1 2022-01-25 09:12:33 +09:00
Fabian Affolter 57bea15423 alot: disable failing test 2022-01-24 22:52:30 +01:00