Skip to content

Commit

Permalink
Merge pull request #98783 from r-burns/backport-aragorn
Browse files Browse the repository at this point in the history
[20.09] aragorn: fix build on darwin
  • Loading branch information
risicle committed Sep 25, 2020
2 parents 1c6dc9e + 3345d53 commit f80bada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/science/biology/aragorn/default.nix
Expand Up @@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};

buildPhase = ''
gcc -O3 -ffast-math -finline-functions -o aragorn aragorn${version}.c
$CC -O3 -ffast-math -finline-functions -o aragorn aragorn${version}.c
'';

installPhase = ''
Expand Down

0 comments on commit f80bada

Please sign in to comment.