Commit graph

8205 commits

Author SHA1 Message Date
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Mario Rodas b30f0e0ad4
Merge pull request #109524 from dotlambda/routino-3.3.3
routino: 3.3.2 -> 3.3.3
2021-01-16 14:16:38 -05:00
Sandro Jäckel ea6ae87eed pythonPackages.swaglyrics: Fix dependencies 2021-01-16 10:56:42 -08:00
Robert Schütz bb971b16de routino: 3.3.2 -> 3.3.3 2021-01-16 13:54:00 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
zowoq 11434e2040 youtube-dl: 2021.01.08 -> 2021.01.16
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16
2021-01-16 12:56:23 +10:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Alyssa Ross 3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Sandro 1fa1ae39f5
Merge pull request #108563 from mkuettel/plantuml-1.2020.26
plantuml: 1.2020.19 -> 1.2020.26
2021-01-14 20:58:38 +01:00
Emery Hemingway f385802067 gnuvd: remove
The backend service for this dictionary has been discontinued or is
incompatible.
2021-01-14 13:36:21 +01:00
llathasa-veleth 92803d781b disfetch: 1.12 -> 1.13 2021-01-13 22:33:51 +03:00
Mogria 2025ca9528 plantuml: 1.2020.22 -> 1.2020.26
PlantUML complains that it's too old when a diagram is generated to PNG an
error occurs.
2021-01-13 16:31:10 +01:00
Sandro 9c043cf029
Merge pull request #109084 from r-ryantm/auto-update/tmuxp
tmuxp: 1.6.3 -> 1.7.0
2021-01-12 23:00:17 +01:00
adisbladis 7412b9f065
trillian: init at 1.3.11 2021-01-12 13:18:33 +01:00
R. RyanTM b3daf3ebc5 tmuxp: 1.6.3 -> 1.7.0 2021-01-12 05:52:09 +00:00
Sandro 1760d488e4
Merge pull request #99565 from fishi0x01/fishi0x01/vsh
vsh: init at 0.7.2
2021-01-12 01:51:03 +01:00
Sandro Jäckel 0e780ce872
nagstamon: Mark as broken 2021-01-11 12:08:18 +01: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
github-actions[bot] db7b9735f9
Merge master into staging-next 2021-01-11 06:33:30 +00:00
Wulfsta 5ca3562611 psw: init at 0.1.2 2021-01-10 22:22:28 -08:00
Sandro 0e99531c54
Merge pull request #108953 from fgaz/urn/init
urn-timer: init at unstable-2017-08-20
2021-01-11 02:19:40 +01:00
Jan Tojnar dd72357155
Merge branch 'master' into staging-next 2021-01-10 23:24:33 +01:00
Francesco Gazzetta 5dc817a54c urn-timer: init at unstable-2017-08-20 2021-01-10 22:29:48 +01:00
Anderson Torres 1373f75002
Merge pull request #108801 from AndersonTorres/update-argtable
argtable: 3.0.1 -> 3.1.5 
libmicrohttpd: init at 0.9.72
libjson-rpc-cpp: 0.7.0 -> 1.3.0
2021-01-10 16:59:03 -03:00
AndersonTorres db27acb1c8 argtable: 3.0.1 -> 3.1.5 2021-01-10 12:43:48 -03:00
github-actions[bot] add2d89082
Merge master into staging-next 2021-01-10 06:32:12 +00:00
zowoq 2032339e5b mmv-go: 0.1.2 -> 0.1.3
https://github.com/itchyny/mmv/releases/tag/v0.1.3
2021-01-10 11:54:57 +10:00
github-actions[bot] ecebf82121
Merge master into staging-next 2021-01-08 12:29:36 +00:00
Pavol Rusnak 922b041809
Merge pull request #108009 from nima2007/mcrypt1
mcrypt: patch to include stdlib.h instead of malloc.h to build on darwin
2021-01-08 13:19:29 +01:00
zowoq 752fce151b youtube-dl: 2021.01.03 -> 2021.01.08
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.08
2021-01-08 16:34:54 +10:00
github-actions[bot] 67bbf2c845
Merge master into staging-next 2021-01-08 06:28:59 +00:00
Joachim Breitner a00f391174 coreutils: Do not autoreconfHook on Musl
as suggested by @tobim, fixes #108661
2021-01-08 05:43:28 +00:00
Mario Rodas ba410c2647
Merge pull request #108533 from purcell/hdf4-darwin-libtirpc
[hdf4] Fix build on Darwin, which blocked gdal, postgis and more
2021-01-07 22:35:06 -05:00
Jan Tojnar e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Sandro 610ec6fe8f
Merge pull request #108704 from acowley/aux2bib
bibtex2html: add perl dependency
2021-01-08 00:30:04 +01:00
Sandro 7a2a45cfc0
Merge pull request #108622 from bbigras/tab-rs
tab-rs: init at 0.5.5
2021-01-07 22:56:40 +01:00
Anthony Cowley d620de4a69 bibtex2html: add perl dependency
The `aux2bib` tool that is part of the bibtex2html package requires
perl. Without this dependency, the `aux2bib` script is installed with
a shebang pointing to `/usr/bin/perl`.
2021-01-07 12:51:16 -05:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Sandro 5796227734
Merge pull request #108633 from tckmn/add-foma 2021-01-07 12:20:28 +01:00
Bruno Bigras 4d76eb1621 tab-rs: init at 0.5.5
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-07 05:43:09 -05:00
Andy Tockman 926854440f foma: init at 0.9.18alpha 2021-01-06 21:13:20 -06:00
Sandro de2c770f3e
Merge pull request #108510 from zowoq/fzf
fzf: 0.24.4 -> 0.25.0
2021-01-07 00:14:22 +01:00
Steve Purcell 0f4be28af5 hdf4: fix build on darwin
The fix here is to not include libtirc on Darwin, on which platform
the library is unavailable.
2021-01-07 11:51:22 +13:00
Sandro fd0c2add78
Merge pull request #108555 from Enzime/remove/maintainer-status
treewide: stop maintaining most packages
2021-01-06 11:42:54 +01:00
Michael Hoang 31f9051cf6 treewide: stop maintaining most packages 2021-01-06 17:06:03 +11:00
Mario Rodas 5ca9b52719 vorbisgain: enable on darwin 2021-01-06 04:20:00 +00:00
zowoq 8710256ef4 fzf: 0.24.4 -> 0.25.0
https://github.com/junegunn/fzf/releases/tag/0.25.0
2021-01-06 06:11:26 +10:00
Anderson Torres 0972bbc12d
Merge pull request #108445 from AndersonTorres/updates
Misc updates
2021-01-05 11:54:15 -03:00
zowoq ef5cb37c30 miniserve: 0.10.3 -> 0.10.4
https://github.com/svenstaro/miniserve/releases/tag/v0.10.4
2021-01-05 17:46:36 +10:00
AndersonTorres c1cb63e2ec ytree: 2.02 -> 2.03 2021-01-04 20:32:02 -03:00