mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
bomutils: fix darwin build
This commit is contained in:
parent
ca26ea50d6
commit
b7b547b7c3
1 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue