Skip to content

Commit

Permalink
Remove seemingly redundant nix fix
Browse files Browse the repository at this point in the history
Removing this seems to fix the nix build on my old mac. Hopefully this
fixes CI too.

I'd guess the fix now already exists somewhere upstream.
  • Loading branch information
Anviking committed Jan 12, 2021
1 parent 83ecc78 commit d818cb7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,6 @@ let

# Build fixes for library dependencies
{
# Make the /usr/bin/security tool available because it's
# needed at runtime by the x509-system Haskell package.
packages.x509-system.components.library.preBuild = lib.optionalString (stdenv.isDarwin) ''
substituteInPlace System/X509/MacOS.hs --replace security /usr/bin/security
'';

# Packages we wish to ignore version bounds of.
# This is similar to jailbreakCabal, however it
# does not require any messing with cabal files.
Expand Down

0 comments on commit d818cb7

Please sign in to comment.