Merge pull request #284621 from D3vil0p3r/patch-6

tokyo-night-gtk: change package name
This commit is contained in:
Sandro 2024-02-17 22:15:20 +01:00 committed by GitHub
commit 5b8337365f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@
}:
let
prefix = "tokyo-night-gtk";
prefix = "tokyonight-gtk-theme";
packages = lib.mapAttrs' (type: content: {
name = type;

View File

@ -12,7 +12,7 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "${prefix}_${type}-${variantName}";
version = "unstable-2023-05-30";
version = "unstable-2023-05-31";
src = fetchFromGitHub {
owner = "Fausto-Korpsvart";

View File

@ -1074,6 +1074,7 @@ mapAliases ({
tixati = throw "'tixati' has been removed from nixpkgs as it is unfree and unmaintained"; # Added 2023-03-17
tkcvs = tkrev; # Added 2022-03-07
tokodon = plasma5Packages.tokodon;
tokyo-night-gtk = tokyonight-gtk-theme; # Added 2024-01-28
tootle = throw "'tootle' has been removed as it is not maintained upstream. Consider using 'tuba' instead"; # Added 2024-02-11
tor-browser-bundle-bin = tor-browser; # Added 2023-09-23
transfig = fig2dev; # Added 2022-02-15

View File

@ -35669,9 +35669,9 @@ with pkgs;
tofi = callPackage ../applications/misc/tofi { };
tokyo-night-gtk = tokyo-night-gtk-variants.full;
tokyonight-gtk-theme = tokyonight-gtk-theme-variants.full;
tokyo-night-gtk-variants = recurseIntoAttrs (callPackage ../data/themes/tokyo-night-gtk { });
tokyonight-gtk-theme-variants = recurseIntoAttrs (callPackage ../data/themes/tokyonight-gtk-theme { });
topydo = callPackage ../applications/misc/topydo { };