about summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-02-05 15:37:02 +0100
committerVladimír Čunát <v@cunat.cz>2023-02-05 15:37:02 +0100
commit52bef350535ed22e1fbf9e7ef20c437d223ee92b (patch)
treeb26f534fcf2536384535296b4450e26822397686 /pkgs/development/compilers/rust
parent6190ed026ca52bd74ede412bda19552f5851df0d (diff)
parentede7b1d98a01cd25c05f30c215afc063bd62706b (diff)
downloadnixlib-52bef350535ed22e1fbf9e7ef20c437d223ee92b.tar
nixlib-52bef350535ed22e1fbf9e7ef20c437d223ee92b.tar.gz
nixlib-52bef350535ed22e1fbf9e7ef20c437d223ee92b.tar.bz2
nixlib-52bef350535ed22e1fbf9e7ef20c437d223ee92b.tar.lz
nixlib-52bef350535ed22e1fbf9e7ef20c437d223ee92b.tar.xz
nixlib-52bef350535ed22e1fbf9e7ef20c437d223ee92b.tar.zst
nixlib-52bef350535ed22e1fbf9e7ef20c437d223ee92b.zip
Merge #213694: Revert "rustc: add note about libiconv dependency"
...into staging-next
Diffstat (limited to 'pkgs/development/compilers/rust')
-rw-r--r--pkgs/development/compilers/rust/rustc.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix
index 426f13778838..60f07a64299a 100644
--- a/pkgs/development/compilers/rust/rustc.nix
+++ b/pkgs/development/compilers/rust/rustc.nix
@@ -165,7 +165,6 @@ in stdenv.mkDerivation rec {
   ];
 
   buildInputs = [ openssl ]
-    # TODO: remove libiconv once 1.66 is used to bootstrap
     ++ optionals stdenv.isDarwin [ libiconv Security ]
     ++ optional (!withBundledLLVM) llvmShared;