Skip to content

Commit

Permalink
est-sfs: fix darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed May 15, 2021
1 parent 3d385c7 commit d707979
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/science/biology/est-sfs/default.nix
Expand Up @@ -11,6 +11,10 @@ stdenv.mkDerivation rec {

buildInputs = [ gsl ];

makeFlags = [
"CC=${stdenv.cc.targetPrefix}cc"
];

installPhase = ''
mkdir -p $out/bin
mkdir -p $out/share/doc/${pname}
Expand Down

0 comments on commit d707979

Please sign in to comment.