mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Merge pull request #123560 from stephank/fix-sunwait-darwin
sunwait: fix darwin build
This commit is contained in:
commit
82ffc8e661
@ -11,6 +11,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "0cs8rdcnzsl10zia2k49a6c2z6gvp5rnf31sgn3hn5c7kgy7l3ax";
|
||||
};
|
||||
|
||||
makeFlags = [ "C=${stdenv.cc.targetPrefix}c++" ];
|
||||
|
||||
installPhase = ''
|
||||
install -Dm755 sunwait -t $out/bin
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user