mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-29 12:27:30 +00:00
Merge pull request #119590 from lopsided98/gnutls-remove-patch
gnutls: remove upstreamed armv7l patch
This commit is contained in:
commit
339f813869
1 changed files with 1 additions and 4 deletions
|
@ -34,10 +34,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
patches = [ ./nix-ssl-cert-file.patch ]
|
patches = [ ./nix-ssl-cert-file.patch ]
|
||||||
# Disable native add_system_trust.
|
# Disable native add_system_trust.
|
||||||
++ lib.optional (isDarwin && !withSecurity) ./no-security-framework.patch
|
++ lib.optional (isDarwin && !withSecurity) ./no-security-framework.patch;
|
||||||
# fix gnulib tests on 32-bit ARM. Included on gnutls master.
|
|
||||||
# https://lists.gnu.org/r/bug-gnulib/2020-08/msg00225.html
|
|
||||||
++ lib.optional stdenv.hostPlatform.isAarch32 ./fix-gnulib-tests-arm.patch;
|
|
||||||
|
|
||||||
# Skip some tests:
|
# Skip some tests:
|
||||||
# - pkg-config: building against the result won't work before installing (3.5.11)
|
# - pkg-config: building against the result won't work before installing (3.5.11)
|
||||||
|
|
Loading…
Add table
Reference in a new issue