Commit Graph

83 Commits

Author SHA1 Message Date
R. Ryantm
b176613253 man-pages: 5.12 -> 5.13 2021-12-09 16:43:52 +00:00
Alyssa Ross
a05062d0dd
man-pages: 5.11 -> 5.12
Build system has changed slightly, necessitating the change in makeFlags.
2021-07-20 16:45:12 +00:00
R. RyanTM
320763c7aa man-pages: 5.10 -> 5.11 2021-03-25 23:22:00 +01:00
R. RyanTM
870dbb751f man-pages: 5.09 -> 5.10 2021-02-26 01:31:15 -05:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
7f6ff7e7f2 man-pages: 5.08 -> 5.09 2020-11-19 00:39:23 +00:00
Silvan Mosberger
75d24ef5e7
man-pages: Make it findable by manpages
Previously `nix-shell -p man-pages` wouldn't work, because `man` by
default looks up man pages only for the packages that appear in PATH.
Since man-pages didn't have anything in $out/bin though, it wouldn't be
put on PATH.

This fixes that by just creating an empty $out/bin
2020-09-29 02:08:16 +02:00
Alyssa Ross
97077b6e96 man-pages: 5.07 -> 5.08 2020-08-14 14:24:18 +00:00
R. RyanTM
7f38e92115 man-pages: 5.06 -> 5.07 2020-06-16 16:45:11 +00:00
R. RyanTM
7deafadc52 man-pages: 5.05 -> 5.06 2020-05-05 22:01:57 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
ddf22e7884 man-pages: 5.04 -> 5.05 2020-02-12 22:07:28 +00:00
R. RyanTM
a82d84a76c man-pages: 5.03 -> 5.04 (#74492) 2019-11-30 16:56:54 +01:00
R. RyanTM
4ea0456a29 man-pages: 5.02 -> 5.03
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/man-pages/versions
2019-10-23 15:55:22 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
58f7d41483 man-pages: 5.01 -> 5.02
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/man-pages/versions
2019-08-04 14:25:09 -07:00
Will Dietz
ffd2d03e3b
man-pages: 5.00 -> 5.01
http://man7.org/linux/man-pages/changelog.html#release_5.01
2019-05-09 23:58:15 -05:00
Will Dietz
e8d116f8ee man-pages: 4.16 -> 5.00 (#57039) 2019-03-07 22:49:33 +01:00
Markus Kowalewski
44ab7c5fbe
man-pages: add license 2018-08-17 23:37:37 +02:00
Matt McHenry
bf3e3f7287 man-pagess: set low priority for man-pages package (#41121)
if a package comes with its own man page, prefer it
2018-05-28 18:55:32 -04:00
R. RyanTM
4d7d53c78a man-pages: 4.15 -> 4.16
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/man-pages/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/15b3577e7c69b230dc911f5a85a66cc8
2018-05-02 14:14:52 -07:00
Ryan Mulligan
dc53d5f3b8 man-pages: 4.14 -> 4.15
Semi-automatic update. These checks were performed:

- built on NixOS
2018-02-26 22:22:35 -08:00
Franz Pletz
0db64ad709
man-pages: 4.12 -> 4.14 2018-01-28 18:52:30 +01:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Frederik Rietdijk
13bbaee21d Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Joachim Fasting
2ecc4d84ad
man-pages: 4.11 -> 4.12 2017-08-13 00:42:25 +02:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Eelco Dolstra
b7ed6ef9e1
man-pages: 4.09 -> 4.11 2017-05-04 15:56:06 +02:00
Vladimír Čunát
cb6f49a61f
man-pages: 4.08 -> 4.09
Includes about a dozen new pages.
2017-01-12 19:16:54 +01:00
Jörg Thalheim
067171a61f man-pages: fix conflict with shadow-utils 2016-12-15 12:05:52 +01:00
Eelco Dolstra
bbb5f73d71 man-pages: 4.07 -> 4.08 2016-11-08 14:58:34 +01:00
Benno Fünfstück
0a2b08884c man-pages: include man3 in $out
The previous patch to this file removed the docdev output, but did
not actually provide the files that were in the docdev output in out.
This patch fixes the issue.
2016-09-29 00:34:01 +02:00
Eelco Dolstra
e84a3524b5 man-pages: Don't have a separate docdev output
I got:

  $ nix-env -f . -iA manpages
  $ man mmap
  No manual entry for mmap

which is suboptimal for a package that "documents the Linux kernel and
C library interfaces that are employed by user-space programs"
(https://www.kernel.org/doc/man-pages/).
2016-09-01 10:57:25 +02:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
mimadrid
02c6dd0e70
man-pages: 4.06 -> 4.07 2016-07-21 12:06:01 +02:00
Tobias Geerinckx-Rice
5ac6c666a1
man-pages: 4.05 -> 4.06 2016-05-12 05:17:33 +02:00
Vladimír Čunát
ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Tobias Geerinckx-Rice
7a1f76bc5f man-pages: 4.04 -> 4.05 2016-03-16 21:10:20 +01:00
Vladimír Čunát
ae74c356d9 Merge recent 'staging' into closure-size
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
Vladimír Čunát
c979012631 man-only packages: fixup after stdenv changes
Thanks to @avnik for notification.
The stdenv now auto-removes developer-only documentation
unless explicitly indicated, which wasn't a good fit for these packages.
2016-01-28 13:55:37 +01:00
Tobias Geerinckx-Rice
9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Tobias Geerinckx-Rice
ddb6e8e69c man-pages: 4.03 -> 4.04 2016-01-01 21:43:20 +01:00
Tobias Geerinckx-Rice
968986547b man-pages 4.02 -> 4.03 2015-12-06 23:44:13 +01:00
Tobias Geerinckx-Rice
2798b02ad0 Convert some *Flags from strings to lists 2015-11-26 23:45:31 +01:00
Tobias Geerinckx-Rice
a9fc51968f man-pages: 4.01 -> 4.02 2015-08-11 21:08:43 +02:00
Tobias Geerinckx-Rice
9bedb70520 man-pages: 4.00 -> 4.01 2015-07-25 21:54:18 +02:00
Tobias Geerinckx-Rice
4c05e48411 man-pages 3.83 -> 4.00 2015-05-09 17:38:35 +02:00
Tobias Geerinckx-Rice
2ae207718c man-pages 3.82 -> 3.83 2015-04-20 15:00:39 +02:00
Tobias Geerinckx-Rice
ccee24ebf7 man-pages 3.78 -> 3.82 2015-04-17 00:46:21 +02:00
Tobias Geerinckx-Rice
b7b6c93efd Update (kernel) manpages 3.75 -> 3.78 2015-01-26 19:57:22 +01:00