summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-04-19 18:11:51 +0000
committerGitHub <noreply@github.com>2021-04-19 18:11:51 +0000
commit6ef7c23763b82a9c816c793c1788b2fd29c3ee0a (patch)
treea8d00d0f0afe704f9f5f7a4c7a5422927b0a4e60 /pkgs/stdenv
parent965c8e08a588f4764f75c409fc1909dcd9475122 (diff)
parentb26886474a32426684596700ec833dd1a610215e (diff)
downloadnixpkgs-6ef7c23763b82a9c816c793c1788b2fd29c3ee0a.tar
nixpkgs-6ef7c23763b82a9c816c793c1788b2fd29c3ee0a.tar.gz
nixpkgs-6ef7c23763b82a9c816c793c1788b2fd29c3ee0a.tar.bz2
nixpkgs-6ef7c23763b82a9c816c793c1788b2fd29c3ee0a.tar.lz
nixpkgs-6ef7c23763b82a9c816c793c1788b2fd29c3ee0a.tar.xz
nixpkgs-6ef7c23763b82a9c816c793c1788b2fd29c3ee0a.tar.zst
nixpkgs-6ef7c23763b82a9c816c793c1788b2fd29c3ee0a.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/generic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/generic/default.nix b/pkgs/stdenv/generic/default.nix
index 8ab9d734461..cb2b2bc51e9 100644
--- a/pkgs/stdenv/generic/default.nix
+++ b/pkgs/stdenv/generic/default.nix
@@ -139,7 +139,7 @@ let
 
       # Utility flags to test the type of platform.
       inherit (hostPlatform)
-        isDarwin isLinux isSunOS isCygwin isFreeBSD isOpenBSD
+        isDarwin isLinux isSunOS isCygwin isBSD isFreeBSD isOpenBSD
         isi686 isx86_32 isx86_64
         is32bit is64bit
         isAarch32 isAarch64 isMips isBigEndian;