summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-02-21 19:33:51 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-03-02 12:25:45 -0800
commitee5fab452b279d59c0a9278bf7e009667b0ef774 (patch)
tree01bd8b7cb4c008ce585eaf0aa1ceb6dbdbabb04e /pkgs/top-level/aliases.nix
parentfae860361ee35e1e7cefa6c93857ce2fc3cc3500 (diff)
downloadnixpkgs-ee5fab452b279d59c0a9278bf7e009667b0ef774.tar
nixpkgs-ee5fab452b279d59c0a9278bf7e009667b0ef774.tar.gz
nixpkgs-ee5fab452b279d59c0a9278bf7e009667b0ef774.tar.bz2
nixpkgs-ee5fab452b279d59c0a9278bf7e009667b0ef774.tar.lz
nixpkgs-ee5fab452b279d59c0a9278bf7e009667b0ef774.tar.xz
nixpkgs-ee5fab452b279d59c0a9278bf7e009667b0ef774.tar.zst
nixpkgs-ee5fab452b279d59c0a9278bf7e009667b0ef774.zip
steam-run-native: deprecate
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 1972123bd98..04f4955b803 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1143,6 +1143,7 @@ mapAliases ({
   squid4 = squid;  # added 2019-08-22
   sshfsFuse = throw "'sshfsFuse' has been renamed to/replaced by 'sshfs-fuse'"; # Converted to throw 2022-02-22
   stanchion = throw "Stanchion was part of riak-cs which is not maintained anymore"; # added 2020-10-14
+  steam-run-native = steam-run; # added 2022-02-21
   stumpwm-git = throw "stumpwm-git has been broken for a long time and lispPackages.stumpwm follows Quicklisp that is close to git version"; # Added 2021-05-09
   subversion19 = throw "subversion19 has been removed as it has reached its end of life"; # Added 2021-03-31
   sundials_3 = throw "sundials_3 was removed in 2020-02. outdated and no longer needed";