bomutils: fix darwin build

This commit is contained in:
Stéphan Kochen
2021-05-11 17:42:48 +02:00
parent ca26ea50d6
commit b7b547b7c3
+4 -1
View File
@@ -13,7 +13,10 @@ stdenv.mkDerivation rec {
sha256 = "1i7nhbq1fcbrjwfg64znz8p4l7662f7qz2l6xcvwd5z93dnmgmdr";
};
makeFlags = [ "PREFIX=$(out)" ];
makeFlags = [
"PREFIX=$(out)"
"CXX=${stdenv.cc.targetPrefix}c++"
];
meta = with lib; {
homepage = "https://github.com/hogliux/bomutils";