Skip to content

Commit

Permalink
Merge pull request #234870 from reckenrode/libidn2-clang
Browse files Browse the repository at this point in the history
libidn2: drop Darwin error patch
  • Loading branch information
wegank authored May 30, 2023
2 parents 10e08f0 + c9b9378 commit 58eff6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/libraries/libidn2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ stdenv.mkDerivation rec {
# Beware: non-bootstrap libidn2 is overridden by ./hack.nix
outputs = [ "bin" "dev" "out" "info" "devdoc" ];

patches = lib.optional stdenv.isDarwin ./fix-error-darwin.patch;

enableParallelBuilding = true;

# The above patch causes the documentation to be regenerated, so the
Expand Down
20 changes: 0 additions & 20 deletions pkgs/development/libraries/libidn2/fix-error-darwin.patch

This file was deleted.

0 comments on commit 58eff6d

Please sign in to comment.