cosmic-app-library: fix naming to cosmic-app-library

Signed-off-by: Kajus Naujokaitis <kajusn@gmail.com>
This commit is contained in:
Kajus Naujokaitis 2026-07-01 10:18:13 +03:00
commit bdc1db11dd
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -20,7 +20,7 @@ let
with pkgs;
[
cosmic-applets
cosmic-applibrary
cosmic-app-library
cosmic-bg
cosmic-comp
cosmic-files

View file

@ -10,7 +10,7 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-applibrary";
pname = "cosmic-app-library";
version = "1.1.0";
# nixpkgs-update: no auto update

View file

@ -576,6 +576,7 @@ mapAliases {
cordless = throw "'cordless' has been removed due to being archived upstream. Consider using 'discordo' instead."; # Added 2025-06-07
corepack_latest = throw "'corepack_latest' has been removed, use 'corepack.override { nodejs-slim = pkgs.nodejs-slim_latest; }' instead"; # Added 2025-10-25
coreth = throw "'coreth' has been moved to 'avalanchego' by upstream"; # Added 2026-01-15
cosmic-applibrary = warnAlias "'cosmic-applibrary' has been renamed to 'cosmic-app-library'" cosmic-app-library; # Added 2026-07-01
cosmic-tasks = throw "'cosmic-tasks' has been renamed to/replaced by 'tasks'"; # Converted to throw 2025-10-27
cotton = throw "'cotton' has been removed since it is vulnerable to CVE-2025-62518 and upstream is unmaintained"; # Added 2025-10-26
cpp-ipfs-api = throw "'cpp-ipfs-api' has been renamed to/replaced by 'cpp-ipfs-http-client'"; # Converted to throw 2025-10-27