AR needs to be passed specifically on the command line
main
Luis Pedro Coelho 2 years ago
parent 4758873378
commit 596c5e7ea2
  1. 2
      pkgs/applications/science/biology/bwa/default.nix

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
sed -i '/^CC/d' Makefile
'';
makeFlags = lib.optional stdenv.hostPlatform.isStatic "AR=${stdenv.cc.targetPrefix}ar";
# it's unclear which headers are intended to be part of the public interface
# so we may find ourselves having to add more here over time
installPhase = ''

Loading…
Cancel
Save