diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index b3ebbd1f71d7..dfe9b6a03e13 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8627,10 +8627,6 @@ with pkgs; libusb-compat-0_1 = callPackage ../development/libraries/libusb-compat/0.1.nix { }; - libunicode = callPackage ../by-name/li/libunicode/package.nix { - stdenv = if stdenv.hostPlatform.isDarwin then llvmPackages_17.stdenv else stdenv; - }; - libunwind = # Use the system unwinder in the SDK but provide a compatibility package to: # 1. avoid evaluation errors with setting `unwind` to `null`; and