mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
uq: remove (#376674)
This commit is contained in:
commit
d6d5854dbb
2 changed files with 1 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "uq";
|
||||
version = "unstable-2018-05-27";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lostutils";
|
||||
repo = "uq";
|
||||
rev = "118bc2f3b1cf292afdffbc1cb4415d150b323165";
|
||||
sha256 = "1qqqmdk0v1d3ckasmmw5lbrkvhkv0nws4bzi9cfi1ndhrbvbkbxb";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-hBV+mqN4rnHGKAVRtlk2VFml/T9YQxzGTvGK2jcCwNw=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Simple, user-friendly alternative to sort | uniq";
|
||||
homepage = "https://github.com/lostutils/uq";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
doronbehar
|
||||
matthiasbeyer
|
||||
];
|
||||
mainProgram = "uq";
|
||||
};
|
||||
}
|
|
@ -1416,6 +1416,7 @@ mapAliases {
|
|||
unifiStable = throw "'unifiStable' has been removed since UniFi no longer has LTS and stable releases. Use `pkgs.unifi` instead."; # Converted to throw 2024-04-11
|
||||
unl0kr = throw "'unl0kr' is now included with buffybox. Use `pkgs.buffybox` instead."; # Removed 2024-12-20
|
||||
untrunc = throw "'untrunc' has been renamed to/replaced by 'untrunc-anthwlock'"; # Converted to throw 2024-10-17
|
||||
uq = throw "'uq' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
|
||||
urxvt_autocomplete_all_the_things = throw "'urxvt_autocomplete_all_the_things' has been renamed to/replaced by 'rxvt-unicode-plugins.autocomplete-all-the-things'"; # Converted to throw 2024-10-17
|
||||
urxvt_bidi = throw "'urxvt_bidi' has been renamed to/replaced by 'rxvt-unicode-plugins.bidi'"; # Converted to throw 2024-10-17
|
||||
urxvt_font_size = throw "'urxvt_font_size' has been renamed to/replaced by 'rxvt-unicode-plugins.font-size'"; # Converted to throw 2024-10-17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue