mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
man-pages-posix: rename from posix_man_pages
Make attribute name match upstream name.
This commit is contained in:
parent
081b9423d4
commit
4461230cc5
2 changed files with 4 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue