Commit Graph

3015 Commits

Author SHA1 Message Date
Robin Gloster
519c254a41
screenfetch: fix man path 2017-08-11 22:42:10 +02:00
Lancelot SIX
e34ce9d1c5 gnupg: 2.1.22 -> 2.1.23
This release in a RC for gnupg-2.2. The main difference as far as
nixpkgs is concerned is that the binary `gpg2` is now called `gpg` and
`gpgv2` is called `gpgv`.

This update fixed all explicit use of `gpg2` and `gpgv2` across nixpkgs,
but there might be some packaged software that internally use `gpg2`
not handeled by this commit.

See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00001.html
for full release information
2017-08-11 19:24:06 +02:00
Tristan Helmich
25f3cf0300 graylogPlugins: update/extend plugins 2017-08-11 13:07:30 +02:00
Tristan Helmich
8648468833 graylog: 2.2.3 -> 2.3.0 2017-08-11 13:07:30 +02:00
Michael Weiss
6a8c520fbc slop: 7.3.48 -> 7.3.49 2017-08-11 12:32:56 +02:00
Frederik Rietdijk
9f73f22c64 Merge commit 'b1f5305abd7b1b3d7ed180d9d00301da6e323e41' into HEAD 2017-08-10 19:26:16 +02:00
Muhammad Herdiansyah
b5ea89f50c neofetch: 3.0.1 -> 3.2.0 2017-08-10 19:32:57 +07:00
Robin Gloster
25c12d0abf
screenfetch: fix wrapProgram usage 2017-08-09 17:35:59 +02:00
Franz Pletz
9d29bed078 Merge pull request #28020 from michalrus/geekbench
geekbench: init at 4.1.1
2017-08-08 02:14:03 +02:00
Michal Rus
a809cf409a
geekbench: init at 4.1.1 2017-08-08 01:28:12 +02:00
Wout Mertens
5df2798221 Merge pull request #28011 from womfoo/bump/zabbix-cli-1.7.0
zabbix-cli: 1.6.1 -> 1.7.0
2017-08-07 18:31:11 +02:00
Kranium Gikos Mendoza
bcc2858485 pick: 1.6.1 -> 1.7.0 2017-08-08 01:22:44 +10:00
Kranium Gikos Mendoza
a852d39dda zabbix-cli: 1.6.1 -> 1.7.0 2017-08-08 01:02:38 +10:00
Cillian de Róiste
847fbea098 ttfautohint: fix homepage 2017-08-03 23:03:04 +02:00
Yann Hodique
45fb1c94d7 fzf: 0.16.10 -> 0.16.11 2017-08-02 12:02:23 +02:00
Michael Weiss
40c2559851 slop: 6.3.48 -> 7.3.48 2017-08-02 01:49:22 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Thomas Tuegel
bded592a8e
Revert "otfcc: init at 0.8.6"
This reverts commit f3a54b014ce9cc3bbf2a65ab88291cbc3e3701b6.
2017-08-01 06:23:57 -05:00
Jörg Thalheim
22f380c5f9 Merge pull request #27783 from 8573/8573/pkg/add/rust/fd-sharkdp/1
fd: init at 2.0.0
2017-08-01 08:05:37 +01:00
Thomas Tuegel
f3a54b014c
otfcc: init at 0.8.6 2017-07-31 19:58:38 -05:00
Franz Pletz
86eb01778d
youtubeDL: 2017.07.09 -> 2017.07.30.1 2017-07-31 12:34:01 +02:00
Frederik Rietdijk
740d76371e Merge commit 'ba68231273bea4cba01413fd2a0e56d68db9234c' into HEAD 2017-07-31 09:12:15 +02:00
c74d
925a4ba460 fd: init at 2.0.0
Add the package `fd`, a simpler alternative to `find`, at version
2.0.0.

I have tested this change per nixpkgs manual section 13.1 ("Making
patches").
2017-07-30 23:21:36 +00:00
mimadrid
1e049308c0 parallel: 20170522 -> 20170722 2017-07-30 21:39:41 +02:00
Jörg Thalheim
25bb529245 Merge pull request #27709 from binarin/fzf-share
fzf: add script for finding 'share' folder
2017-07-30 10:16:41 +01:00
vinymeuh
c152e7c5d9 most supported on all unix, not only gnu 2017-07-30 09:18:12 +02:00
Frederik Rietdijk
20b8e4b4cf Merge remote-tracking branch 'upstream/master' into HEAD 2017-07-30 08:09:11 +02:00
Michael Weiss
6f2715e47d slop: 6.3.47 -> 6.3.48 2017-07-30 00:54:57 +02:00
Franz Pletz
b116fa5ff2
Merge branch 'master' into staging 2017-07-28 16:08:30 +02:00
Tuomas Tynkkynen
d2f45babe3 xfstests: Use keyutils 2017-07-28 16:24:59 +03:00
Alexey Lebedeff
7723d9935f fzf: add script for finding 'share' folder
So that helper scripts can be easily sourced in interactive shell
configuration. `autojump` package was already present and had the same
requirements for findind a `share` folders, so I took an inspiration
there.

I beleive this is a better alternative to:
- https://github.com/NixOS/nixpkgs/pull/25080
- https://github.com/NixOS/nixpkgs/pull/27058

Replacing `$out/share/shell` with `$bin/share/fzf` was necessary to
prevent dependency loop in produced derivations.
2017-07-28 12:48:11 +03:00
Robert Helgesson
78815d0c51
mimeo: 2017.2.9 -> 2017.6.6 2017-07-27 22:53:55 +02:00
John Ericson
9be40841ea Merge remote-tracking branch 'upstream/master' into staging-base
Conflicts:
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/build-support/gcc-wrapper-old/builder.sh
	pkgs/build-support/trivial-builders.nix
	pkgs/desktops/kde-4.14/kde-package/default.nix
	pkgs/development/compilers/openjdk-darwin/8.nix
	pkgs/development/compilers/openjdk-darwin/default.nix
	pkgs/development/compilers/openjdk/7.nix
	pkgs/development/compilers/openjdk/8.nix
	pkgs/development/compilers/oraclejdk/jdk-linux-base.nix
	pkgs/development/compilers/zulu/default.nix
	pkgs/development/haskell-modules/generic-builder.nix
	pkgs/misc/misc.nix
	pkgs/stdenv/generic/builder.sh
	pkgs/stdenv/generic/setup.sh
2017-07-26 13:46:04 -04:00
Peter Hoeg
998a0e818e crudini: actually run tests and install docs/man 2017-07-26 13:00:29 +08:00
Franz Pletz
b33b40036b
ddccontrol: disable bindnow hardening
Caused segfaults. Fixes #27612.
2017-07-25 22:58:25 +02:00
Tuomas Tynkkynen
62cd492c82 xfstests: Use the newly added quota package 2017-07-25 17:29:21 +03:00
Tuomas Tynkkynen
dd248fad87 xfstests: 2017-03-26 -> 2017-07-16 2017-07-25 17:29:21 +03:00
Tuomas Tynkkynen
c1597af1f2 dateutils: Fix whitespace 2017-07-25 17:29:21 +03:00
Tuomas Tynkkynen
b3b1ae67e5 quota: init at 4.03 2017-07-25 17:29:21 +03:00
Peter Hoeg
dcd6467936 xxd: init at 8.0.0442 2017-07-24 09:37:58 +08:00
Frederik Rietdijk
29f91c107f Merge remote-tracking branch 'upstream/master' into HEAD 2017-07-23 11:23:43 +02:00
Thomas Tuegel
6a004bf9c8
Merge branch 'master' into bugfix/staging/stdenv 2017-07-21 20:36:34 -05:00
Thomas Tuegel
5265d551a9
grub2: unset CPP
Commit 093cc00cdd9d8cf31ecce5bc1dd3645c460a1b98 sets the environment variable
`CPP' by default, but this intereferes with dependency calculation.
2017-07-21 16:49:17 -05:00
Yann Hodique
7759b8c1ca fzf: 0.16.9 -> 0.16.10 2017-07-21 11:51:28 -07:00
Eelco Dolstra
91dc811566
diffoscope: Move all required tools into pythonPath
Alternative fix for #27534 that prevents the use of a double wrapper
(creating even uglier script names than usual, like
..diffoscope-wrapped-wrapped).

This was my bad in 96d7f35e96f5b8baa249ce1d7b237a3f34ee87ab.
2017-07-21 15:15:12 +02:00
Eelco Dolstra
3e68facc72
Revert "diffoscope: wrap executable and include tools in PATH"
This reverts commit 23ad77b9980fdd7f943da38cd745c4ccfdda15a7.

Double wrapper scripts considered harmful.
2017-07-21 15:15:04 +02:00
Jörg Thalheim
e66195d39b Merge pull request #27534 from KaiHa/master
diffoscope: wrap executable and include tools in PATH
2017-07-21 13:40:23 +01:00
Daiderd Jordan
7ea75395bc Merge pull request #27537 from sigma/pr/fzf-0.16.9
fzf: 0.16.8 -> 0.16.9
2017-07-21 11:20:20 +02:00
Tuomas Tynkkynen
581637ba5a yle-dl: 2.17 -> 2.20 2017-07-21 11:41:25 +03:00
Yann Hodique
3bb5b83584 fzf: 0.16.8 -> 0.16.9 2017-07-20 22:48:00 -07:00