1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00
Commit graph

105534 commits

Author SHA1 Message Date
Vladimír Čunát b22492ed81
Merge #31825: man-db: explicitly pass section string 2017-11-19 17:56:37 +01:00
Vladimír Čunát e634d53319
Merge branch 'master' into staging 2017-11-19 17:56:30 +01:00
Philipp Gesang 96666650ef
man-db: explicitly pass section string
Work around a bug in the autoconf setup of man-db: The
list of default sections does not include section 0 (zero)
despite ``./configure --help`` advertising it. This causes
header man pages (e. g. time.h from package posix_man_pages)
to be ignored by man(1):

    $ file /run/current-system/sw/share/man/man0p/time.h.0p.gz
    /run/current-system/sw/share/man/man0p/time.h.0p.gz: gzip compressed data, from Unix
    $ man 0p time.h
    No manual entry for 0p
    No manual entry for time.h

Override the default (as defined in m4/man-arg-sections.m4)
until this is fixed upstream.
2017-11-19 15:11:38 +01:00
Peter Hoeg 1b594f05a2 mime-types: init at 9 2017-11-19 20:29:13 +08:00
Michael Weiss 5147d8bbee android-studio-preview: 3.1.0.2 -> 3.1.0.3 2017-11-19 13:03:04 +01:00
Maximilian Bosch 38af8ec720
stellarium: 0.15.0 -> 0.16.1
The 0.16-releases contain several useful new features:
https://launchpad.net/stellarium/0.16/0.16.1

I also added myself as maintainer to have more people available if the
package breaks a release.
2017-11-19 12:01:15 +01:00
Joerg Thalheim 72163a64c4 pijul: 0.7.3 -> 0.8.0 2017-11-19 09:01:47 +00:00
Orivej Desh b089c21506 Merge branch 'master' into staging
* master: (39 commits)
  python.pkgs.pybfd: move to python-modules
  documentation: python 2.6 is no more
  documentation: python3Packages is python36Packages
  wireguard: 0.0.20171101 -> 0.0.20171111
  php_excel: init at 1.0.2
  libxl: init at 3.8.1
  matrix-synapse: 0.24.1 -> 0.25.1
  grafana: 4.6.1 -> 4.6.2
  linux: 4.4.98 -> 4.4.99
  linux: 4.9.62 -> 4.9.63
  linux: 4.13.13 -> 4.13.14
  nixos/zsh: add the type for enableAutosuggestions option
  zsh-powerlevel9k: init at 2017-11-10
  fio: 3.1 -> 3.2
  filebench: rehash source
  nano: 2.8.7 -> 2.9.0
  bonnie: replace dead source link
  less: 520 -> 529
  strace: 4.19 -> 4.20
  iperf: 3.2 -> 3.3
  ...
2017-11-19 08:30:14 +00:00
Orivej Desh a1573bbbb2 python.pkgs.pybfd: move to python-modules 2017-11-19 08:28:40 +00:00
Vladimír Čunát c1ac1256f3
documentation: python 2.6 is no more 2017-11-19 08:18:55 +01:00
Franz Pletz 265f4c58a1
wireguard: 0.0.20171101 -> 0.0.20171111 2017-11-19 04:41:16 +01:00
Franz Pletz e61b0cb1df
Merge pull request #31811 from eqyiel/matrix-synapse-0.25.1
matrix-synapse: 0.24.1 -> 0.25.1
2017-11-19 04:37:04 +01:00
Orivej Desh c76890f2fe binutils: disambiguate ARM targets
https://github.com/NixOS/nixpkgs/pull/30484#issuecomment-345472766

Since [1] libbfd is compiled with support for all available targets. However, it
can not choose whether an ARM ELF file is elf32-littlearm,
elf32-littlearm-symbian, or elf32-littlearm-vxworks, and fails with the "File
format is ambiguous" error.  Here [2] Alan Modra intended to prioritize the
first of the three, but although his patch was merged and reportedly solved the
issue, currently glibc 2.28.1 and 2.29.1 again fail to disambiguate these
targets.  This commit makes it prioritize elf32-littlearm over the other two.

