Skip to content

Commit

Permalink
acme-client: build with gcc
Browse files Browse the repository at this point in the history
acme-client fails to build with clang, which breaks the build on darwin.
  • Loading branch information
treed committed Sep 11, 2020
1 parent e025a20 commit e45ddae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -619,7 +619,7 @@ in

aescrypt = callPackage ../tools/misc/aescrypt { };

acme-client = callPackage ../tools/networking/acme-client { inherit (darwin) apple_sdk; };
acme-client = callPackage ../tools/networking/acme-client { inherit (darwin) apple_sdk; stdenv = gccStdenv; };

amass = callPackage ../tools/networking/amass { };

Expand Down

0 comments on commit e45ddae

Please sign in to comment.