about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorYueh-Shun Li <shamrocklee@posteo.net>2024-01-10 16:57:55 +0800
committerYueh-Shun Li <shamrocklee@posteo.net>2024-01-13 05:54:58 +0000
commitd1c42ac35002abd3d751438a59f55cc5f6523f8b (patch)
treeaeca36cc8732edf1c2ccf77a2e5dee99f83aa46d /pkgs/top-level/aliases.nix
parenta9412aa692113aa3f9407e6f927aa74d1a8222a3 (diff)
downloadnixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar.gz
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar.bz2
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar.lz
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar.xz
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar.zst
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.zip
optparse-bash: drop
Drop because
- it seems abandoned by the upstream years ago[1].
- there are quite some nice alternatives[2] already available in
  Nixpkgs.

[1]: https://github.com/nk412/optparse/commits/master/
[2]: https://github.com/shadawck/awesome-cli-frameworks#bashshell

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
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 ce168d038e60..0aead4445f54 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -757,6 +757,7 @@ mapAliases ({
   openmpt123 = libopenmpt; # Added 2021-09-05
   openssl_3_0 = openssl_3; # Added 2022-06-27
   openvpn_24 = throw "openvpn_24 has been removed, because it went EOL. 2.5.x or newer is still available"; # Added 2023-01-23
+  optparse-bash = throw "'optparse-bash' (GitHub: nk412/optparse) has been removed. Use 'argparse' instead"; # Added 2024-01-12
   orchis = orchis-theme; # Added 2021-06-09
   oroborus = throw "oroborus was removed, because it was abandoned years ago."; #Added 2023-09-10
   osxfuse = macfuse-stubs; # Added 2021-03-20