Commit Graph

147558 Commits

Author SHA1 Message Date
Profpatsch
b4cda2e4ff s6: 2.6.1.1 -> 2.7.1.1 2018-07-27 17:48:32 +02:00
Profpatsch
5ea846a656 s6-dns: 2.2.0.1 -> 2.3.0.0 2018-07-27 17:48:32 +02:00
Profpatsch
3bc88ecaf9 skalibs: 2.6.0.1 -> 2.6.4.0 2018-07-27 17:48:32 +02:00
Matías Lang
fcb4e32e9a fzf: fix invalid symlink on vim-plugins
The fzf vim plugin wasn't working because it was making a symlink to a
directory with the full source code. This directory isn't present
anymore since the commit e95f17e2720e67e2eabd59d7754c814d3e27a0b2 wich
removes it because it isn't so useful for the go packages.

I fixed it by manually copying the plugin/ directory into the out
derivation, which is the only part of the source that contains the vim
plugin.
2018-07-27 12:27:42 -03:00
John Boehr
c835845152 altcoins.mist: 0.10.0 -> 0.11.1
* Add gtk2 as dependency, see #43297
* Don't include version number in mist executable name
2018-07-27 08:15:07 -07:00
Vladimír Čunát
1d83c4583b
Merge #44131: release/metrics: drop requiredSystemFeatures 2018-07-27 17:11:37 +02:00
Elis Hirwing
e0d23b12ef php: Enable mysqlnd as default
MySQL Native Driver was implemented by PHP back in 5.3.0 and has been
default in most distributions for a very long time.

The option was added in 41cd4f2459d63c5ad19a227c3dd5d7704df6161c and I
don't see any reason why it would default to false.

Overview of mysqlnd by PHP: https://secure.php.net/manual/en/mysqlnd.overview.php
2018-07-27 16:50:12 +02:00
Bas van Dijk
980674f08c opencv: 3.4.1 -> 3.4.2 2018-07-27 16:13:21 +02:00
Will Dietz
993937d09e gcc8: 8.1 -> 8.2
https://gcc.gnu.org/gcc-8/changes.html
2018-07-27 08:53:42 -05:00
Will Dietz
28b2c8b27a universal-ctags: 2018-01-0 -> 2018-07-23 2018-07-27 08:09:09 -05:00
Yuriy Taraday
cd3283f921 chromium: 67.0.3396.99 -> 68.0.3440.75 2018-07-27 14:38:23 +02:00
Jörg Thalheim
f026e85080 libgit2_0_25: remove 2018-07-27 13:35:24 +01:00
Jörg Thalheim
84c75d5a50 blsd: bump libgit 2018-07-27 13:34:35 +01:00
Izorkin
264077482e zsh-command-time: disable exec flag 2018-07-27 14:55:02 +03:00
Thomas Tuegel
3fd03165aa
Merge pull request #44060 from periklis/emacs-package-eval-fix
Fix pname to ename propagation if null
2018-07-27 05:11:03 -05:00
Frederik Rietdijk
1fe2a0f81e
Merge pull request #44129 from timokau/pari-2.11.0
pari: 2.9.5 -> 2.11.0
2018-07-27 11:57:57 +02:00
Jörg Thalheim
0bb5a6ada5
Merge pull request #44142 from LnL7/vim-plugin-updates
vim-plugins: automatic updates and additions
2018-07-27 10:47:56 +01:00
Periklis Tsirakidis
04f0c25222 Fix pname to ename propagation if null 2018-07-27 08:15:46 +02:00
Frederik Rietdijk
dd7e291b5f Merge staging into staging-next 2018-07-27 08:06:38 +02:00
Austin Seipp
f8e8ecde51 foundationdb60: 6.0.2pre2430 -> 6.0.3pre2446
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-26 18:58:40 -05:00
Austin Seipp
a14a75a567 foundationdb: include debug info in all builds
This puts the debug information in a separate output, as expected. This allows
meaningful symbol names to appear in DWARF-based tools like perf and gdb.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-26 18:44:49 -05:00
Bastian Köcher
6e5d977b97 plasma-workspace: Improve the NixOS patch set
We changed some if condition that is not required to be changed.
2018-07-26 23:28:29 +02:00
Bastian Köcher
af44ab8400 plasma.kwin: Adds libdrm depdency
Libdrm is required to enable the DRM backend that is used by Wayland.
2018-07-26 23:28:29 +02:00
Janne Heß
6d2ab18915 sieve-connect: Init at 0.89 2018-07-26 14:12:03 -07:00
Thomas Tuegel
c836833c01
Merge pull request #44138 from ttuegel/emacs-packages/hindent
hindent: build Emacs package with latest Melpa recipe
2018-07-26 15:52:33 -05:00
Thomas Tuegel
4f5837668b
hindent: build Emacs package with latest Melpa recipe
The hindent Emacs package is built with the latest Melpa recipe, but the same
source version as in haskellPackages.
2018-07-26 15:36:43 -05:00
Will Dietz
c9d79c639f grv: 0.1.2 -> 0.2.0
Needs libgit2 0.27 apparently,
doesn't build with 0.26 or 0.25 in-tree.
2018-07-26 15:35:32 -05:00
Will Dietz
a9300b2b6b libgit2_0_27: init 2018-07-26 15:35:21 -05:00
Tuomas Tynkkynen
3877501f9d Merge remote-tracking branch 'upstream/master' into staging 2018-07-26 23:09:22 +03:00
Profpatsch
62dca7c9ab lib/trivial: move zipIntBits to its own file
The amount of implementation detail really should not be the first thing in a
prominent file called `trivial.nix`.
2018-07-26 20:36:45 +02:00
Profpatsch
af10842940 lib/trivial: unify & improve docstrings
- add section headers
- unify comment syntax
- add examples

