Skip to content

Commit

Permalink
Merge pull request #123083 from stephank/fix-est-sfs-darwin
Browse files Browse the repository at this point in the history
est-sfs: fix darwin build
  • Loading branch information
SuperSandro2000 committed May 17, 2021
2 parents 567f921 + d707979 commit 83c5d21
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 83c5d21

Please sign in to comment.