[1] f8741c38cd
[2] https://sourceware.org/ml/binutils/2013-05/msg00271.html
2017-11-19 03:36:53 +00:00
Markus Mueller 2191b4dd39
php_excel: init at 1.0.2 2017-11-19 04:22:46 +01:00
Markus Mueller 8d499c2b3d
libxl: init at 3.8.1 2017-11-19 04:22:26 +01:00
Ruben Maher b68f6e14bf matrix-synapse: 0.24.1 -> 0.25.1 2017-11-19 13:47:54 +10:30
WilliButz 518fa4a38b
grafana: 4.6.1 -> 4.6.2 2017-11-19 01:10:57 +01:00
Tim Steinbach ac470a67f8
linux: 4.4.98 -> 4.4.99 2017-11-18 17:19:50 -05:00
Tim Steinbach c6f1290250
linux: 4.9.62 -> 4.9.63 2017-11-18 17:16:14 -05:00
Tim Steinbach 790f096a45
linux: 4.13.13 -> 4.13.14 2017-11-18 17:12:18 -05:00
Pierre Chevalier 81ea7d2dcb zsh-powerlevel9k: init at 2017-11-10
To use, add this option to your configuration.nix:
`programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme";`
2017-11-18 21:27:04 +00:00
Jörg Thalheim cb2c2f4064
Merge pull request #31784 from veprbl/ipfs_0.4.13
ipfs: 0.4.11 -> 0.4.13
2017-11-18 21:23:33 +00:00
Tuomas Tynkkynen 0347174a0f fio: 3.1 -> 3.2 2017-11-18 23:18:52 +02:00
Orivej Desh 28e6265cdc
Merge pull request #31799 from lsix/nano_2_9
nano: 2.8.7 -> 2.9.0
2017-11-18 20:34:10 +00:00
Orivej Desh 26aaf6bde2 filebench: rehash source
The new source is a VCS dump at the same revision: no files changed, generated
files deleted.
2017-11-18 20:16:47 +00:00
Lancelot SIX 2899687a48
nano: 2.8.7 -> 2.9.0
See https://lists.gnu.org/archive/html/info-gnu/2017-11/msg00006.html
for release information
2017-11-18 21:05:07 +01:00
Jörg Thalheim 011e69ea3f
Merge pull request #31789 from flokli/msmtp-sendmail
msmtp: add sendmail symlink to $out/bin
2017-11-18 19:43:04 +00:00
Orivej Desh dfd88fac3d bonnie: replace dead source link 2017-11-18 19:41:41 +00:00
Roberto Di Remigio 9792c039ee ninja: 1.7.2 -> 1.8.2 2017-11-18 19:03:44 +00:00
Tuomas Tynkkynen 5ec0e09239 less: 520 -> 529 2017-11-18 17:52:33 +02:00
Tuomas Tynkkynen ce3924fd26 strace: 4.19 -> 4.20 2017-11-18 17:46:56 +02:00
Tuomas Tynkkynen c2031ee785 iperf: 3.2 -> 3.3 2017-11-18 17:40:26 +02:00
Shea Levy a8dc88258f
Merge branch 'system_cmds' 2017-11-18 08:34:05 -05:00
Robert Helgesson f70c14f68f
perl-Moo: 2.003000 -> 2.003003 2017-11-18 14:11:36 +01:00
Pascal Wittmann c1dd363a3d
Merge pull request #31793 from romildo/new.lxtask
lxtask: init at 0.1.8
2017-11-18 14:06:35 +01:00
Pascal Wittmann 457306d9cd
Merge pull request #31794 from romildo/upd.numix-icon-theme
numix-icon-theme: 2017-17-09 -> 2017-11-18
2017-11-18 14:04:02 +01:00
Pascal Wittmann b03bbc54df
Merge pull request #31785 from ryantm/mattermost-4.4.1
mattermost: 4.4.0 -> 4.4.1
2017-11-18 14:01:22 +01:00
José Romildo Malaquias 419a626bff numix-icon-theme: 2017-17-09 -> 2017-11-18 2017-11-18 10:18:55 -02:00
José Romildo Malaquias e8712da846 lxtask: init at 0.1.8 2017-11-18 10:03:31 -02:00
Tuomas Tynkkynen 931aa5f9e2 U-Boot: 2017.03 -> 2017.11
Also move patches from sd-image-aarch64.nix, they might be useful for
the older raspberries as well.
2017-11-18 13:57:17 +02:00
Tuomas Tynkkynen bd47e17234 dtc: 1.4.4 -> 1.4.5 2017-11-18 13:57:12 +02:00
Orivej Desh 89912165e1
Merge pull request #31378 from michaelpj/imp/plymouth-nixos-branding
breeze-plymouth: add optional nixos branding, enable for plasma5
2017-11-18 10:37:26 +00:00
Vladimír Čunát d62531d0d9
Merge #31788: git: honor $PATH for sendmail... 2017-11-18 11:02:13 +01:00
Peter Hoeg 737558b7bb kodi: 17.4 -> 17.6 and move to cmake
ffmpeg is now built as a separate derivation using the kodi makefile to avoid
having to rebuild ffmpeg every time kodi is changed.

Additionally, due to the far superior cmake output a number of dependencies were
identified that have been added as well.
2017-11-18 10:01:04 +00:00
Florian Klink 3afa503882 msmtp: add sendmail symlink to $out/bin
This is useful for applications expecting a 'sendmail' binary in $PATH,
similar how nullmailer and ssmtp do it, too.
2017-11-18 09:39:58 +01:00
Florian Klink e4bf9e4fef git: honor $PATH for sendmail used in git-send-email command
git-send-email will now search $PATH for a sendmail binary, instead of
the (previously fixed) list of paths.
2017-11-18 09:37:05 +01:00
Ryan Mulligan 6cd89c7d8b mattermost: add ryantm as maintainer 2017-11-17 21:07:21 -08:00
Ryan Mulligan f692a2d756 mattermost: 4.4.0 -> 4.4.1 2017-11-17 21:05:02 -08:00
Dmitry Kalinkin cb059d63fd ipfs: 0.4.11 -> 0.4.13 2017-11-18 06:44:08 +03:00
Orivej Desh 59add31f2f
Merge pull request #31780 from romildo/upd.uncrustify
uncrustify: 0.64 -> 0.66
2017-11-17 22:50:35 +00:00