From 03602567179b22e2744b7dfffefbfbe54ff630e7 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Tue, 16 Apr 2019 10:51:44 +0200 Subject: [PATCH] android-studio-preview: Remove the attribute (#59691) This attribute and androidStudioPackages.preview are deprecated since 9aa46aedfeb02b5aad7c91365a993c11776ef398. --- pkgs/applications/editors/android-studio/default.nix | 10 ---------- pkgs/top-level/all-packages.nix | 1 - 2 files changed, 11 deletions(-) diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix index 579788ad6d8a..80d84bcd2fd4 100644 --- a/pkgs/applications/editors/android-studio/default.nix +++ b/pkgs/applications/editors/android-studio/default.nix @@ -23,16 +23,6 @@ let sha256Hash = "1g24a8fwnrfzdf093wdmqly3mzjddk5ndgi51qj98amn7kclsdpf"; }; in rec { - # Old alias (TODO @primeos: Remove after 19.03 is branched off): - preview = throw '' - The attributes "android-studio-preview" and "androidStudioPackages.preview" - are now deprecated and will be removed soon, please use - "androidStudioPackages.beta" instead. This attribute corresponds to the - beta channel, if you want the latest release you can use - "androidStudioPackages.dev" or "androidStudioPackages.canary" instead - (currently, there is no difference between both channels). - ''; - # Attributes are named by their corresponding release channels stable = mkStudio (stableVersion // { diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c263d011b5a8..51795f5f23fb 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -16439,7 +16439,6 @@ in androidStudioPackages = recurseIntoAttrs (callPackage ../applications/editors/android-studio { }); android-studio = androidStudioPackages.stable; - android-studio-preview = androidStudioPackages.preview; animbar = callPackage ../applications/graphics/animbar { };