man-pages-posix: rename from posix_man_pages
Make attribute name match upstream name.
This commit is contained in:
parent
081b9423d4
commit
4461230cc5
@ -940,6 +940,8 @@ mapAliases ({
|
|||||||
|
|
||||||
zplugin = zinit; # Added 2021-01-30
|
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
|
/* If these are in the scope of all-packages.nix, they cause collisions
|
||||||
between mixed versions of qt. See:
|
between mixed versions of qt. See:
|
||||||
https://github.com/NixOS/nixpkgs/pull/101369 */
|
https://github.com/NixOS/nixpkgs/pull/101369 */
|
||||||
|
@ -21301,6 +21301,8 @@ in
|
|||||||
|
|
||||||
man-pages = callPackage ../data/documentation/man-pages { };
|
man-pages = callPackage ../data/documentation/man-pages { };
|
||||||
|
|
||||||
|
man-pages-posix = callPackage ../data/documentation/man-pages-posix { };
|
||||||
|
|
||||||
manrope = callPackage ../data/fonts/manrope { };
|
manrope = callPackage ../data/fonts/manrope { };
|
||||||
|
|
||||||
marwaita = callPackage ../data/themes/marwaita { };
|
marwaita = callPackage ../data/themes/marwaita { };
|
||||||
@ -21474,8 +21476,6 @@ in
|
|||||||
inherit (plasma5Packages) breeze-icons;
|
inherit (plasma5Packages) breeze-icons;
|
||||||
};
|
};
|
||||||
|
|
||||||
posix_man_pages = callPackage ../data/documentation/man-pages-posix { };
|
|
||||||
|
|
||||||
powerline-fonts = callPackage ../data/fonts/powerline-fonts { };
|
powerline-fonts = callPackage ../data/fonts/powerline-fonts { };
|
||||||
|
|
||||||
powerline-symbols = callPackage ../data/fonts/powerline-symbols { };
|
powerline-symbols = callPackage ../data/fonts/powerline-symbols { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user