lol

bomutils: fix darwin build

+4 -1
+4 -1
pkgs/tools/archivers/bomutils/default.nix
··· 13 sha256 = "1i7nhbq1fcbrjwfg64znz8p4l7662f7qz2l6xcvwd5z93dnmgmdr"; 14 }; 15 16 - makeFlags = [ "PREFIX=$(out)" ]; 17 18 meta = with lib; { 19 homepage = "https://github.com/hogliux/bomutils";
··· 13 sha256 = "1i7nhbq1fcbrjwfg64znz8p4l7662f7qz2l6xcvwd5z93dnmgmdr"; 14 }; 15 16 + makeFlags = [ 17 + "PREFIX=$(out)" 18 + "CXX=${stdenv.cc.targetPrefix}c++" 19 + ]; 20 21 meta = with lib; { 22 homepage = "https://github.com/hogliux/bomutils";