about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-12-13 21:45:39 +0200
committerArtturin <Artturin@artturin.com>2023-12-13 21:45:39 +0200
commit55405ad9140777b5a8a4c9660d4450adfed7af13 (patch)
tree6ae5cfa0ad91f638d249fbc07fd17bb5735e581c
parent6d092c0d0426e75634dc2a0d0bb3a30703b1df71 (diff)
downloadnixlib-55405ad9140777b5a8a4c9660d4450adfed7af13.tar
nixlib-55405ad9140777b5a8a4c9660d4450adfed7af13.tar.gz
nixlib-55405ad9140777b5a8a4c9660d4450adfed7af13.tar.bz2
nixlib-55405ad9140777b5a8a4c9660d4450adfed7af13.tar.lz
nixlib-55405ad9140777b5a8a4c9660d4450adfed7af13.tar.xz
nixlib-55405ad9140777b5a8a4c9660d4450adfed7af13.tar.zst
nixlib-55405ad9140777b5a8a4c9660d4450adfed7af13.zip
stdenvNoLibs: fix typo
https://github.com/NixOS/nixpkgs/pull/122778#discussion_r1114577086
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index d3e5a64dc013..cde9a404b6c9 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -61,7 +61,7 @@ with pkgs;
   };
 
   stdenvNoLibs =
-    if stdenv.hostPlatform != stdenv.buildPlatform && (stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isDarwin.useLLVM or false)
+    if stdenv.hostPlatform != stdenv.buildPlatform && (stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.useLLVM or false)
     then
       # We cannot touch binutils or cc themselves, because that will cause
       # infinite recursion. So instead, we just choose a libc based on the