about summary refs log tree commit diff
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-04-16 10:51:44 +0200
committerGitHub <noreply@github.com>2019-04-16 10:51:44 +0200
commit03602567179b22e2744b7dfffefbfbe54ff630e7 (patch)
tree357926e53632037f09d703da27d19f20d4331c90 /pkgs/applications/editors/android-studio
parent2c8a36ffb4bdb3fe9c2802a8ac164a81a72e3774 (diff)
downloadnixlib-03602567179b22e2744b7dfffefbfbe54ff630e7.tar
nixlib-03602567179b22e2744b7dfffefbfbe54ff630e7.tar.gz
nixlib-03602567179b22e2744b7dfffefbfbe54ff630e7.tar.bz2
nixlib-03602567179b22e2744b7dfffefbfbe54ff630e7.tar.lz
nixlib-03602567179b22e2744b7dfffefbfbe54ff630e7.tar.xz
nixlib-03602567179b22e2744b7dfffefbfbe54ff630e7.tar.zst
nixlib-03602567179b22e2744b7dfffefbfbe54ff630e7.zip
android-studio-preview: Remove the attribute (#59691)
This attribute and androidStudioPackages.preview are deprecated since
9aa46aedfeb02b5aad7c91365a993c11776ef398.
Diffstat (limited to 'pkgs/applications/editors/android-studio')
-rw-r--r--pkgs/applications/editors/android-studio/default.nix10
1 files changed, 0 insertions, 10 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 // {