man-pages-posix: rename from posix_man_pages

Make attribute name match upstream name.
This commit is contained in:
sternenseemann 2021-04-15 10:19:52 +02:00
parent 081b9423d4
commit 4461230cc5
2 changed files with 4 additions and 2 deletions

View file

@ -940,6 +940,8 @@ mapAliases ({
zplugin = zinit; # Added 2021-01-30
posix_man_pages = man-pages-posix; # Added 2021-04-15
/* If these are in the scope of all-packages.nix, they cause collisions
between mixed versions of qt. See:
https://github.com/NixOS/nixpkgs/pull/101369 */

View file

@ -21301,6 +21301,8 @@ in
man-pages = callPackage ../data/documentation/man-pages { };
man-pages-posix = callPackage ../data/documentation/man-pages-posix { };
manrope = callPackage ../data/fonts/manrope { };
marwaita = callPackage ../data/themes/marwaita { };
@ -21474,8 +21476,6 @@ in
inherit (plasma5Packages) breeze-icons;
};
posix_man_pages = callPackage ../data/documentation/man-pages-posix { };
powerline-fonts = callPackage ../data/fonts/powerline-fonts { };
powerline-symbols = callPackage ../data/fonts/powerline-symbols { };