Skip to content

Commit

Permalink
Revert "pkgsStatic.gsasl: fix build"
Browse files Browse the repository at this point in the history
This reverts commit 248efc2.

The musl bug has now been fixed.
  • Loading branch information
alyssais committed Sep 20, 2024
1 parent 697ece4 commit dffd226
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
6 changes: 0 additions & 6 deletions pkgs/development/libraries/gsasl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ stdenv.mkDerivation (finalAttrs: {
sha256 = "sha256-1FtWLhO9E7n8ILNy9LUyaXQM9iefg28JzhG50yvO4HU=";
};

# This is actually bug in musl. It is already fixed in trunc and
# this patch won't be necessary with musl > 1.2.3.
#
# https://git.musl-libc.org/cgit/musl/commit/?id=b50eb8c36c20f967bd0ed70c0b0db38a450886ba
patches = lib.optional stdenv.hostPlatform.isMusl ./gsasl.patch;

buildInputs = [ libidn libkrb5 ];

configureFlags = [ "--with-gssapi-impl=mit" ];
Expand Down
21 changes: 0 additions & 21 deletions pkgs/development/libraries/gsasl/gsasl.patch

This file was deleted.

0 comments on commit dffd226

Please sign in to comment.