| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | s6-man-pages: 2.10.0.3.1 -> 2.11.0.0.1 | sternenseemann | 2021-10-02 | 1 | -2/+2 |
| * | execline-man-pages: 2.8.0.1.1 -> 2.8.1.0.1 | sternenseemann | 2021-10-02 | 1 | -2/+2 |
| * | s6-networking-man-pages: init at 2.4.1.1.1 | sternenseemann | 2021-08-15 | 1 | -0/+10 |
| * | s6-man-pages: init at 2.10.0.3.1 | sternenseemann | 2021-08-15 | 1 | -0/+10 |
| * | execline-man-pages: init at 2.8.0.1.1 | sternenseemann | 2021-08-15 | 1 | -0/+10 |
| * | Merge pull request #115591 from r-ryantm/auto-update/stdman•••stdman: 2018.03.11 -> 2020.11.17 | Ben Siraphob | 2021-07-31 | 1 | -2/+2 |
| |\ |
|
| | * | stdman: 2018.03.11 -> 2020.11.17 | R. RyanTM | 2021-03-09 | 1 | -2/+2 |
| * | | anarchism: remove phases | Felix Buehler | 2021-07-22 | 1 | -2/+0 |
| * | | man-pages: 5.11 -> 5.12•••Build system has changed slightly, necessitating the change in makeFlags.
| Alyssa Ross | 2021-07-20 | 1 | -4/+4 |
| * | | gnome-user-docs: 40.1 -> 40.3 | R. RyanTM | 2021-07-13 | 1 | -2/+2 |
| * | | gnome: rename from gnome3•••Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
| Jan Tojnar | 2021-05-08 | 1 | -2/+2 |
| * | | gnome-user-docs: 3.38.2 → 40.1 | Jan Tojnar | 2021-05-05 | 1 | -3/+3 |
| * | | man-pages-posix: use version format as repology•••repology considers 2017a, not 2017-a as current since all other
distributions seem to use that versioning scheme.
| sternenseemann | 2021-05-02 | 1 | -2/+7 |
| * | | scheme-manpages: 2021-01-17 -> 2021-03-11 | Mario Rodas | 2021-04-23 | 1 | -3/+3 |
| * | | man-pages-posix: 2013-a -> 2017-a•••* Add myself as maintainer
* Refactor nix expression (use pname, version, makeFlags attribute)
| sternenseemann | 2021-04-15 | 1 | -7/+8 |
| * | | man-pages: 5.10 -> 5.11 | R. RyanTM | 2021-03-25 | 1 | -2/+2 |
| * | | gnome-user-docs: expand platforms to all | Ben Siraphob | 2021-03-22 | 1 | -1/+1 |
| |/ |
|
| * | man-pages: 5.09 -> 5.10 | R. RyanTM | 2021-02-26 | 1 | -2/+2 |
| * | treewide: xdg_utils -> xdg-utils | Ben Siraphob | 2021-02-01 | 1 | -2/+2 |
| * | scheme-manpages: 2020-08-14 -> 2021-01-17 | Mario Rodas | 2021-01-28 | 1 | -3/+3 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | treewide: editorconfig fixes•••- remove trailing whitespace
- use spaces for indentation
| zowoq | 2021-01-20 | 1 | -1/+1 |
| * | pkgs/data: pkgconfig -> pkg-config | Ben Siraphob | 2021-01-16 | 1 | -2/+2 |
| * | pkgs/data: stdenv.lib -> lib | Ben Siraphob | 2021-01-15 | 2 | -3/+3 |
| * | 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
| Profpatsch | 2021-01-11 | 6 | -12/+12 |
| * | gnome-user-docs: 3.38.1 -> 3.38.2 | R. RyanTM | 2020-11-25 | 1 | -2/+2 |
| * | Merge pull request #104059 from RaghavSood/anarchism/src•••anarchism: fix src | StigP | 2020-11-20 | 1 | -2/+2 |
| |\ |
|
| | * | anarchism: fix src | Raghav Sood | 2020-11-17 | 1 | -2/+2 |
| * | | man-pages: 5.08 -> 5.09 | R. RyanTM | 2020-11-19 | 1 | -2/+2 |
| * | | gnome-user-docs: 3.38.0 → 3.38.1•••https://ftp.gnome.org/pub/GNOME/sources/gnome-user-docs/3.38/gnome-user-docs-3.38.1.news
| Jan Tojnar | 2020-11-17 | 1 | -2/+2 |
| |/ |
|
| * | gnome-user-docs: 3.36.2 -> 3.38.0 | Piotr Bogdan | 2020-10-24 | 1 | -2/+2 |
| * | 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
| Silvan Mosberger | 2020-09-29 | 1 | -0/+4 |
| * | Merge pull request #77009 from davidak/anarchism•••anarchism: init at 15.3-1 | Timo Kaufmann | 2020-08-20 | 1 | -0/+45 |
| |\ |
|
| | * | anarchism: init at 15.3-1 | davidak | 2020-01-11 | 1 | -0/+45 |
| * | | scheme-manpages: 2020-05-17 -> 2020-08-14 | Mario Rodas | 2020-08-18 | 1 | -6/+6 |
| * | | bgnet: 3.0.21 -> 3.1.2•••Also builds from source now, the old tarball was long gone.
| Profpatsch | 2020-08-17 | 1 | -12/+15 |
| * | | man-pages: 5.07 -> 5.08 | Alyssa Ross | 2020-08-14 | 1 | -2/+2 |
| * | | zeal: 0.6.1 -> 0.6.999 | Peter Hoeg | 2020-07-01 | 2 | -38/+19 |
| * | | man-pages: 5.06 -> 5.07 | R. RyanTM | 2020-06-16 | 1 | -2/+2 |
| * | | scheme-manpages: init at 2020-05-17 | Mario Rodas | 2020-05-16 | 1 | -0/+28 |
| * | | Merge pull request #86661 from hedning/gnome-3.36.2•••Gnome 3.36.2 | Tor Hedin Brønner | 2020-05-06 | 1 | -2/+2 |
| |\ \ |
|
| | * | | gnome-user-docs: 3.36.1 -> 3.36.2 | Tor Hedin Brønner | 2020-05-03 | 1 | -2/+2 |
| * | | | man-pages: 5.05 -> 5.06 | R. RyanTM | 2020-05-05 | 1 | -2/+2 |
| |/ / |
|
| * | | Merge branch 'master' into staging-next | Jan Tojnar | 2020-04-13 | 8 | -10/+10 |
| |\ \ |
|
| | * | | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 8 | -10/+10 |
| * | | | Merge branch 'master' into staging-next | Jan Tojnar | 2020-04-10 | 1 | -2/+2 |
| |\| | |
|
| | * | | gnome-user-docs: 3.34.1 -> 3.36.1 | Tor Hedin Brønner | 2020-04-08 | 1 | -2/+2 |
| * | | | tree-wide: Switch from gnome3.maintainers to lib.teams.gnome | Jan Tojnar | 2020-04-01 | 1 | -1/+1 |
| |/ / |
|
| * / | man-pages: 5.04 -> 5.05 | R. RyanTM | 2020-02-12 | 1 | -2/+2 |
| |/ |
|
| * | man-pages: 5.03 -> 5.04 (#74492) | R. RyanTM | 2019-11-30 | 1 | -2/+2 |