Migrate manpages -> man-pages (upstream project name)
This commit is contained in:
@@ -10806,7 +10806,7 @@ let
|
|||||||
|
|
||||||
marathi-cursive = callPackage ../data/fonts/marathi-cursive { };
|
marathi-cursive = callPackage ../data/fonts/marathi-cursive { };
|
||||||
|
|
||||||
manpages = callPackage ../data/documentation/man-pages { };
|
man-pages = callPackage ../data/documentation/man-pages { };
|
||||||
|
|
||||||
meslo-lg = callPackage ../data/fonts/meslo-lg {};
|
meslo-lg = callPackage ../data/fonts/meslo-lg {};
|
||||||
|
|
||||||
@@ -15712,6 +15712,7 @@ aliases = with self; rec {
|
|||||||
youtubeDL = youtube-dl; # added 2014-10-26
|
youtubeDL = youtube-dl; # added 2014-10-26
|
||||||
pidginlatexSF = pidginlatex; # added 2014-11-02
|
pidginlatexSF = pidginlatex; # added 2014-11-02
|
||||||
tftp_hpa = tftp-hpa; # added 2015-04-03
|
tftp_hpa = tftp-hpa; # added 2015-04-03
|
||||||
|
manpages = man-pages; # added 2015-12-06
|
||||||
};
|
};
|
||||||
|
|
||||||
tweakAlias = _n: alias: with lib;
|
tweakAlias = _n: alias: with lib;
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
|||||||
lynx = linux;
|
lynx = linux;
|
||||||
lzma = linux;
|
lzma = linux;
|
||||||
man = linux;
|
man = linux;
|
||||||
manpages = linux;
|
man-pages = linux;
|
||||||
mc = all;
|
mc = all;
|
||||||
mcabber = linux;
|
mcabber = linux;
|
||||||
mcron = linux;
|
mcron = linux;
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ let
|
|||||||
lynx = linux;
|
lynx = linux;
|
||||||
lzma = linux;
|
lzma = linux;
|
||||||
man = linux;
|
man = linux;
|
||||||
manpages = linux;
|
man-pages = linux;
|
||||||
maxima = linux;
|
maxima = linux;
|
||||||
mc = linux;
|
mc = linux;
|
||||||
mcabber = linux;
|
mcabber = linux;
|
||||||
|
|||||||
Reference in New Issue
Block a user