Tested with:
nix-instantiate --strict --eval ./lib/tests/misc.nix
2018-07-26 20:36:45 +02:00
John Ericson
bbe31da148
Merge pull request #44124 from grahamc/sparc
systems: Allow detection of powerpc and sparc
2018-07-26 14:21:20 -04:00
Alyssa Ross
1f47fe8442 gem-config: add libxml2-ruby (#44099) 2018-07-26 18:51:17 +01:00
Alyssa Ross
cfbe0ef315 gem-config: add zookeeper (#44100) 2018-07-26 18:50:42 +01:00
Timo Kaufmann
330c501be0 pari: 2.9.5 -> 2.11.0
The pari update makes it necessary to disable a giac test that only
fails because it directly tests the pari interface.
2018-07-26 18:42:17 +02:00
Vladimír Čunát
1d0caa7b03
release/metrics: drop requiredSystemFeatures
Lack of a "benchmark" machine on Hydra prevents it from building,
and that blocks channels.
2018-07-26 18:32:41 +02:00
Shea Levy
886871538c
pythonPackages.rfc7464: Init at 17.7.0 2018-07-26 12:04:16 -04:00
Frederik Rietdijk
f59e6f4037 Merge master into staging 2018-07-26 16:18:53 +02:00
Frederik Rietdijk
38ac3b3437
Merge pull request #43972 from NixOS/python-unstable
Python packages: major updates
2018-07-26 16:16:10 +02:00
Robert Helgesson
a01a52a2d7
eclipse-plugin-spotbugs: 3.1.5 -> 3.1.6 2018-07-26 15:43:59 +02:00
John Q Crosscompiler
7cc62144b2
systems: Allow detection of powerpc and sparc 2018-07-26 09:33:36 -04:00
Jos van Bakel
812f4749ae rshell: init at 0.0.14 2018-07-26 06:12:06 -07:00
Frederik Rietdijk
d635e33887
Merge pull request #44121 from erikarvstedt/python-docs
python-docs: minor typo and grammar fixes
2018-07-26 14:46:50 +02:00
Erik Arvstedt
eb60a87887 python-docs: minor typo and grammar fixes 2018-07-26 14:28:23 +02:00
Frederik Rietdijk
d1a411468d python.pkgs.scikitlearn: disable tests; remove maintainer 2018-07-26 13:58:58 +02:00
Frederik Rietdijk
443cbd782c
Merge pull request #44104 from erikarvstedt/python-docs
python docs: improve override examples
2018-07-26 13:18:18 +02:00
Frederik Rietdijk
5463fb39e7 python: tifffile: 0.15.0 -> 0.15.1 2018-07-26 13:10:21 +02:00
Frederik Rietdijk
7428d0830a python: seqdiag: 0.9.5 -> 0.9.6 2018-07-26 13:10:15 +02:00
Frederik Rietdijk
7babc81b07 python: reportlab: 3.5.1 -> 3.5.2 2018-07-26 13:10:08 +02:00
Frederik Rietdijk
dda2be9de6 python: pyxattr: 0.6.0 -> 0.6.1 2018-07-26 13:10:02 +02:00