isDarwin: make usage consistent

This one was the only one of the form pkgs.stdenv._hostPlatform_.isDarwin.
This commit is contained in:
Michael Alan Dorman 2018-03-14 19:51:09 -04:00 committed by Peter Simons
parent 2d3138fc9a
commit 559832d663

View File

@ -94,7 +94,7 @@ self: super: {
# the tests for shell-conduit on Darwin illegitimatey assume non-GNU echo
# see: https://github.com/psibi/shell-conduit/issues/12
doCheck = !pkgs.stdenv.hostPlatform.isDarwin;
doCheck = !pkgs.stdenv.isDarwin;
}));
# https://github.com/froozen/kademlia/issues/2