about summary refs log tree commit diff
path: root/nixpkgs/pkgs/top-level
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-06-06 00:01:40 +0000
committerAlyssa Ross <hi@alyssa.is>2020-09-29 11:52:18 +0000
commit886245d5cbb5a746fc116c69f08230183327229a (patch)
tree3c656c59862ace69be89c704de7644ecdf234315 /nixpkgs/pkgs/top-level
parent98b8f14034244064ff49649c6d81f8d36d5daf7b (diff)
downloadnixlib-886245d5cbb5a746fc116c69f08230183327229a.tar
nixlib-886245d5cbb5a746fc116c69f08230183327229a.tar.gz
nixlib-886245d5cbb5a746fc116c69f08230183327229a.tar.bz2
nixlib-886245d5cbb5a746fc116c69f08230183327229a.tar.lz
nixlib-886245d5cbb5a746fc116c69f08230183327229a.tar.xz
nixlib-886245d5cbb5a746fc116c69f08230183327229a.tar.zst
nixlib-886245d5cbb5a746fc116c69f08230183327229a.zip
rust_1_42: drop
Nothing seems to need this to build any more.

(cherry picked from commit 204d5835736664c7718d0e4e1569a6a609b7690d)
Diffstat (limited to 'nixpkgs/pkgs/top-level')
-rw-r--r--nixpkgs/pkgs/top-level/all-packages.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixpkgs/pkgs/top-level/all-packages.nix b/nixpkgs/pkgs/top-level/all-packages.nix
index 791251a264d2..ccb48f3439b1 100644
--- a/nixpkgs/pkgs/top-level/all-packages.nix
+++ b/nixpkgs/pkgs/top-level/all-packages.nix
@@ -9163,15 +9163,11 @@ in
     inherit (darwin) apple_sdk;
   };
 
-  rust_1_42 = callPackage ../development/compilers/rust/1_42.nix {
-    inherit (darwin.apple_sdk.frameworks) CoreFoundation Security;
-  };
   rust_1_44 = callPackage ../development/compilers/rust/1_44.nix {
     inherit (darwin.apple_sdk.frameworks) CoreFoundation Security;
   };
   rust = rust_1_44;
 
-  rustPackages_1_42 = rust_1_42.packages.stable;
   rustPackages_1_44 = rust_1_44.packages.stable;
   rustPackages = rustPackages_1_44;
 
@@ -22468,7 +22464,6 @@ in
   thonny = callPackage ../applications/editors/thonny { };
 
   thunderbird = callPackage ../applications/networking/mailreaders/thunderbird {
-    inherit (rustPackages_1_42) rustc;
     libpng = libpng_apng;
     gtk3Support = true;
   };