···402402403403 # Utility flags to test the type of platform.
404404 inherit (hostPlatform)
405405- isDarwin isLinux isSunOS isCygwin isFreeBSD isOpenBSD isi686 isx86_64
406406- is64bit isMips isBigEndian;
405405+ isDarwin isLinux isSunOS isHurd isCygwin isFreeBSD isOpenBSD
406406+ isi686 isx86_64 is64bit isMips isBigEndian;
407407 isArm = hostPlatform.isArm32;
408408 isAarch64 = hostPlatform.isArm64;
409409- # Other code instead checks for anything using GNU userland,
410410- # e.g. GNU/linux. This refers just to GNU Hurd.
411411- isGNU = system == "i686-gnu";
412409413410 # Whether we should run paxctl to pax-mark binaries.
414411 needsPax = isLinux;