Merge pull request #145539 from flurie/fix-bklk-darwin

bklk: fix builds on darwin
This commit is contained in:
Jörg Thalheim 2021-11-11 21:37:01 +00:00 committed by GitHub
commit 7786334d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-R3H6tv6fzQG41Y2rui0K8fdQ/+Ywnc5hqTPFjktrhF8=";
};
makeFlags = [ "CC=$$CXX" ];
buildInputs = [ ncurses ];
installPhase = ''