lol

Fix random typos while replacing libredirect with libredirect.hook (#385607)

authored by

Sandro and committed by
GitHub
e90d001c 0f8d6add

+2 -2
+1 -1
nixos/tests/nscd.nix
··· 4 4 # build a getent that itself doesn't see anything in /etc/hosts and 5 5 # /etc/nsswitch.conf, by using libredirect to steer its own requests to 6 6 # /dev/null. 7 - # This means is /has/ to go via nscd to actuallly resolve any of the 7 + # This means is /has/ to go via nscd to actually resolve any of the 8 8 # additionally configured hosts. 9 9 getent' = pkgs.writeScript "getent-without-etc-hosts" '' 10 10 export NIX_REDIRECTS=/etc/hosts=/dev/null:/etc/nsswitch.conf=/dev/null
+1 -1
pkgs/by-name/li/libredirect/package.nix
··· 95 95 96 96 '' 97 97 + lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) '' 98 - # dylib will be rejected unless dylib rpath gets explictly set 98 + # dylib will be rejected unless dylib rpath gets explicitly set 99 99 install_name_tool \ 100 100 -change $libName $out/lib/$libName \ 101 101 $out/lib/$libName