Commit Graph

88289 Commits

Author SHA1 Message Date
Peter Simons
5e910bcbf6 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.4-12-gf83834c from Hackage revision
2701517fd6.
2017-02-16 11:49:11 +01:00
Peter Simons
918a5926c6 hackage2nix: drop obsolete extra packages 2017-02-16 11:48:10 +01:00
Peter Simons
34584b2c3c hackage: update snapshot to 2017-02-12T15:49:03Z 2017-02-16 11:48:10 +01:00
Robin Gloster
790e5bf4d8
ecryptfs: fix after security wrapper change
The replacements matched to much due to wrapperDir having `/bin` in its
path now.

cc #16654
2017-02-16 11:35:41 +01:00
Peter Hoeg
de31599f3f Merge pull request #22859 from peterhoeg/u/tf
terraform: 0.8.6 -> 0.8.7
2017-02-16 18:33:11 +08:00
Eelco Dolstra
97fc806a7b
nix-prefetch-zip: Remove
This script is not needed anymore since "nix-prefetch-url --unpack
<url>" and "nix-prefetch-url -A foo.src" (where "foo.src" is a
fetchzip / fetchFromGitHub call) work fine.
2017-02-16 11:28:23 +01:00
Peter Hoeg
0418f784b2 terraform: 0.8.6 -> 0.8.7 2017-02-16 16:19:41 +08:00
Graham Christensen
7943dc8978 Merge pull request #22843 from bendlas/update-webkitgtk
webkitgtk212x: remove
2017-02-15 21:28:35 -05:00
Graham Christensen
b3c6449e13 Merge pull request #22844 from LnL7/vim-8.0.0329
vim: 8.0.0075 -> 8.0.0329
2017-02-15 21:27:43 -05:00
Graham Christensen
b207bf523b
redis: 3.2.5 -> 3.2.7 for two vulnerabilities
more: https://www.reddit.com/r/redis/comments/5r8wxn/redis_327_is_out_important_security_fixes_inside/
2017-02-15 19:46:46 -05:00
Stefan Goetz
61f2f8c98a youtube-dl: 2017.02.04.1 -> 2017.02.16 (#22851) 2017-02-16 00:46:10 +01:00
Tom Hunger
c10b0e7bc4 scrapy: 1.1.2 -> 1.3.1 2017-02-15 22:13:16 +00:00
Tom Hunger
dde5350971 w3lib: 1.14.2 -> 1.17.0 2017-02-15 22:13:16 +00:00
Tom Hunger
17e9f21b9c parsel: 1.0.3 -> 1.1.0 2017-02-15 22:13:16 +00:00
Jascha Geerds
900fc49013 Merge pull request #22775 from peterhoeg/u/qtox
tox clients and libraries updates
2017-02-15 23:05:14 +01:00
Vladimír Čunát
7832806e20
fontconfig: fixup fragile build after ab5fe171a
Sometimes it might fail due to timestamps suggesting some files needed
regenerating and failing to find gperf.  Now it should be OK, I hope.
2017-02-15 21:06:27 +01:00
Daiderd Jordan
d2d12c2f4c
vim: 8.0.0075 -> 8.0.0329 2017-02-15 21:00:59 +01:00
Robert Helgesson
0969569902
eclipse-plugin-yedit: init at 1.0.20.201509041456 2017-02-15 20:53:37 +01:00
Herwig Hochleitner
54e3fad0f4 webkitgtk212x: remove
2.12 isn't maintained anymore and superseded by the (compatible) 2.14
2017-02-15 20:29:05 +01:00
Franz Pletz
eda8ee2830 Merge pull request #22752 from LumiGuide/syslog-ng-3.9.1
syslog-ng: 3.6.2 -> 3.9.1
2017-02-15 20:12:02 +01:00
Herwig Hochleitner
2640c87fb9 webkitgtk: 2.14.4 -> 2.14.5 2017-02-15 20:10:56 +01:00
Ilya Kolpakov
6d8235210d boost: 1.63.0 (not default) 2017-02-15 18:29:39 +01:00
Ross MacLeod
aba35a5c2d python2.7-future: #22590 remove platform restriction (#22837)
Per #22590, `haskellPackages.servant` and by extension any package which transitively depends on `pythonX.Y-future` will fail to build on darwin even though there's apparently no reason why it can't be built there.
2017-02-15 18:02:22 +01:00
Peter Simons
d583e013e1 Merge pull request #22825 from areina/add-catalan-to-aspell
aspell-dict-ca: init at 2.1.5-1
2017-02-15 17:47:44 +01:00
Alexander Ried
be1c04e225 Revert "gnome-session: enable debug"
Enough debugging.

This reverts commit 8ec776eb73.
2017-02-15 17:45:00 +01:00
Aycan iRiCAN
2ce7dd7fbb emacs: fix sha256 hashes of savannah patches 2017-02-15 18:33:01 +03:00
Kristoffer Søholm
0ed06bcce7 pypandoc: 1.2.0 (broken) -> 1.3.3 (#22782) 2017-02-15 15:28:23 +00:00
Jaanus Torp
8978a9ee48 sway: 0.9 -> 0.11 (#22835) 2017-02-15 16:28:01 +01:00
Arseniy Seroka
c16bfb8ac1 Merge pull request #22832 from rnhmjoj/zathura
zathura: 0.3.6 -> 0.3.7
2017-02-15 18:19:06 +03:00
Arseniy Seroka
e6ea10414c Merge pull request #22831 from rnhmjoj/girara
girara: 0.2.6 -> 0.2.7
2017-02-15 18:18:41 +03:00
Bas van Dijk
8a928708b4 haskell: add support for Haskell Program Coverage (HPC) to the generic builder
A function is added to enable the generation of a HPC report. For example:

  pkgs.haskell.lib.doCoverage drv

will create a HPC report of the Haskell package drv in the directory:

  $out/share/hpc

Closes https://github.com/NixOS/nixpkgs/pull/22797/files.
2017-02-15 16:17:41 +01:00
Peter Simons
1a0cddad80 Merge pull request #22834 from Profpatsch/data-pprint
haskellPackages: data-pprint jailbreak
2017-02-15 16:06:58 +01:00
Profpatsch
d6fdba7f45 haskellPackages: data-pprint jailbreak 2017-02-15 15:44:30 +01:00
rnhmjoj
8066835454
zathura: 0.3.6 -> 0.3.7 2017-02-15 15:43:57 +01:00
Profpatsch
21cdf340db pythonPackages: use a more direct mirror (#22833)
The pypi.io domain is redirected two (!) times and lands on the URL added by
this commit.
2017-02-15 15:40:31 +01:00
Michael Raskin
2155b1eaba Merge pull request #22827 from peterhoeg/u/gtkvnc
gtk-vnc: 0.6.0 -> 0.7.0
2017-02-15 14:36:33 +00:00
Michael Raskin
13a1d38f55 irssi: 1.0.0 -> 1.0.1 2017-02-15 15:28:24 +01:00
Matthias Beyer
b96a2fdd1b vdirsyncer: 0.14.0 -> 0.14.1 2017-02-15 15:27:51 +01:00
Graham Christensen
ac9222f03b
gnome3.gnome-boxes: 3.22.0 -> 3.22.4 2017-02-15 09:09:42 -05:00
Michael Raskin
c731738ecc graphviz_2_0: hide inside monotoneViz
The old Graphviz version is vulnerable, but monotone-viz will never feed
it bad input.
2017-02-15 15:10:00 +01:00
rnhmjoj
6462775193
girara: 0.2.6 -> 0.2.7 2017-02-15 14:58:19 +01:00
Matthias Beyer
f9d7d29fa9 sqlitebrowser: 3.8.0 -> 3.9.1 2017-02-15 14:18:53 +01:00
Peter Hoeg
bf86a268df gtk-vnc: 0.6.0 -> 0.7.0 2017-02-15 21:00:49 +08:00
Matthias Beyer
3de22bb760 khard: 0.11.1 -> 0.11.3
From the README of khard:

    # vobject version is pinned to 0.9.2 for now because of bug
    # https://github.com/eventable/vobject/issues/39

This is why we explicitely pin the dependency "vobject" via a new python
package in the expression here.
2017-02-15 13:55:27 +01:00
Matthias Beyer
7620ea63b9 khal: 0.8.4 -> 0.9.2 2017-02-15 13:51:05 +01:00
Matthias Beyer
83d09a3336 http-prompt: 0.8.0 -> 0.9.1 2017-02-15 13:45:58 +01:00
Matthias Beyer
f370cbbfdf hstr: 1.19 -> 1.22 2017-02-15 13:43:19 +01:00
Matthias Beyer
1017489b96 buku: 2.7 -> 2.8 2017-02-15 13:33:43 +01:00
Matthias Beyer
87650525ce bean-add: 2016-12-02 -> 2017-01-20 2017-02-15 13:31:02 +01:00
Marius Bergmann
4ebfc19335 keepalived: 1.2.19 -> 1.3.2 2017-02-15 13:05:16 +01:00
Peter Simons
cb2499acd0 Merge pull request #22805 from LumiGuide/fix-hoogle-ghcjs
ghcWithHoogle: fix for ghcjs
2017-02-15 13:05:06 +01:00
Peter Simons
9e0867586c Merge pull request #21396 from laMudri/stdlib-v0.13
AgdaStdlib: v0.12 -> v0.13
2017-02-15 13:03:50 +01:00
Frederik Rietdijk
397e59b4c9 pythonPackages.Keras: 1.0.3 -> 1.2.2 2017-02-15 12:56:58 +01:00
Frederik Rietdijk
97c3bebd92 tensorflowCuDNN -> tensorflowWithCuda
and move expression
2017-02-15 12:32:44 +01:00
Frederik Rietdijk
a069c16c22 tensorflowNoGpuSupport -> tensorflowWithoutCuda
and move expression
2017-02-15 12:32:44 +01:00
Peter Hoeg
f53900d142 Merge pull request #22821 from peterhoeg/u/tg
terragrunt: 0.10.0 -> 0.10.1
2017-02-15 18:01:51 +08:00
Rahul Gopinath
e69f76470a aenum: Init at 1.4.7 2017-02-15 10:25:37 +01:00
Rahul Gopinath
ce8af120f2 leather: Init at 0.3.3 2017-02-15 10:24:53 +01:00
Vladimír Čunát
e5ac6bc999
knot-resolver: use embedded lmdb on Darwin for now
I don't know what's wrong there, and Darwin isn't among primary platforms
for kresd.
2017-02-15 10:23:44 +01:00
Jean-Pierre PRUNARET
59639ad8b0 opengrok: 0.12.1 (broken) -> 0.12.5 2017-02-15 10:22:02 +01:00
Peter Hoeg
e1165abcb8 terragrunt: 0.10.0 -> 0.10.1 2017-02-15 17:08:23 +08:00
Kamil Chmielewski
1a77e4141d chromium: flashplayer: 24.0.0.194 -> 24.0.0.221
[Critical security fix] - see #22792
2017-02-15 09:51:55 +01:00
Franz Pletz
1e65d0b9e9
gnutls: 3.5.8 -> 3.5.9
Bugfix release.
2017-02-15 09:35:28 +01:00
Franz Pletz
07309d740a
webkitgtk: 2.14.3 -> 2.14.4 for multiple CVEs
Fixes:

  * CVE-2017-2350
  * CVE-2017-2354
  * CVE-2017-2355
  * CVE-2017-2356
  * CVE-2017-2362
  * CVE-2017-2363
  * CVE-2017-2364
  * CVE-2017-2365
  * CVE-2017-2366
  * CVE-2017-2369
  * CVE-2017-2371
  * CVE-2017-2373

See https://webkitgtk.org/security/WSA-2017-0002.html.
2017-02-15 09:35:28 +01:00
Franz Pletz
e8af5dcd8e
ffmpeg: 3.2.2 -> 3.2.4 for multiple CVEs
Fixes CVE-2017-5024 & CVE-2017-5025.

See https://ffmpeg.org/security.html.
2017-02-15 09:35:28 +01:00
Franz Pletz
d2426f0aa8
ffmpeg: 3.1.6 -> 3.1.7 for multiple CVEs
Fixes CVE-2017-5024 & CVE-2017-5025.

See https://ffmpeg.org/security.html.
2017-02-15 09:35:27 +01:00
Franz Pletz
78f59f1223
ffmpeg: 2.8.10 -> 2.8.11 for multiple CVEs
Fixes CVE-2017-5024 & CVE-2017-5025.

See https://ffmpeg.org/security.html.
2017-02-15 09:35:27 +01:00
Franz Pletz
a73afa89b4
prometheus: 1.4.2 -> 1.5.2 2017-02-15 09:35:27 +01:00
Vladimír Čunát
35b2159671
Merge branch 'master' into staging
Over 11k rebuilds on master.
2017-02-15 08:41:35 +01:00
rardiol
195ca7393c widelands: 18 -> 19 (#22796) 2017-02-15 07:11:59 +01:00
Philipp
01e5b8527d dehydrated: 0.3.1 -> 0.4.0 (#22804) 2017-02-15 07:05:22 +01:00
Profpatsch
7ee777d784 picard: 1.32. -> 1.4 2017-02-15 07:04:12 +01:00
Franz Pletz
9ddaa71b6d Merge pull request #22809 from mimadrid/update/shotwell-0.25.5
shotwell: 0.25.2 -> 0.25.5
2017-02-15 06:49:49 +01:00
Joachim Fasting
9d8a0f8dd8
pax-utils: 1.1.7 -> 1.2.2
Fixes at least a few out-of-bounds reads[1][2]

[1]: http://seclists.org/oss-sec/2017/q1/256
[2]: http://seclists.org/oss-sec/2017/q1/308
2017-02-15 05:37:50 +01:00
Ian-Woo Kim
a238c8a575 nixos-container: add --port option for nixos-container (forward network ports to systemd-nspawn container) 2017-02-15 05:12:46 +01:00
Ian-Woo Kim
3490508ed1 nixos-container: support bridge. 2017-02-15 05:12:46 +01:00
Franz Pletz
bf565a4635
libivykis: 0.40 -> 0.41 2017-02-15 01:58:57 +01:00
Franz Pletz
ea309fcf48
syslogng_incubator: 141106 -> 0.5.0, mark as broken
This is the current release but neither this nor the current master
is compatible with syslog-ng 3.8+. Committed work on update and
refactor of expression to make it easier in the future to bump.
2017-02-15 01:58:54 +01:00
Franz Pletz
e38f7c625e
syslog-ng: refactor 2017-02-15 01:58:47 +01:00
Joachim Fasting
c34a52bf5d
mozart: prefer local builds
The build essentially unpacks a tarball and generates
a few wrappers.  No need to use hydra for that.
2017-02-15 01:54:59 +01:00
Jude Taylor
0637f83fb8
update xmonad nix patch to apply to new xmonad 2017-02-14 16:51:55 -08:00
Laverne Schrock
f56fa4824a mnemosyne: move generated locale files to correct location
It feels like a bit of a hack to move them after the install rather
than generating them in the correct spot in the first place, but this
fixes #12763.
2017-02-15 00:50:05 +01:00
Franz Pletz
e18bec1e3c
nginxMainline: 1.11.9 -> 1.11.10 2017-02-15 00:42:29 +01:00
Franz Pletz
f87eb8920c
grafana-old: outdated, probably without users 2017-02-15 00:42:29 +01:00
Franz Pletz
736fde5be3
grafana: 4.1.1 -> 4.1.2 2017-02-15 00:40:53 +01:00
Daiderd Jordan
af13a5b3b3 Merge pull request #22808 from mimadrid/update/fzf-0.16.4
fzf: 0.16.2 -> 0.16.4
2017-02-15 00:04:57 +01:00
mimadrid
e3d7ce842b
shotwell: 0.25.2 -> 0.25.5 2017-02-14 23:59:00 +01:00
mimadrid
0280d327f4
fzf: 0.16.2 -> 0.16.4 2017-02-14 23:47:27 +01:00
Tom Doggett
c2a21d4d7b gcalcli: init at 3.4.0 (#22725) 2017-02-14 23:25:42 +01:00
Bas van Dijk
057fae5ea0 ghcWithHoogle: fix for ghcjs
`haskell.packages.ghcjs.ghcWithHoogle` failed because the following line:

  for docdir in ${ghc.doc}/${docLibGlob}/*; do

failed because `doc` is not an attribute of `ghc` when `ghc` is
substituted for ghcjs.
2017-02-14 22:50:29 +01:00
Franz Pletz
544ac40ab3 Merge pull request #22798 from Ma27/update/geogebra
geogebra: 5-0-320-0 -> 5-0-328-0
2017-02-14 22:16:04 +01:00
Daiderd Jordan
7929888e8d Merge pull request #22614 from cstrahan/ycm
YouCompleteMe: use ycmd package
2017-02-14 21:32:09 +01:00
Franz Pletz
1ab91b2cea Merge pull request #22801 from lsix/update_ddrescue
ddrescue: 1.21 -> 1.22
2017-02-14 20:06:18 +01:00
Thomas Tuegel
c5c4380205 Merge pull request #21366 from sh01/digikam_patch_lensfun_0.3.2
digikam: Add patch to fix compilation against Lensfun 0.3.2
2017-02-14 13:00:27 -06:00
Thomas Tuegel
f228ea5215 Merge pull request #22698 from FRidh/kde
KDE: update frameworks and applications
2017-02-14 12:54:39 -06:00
Thomas Tuegel
d440052b64 Merge pull request #22787 from mdorman/emacs-updates
Automated emacs package updates
2017-02-14 12:49:50 -06:00
John Wiegley
3a0efcc4ca
configuration-common: http-api-data is now at version 0.3.5 2017-02-14 10:42:46 -08:00
Lancelot SIX
8d8bd31e5f
ddrescue: 1.21 -> 1.22
See https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00003.html
for release note.
2017-02-14 19:40:39 +01:00
Thomas Tuegel
ce859290e9
offlineimap: install man pages 2017-02-14 12:37:35 -06:00
Vladimír Čunát
7b32b8a474
Merge #22792: flashplayer: 24.0.0.194 -> 24.0.0.221
Critical security + bugfix update!
2017-02-14 18:54:34 +01:00
Benjamin Staffin
40dc5e6982 Merge pull request #22771 from izuk/bazel
bazel: 0.3.2 -> 0.4.4
2017-02-14 11:49:20 -05:00
Benjamin Staffin
b42f820bdc Merge pull request #22745 from vdemeester/docker_1_13_1
docker: 1.13.0 -> 1.13.1
2017-02-14 11:47:40 -05:00
Maximilian Bosch
d95868e980
geogebra: 5-0-320-0 -> 5-0-328-0 2017-02-14 17:43:58 +01:00
Eelco Dolstra
314dd9215b Merge pull request #16654 from awakenetworks/parnell/setcap-wrappers
Adding setcap-wrapper functionality to Nix
2017-02-14 16:25:06 +01:00
Joachim F
943951ff53 Merge pull request #22529 from neilmayhew/fix/spideroak
spideroak: enable it to appear in the application menus
2017-02-14 16:02:43 +01:00
Joachim F
79476a956c Merge pull request #22510 from rongcuid/fix/ngspice-update
Fix/ngspice add XSPICE and CIDER support
2017-02-14 15:57:13 +01:00
Thomas Tuegel
d43738ae93
notmuch: don't double-compress man pages 2017-02-14 08:54:10 -06:00
Toni Reina
4e72d2da50 aspell-dict-ca: init at 2.1.5-1 2017-02-14 15:17:28 +01:00
Tuomas Tynkkynen
c86798125b amoeba: init at 1.1
This uses all the patches from Debian since otherwise it would work on
i686 among other things.
2017-02-14 15:45:09 +02:00
Graham Christensen
cc442cbdba Merge pull request #22786 from zx2c4/patch-4
wireguard: 0.0.20170213 -> 0.0.20170214
2017-02-14 08:20:41 -05:00
Graham Christensen
1a9707de24
wireguard: update description to describe its current state 2017-02-14 08:20:19 -05:00
Frederik Rietdijk
67bd8d552f sabnzbd: fix dependencies 2017-02-14 14:19:38 +01:00
Frederik Rietdijk
51a338a601 sabnzbd: 1.1.0 -> 1.2.0 2017-02-14 14:16:38 +01:00
Rickard Nilsson
8665250844 haskellPackages.dirstream: jailbreak 2017-02-14 13:48:44 +01:00
Rickard Nilsson
232639ccbb haskellPackages: Remove jailbreak for xxhash and Glob (fixed upstream) 2017-02-14 13:47:12 +01:00
Michael Raskin
3508b4832f haskellPackages: fgl, fgl-arbitrary: jailbreak (w.r.t. hspec for tests) 2017-02-14 13:23:28 +01:00
taku0
adcd9bc884 flashplayer: 24.0.0.194 -> 24.0.0.221 2017-02-14 21:13:04 +09:00
Eelco Dolstra
1a9cf94ba2
Revert "opensubdiv: Remove cudatoolkit from the closure"
This reverts commit 6a472cf4c1. On
second thought, this is not a good idea, because it means that a
CUDA-enabled Blender doesn't work on non-CUDA systems anymore (since
they don't have libOpenCL.so in /run/opengl-driver). I guess a better
solution will be to split cudatoolkit into multiple outputs.
2017-02-14 12:59:02 +01:00
Michael Alan Dorman
25a2f90731 melpa-packages: 2017-02-13
Removals:
 - ebib-handy: removed from melpa
 - goose-theme: repository removed
2017-02-14 06:55:38 -05:00
Michael Alan Dorman
cd90c7fe79 melpa-stable-packages: 2017-02-13 2017-02-14 06:55:36 -05:00
Michael Alan Dorman
58b5c49ddd elpa-packages: 2017-02-13 2017-02-14 06:55:34 -05:00
Michael Alan Dorman
5ebf37f749 org-packages: 2017-02-13 2017-02-14 06:55:32 -05:00
Eelco Dolstra
c5fb67259e Merge pull request #22785 from jpierre03/pr-cpan-cgi
Perl::CGI: 4.31 -> 4.35
2017-02-14 12:38:30 +01:00
Bjørn Forsman
30e8d577f1 ccid: 1.4.23 -> 1.4.26 2017-02-14 12:29:25 +01:00
Gabriel Ebner
8493a2d060 heaptrack: init at 2017-02-14 2017-02-14 12:19:40 +01:00
Jason A. Donenfeld
36d50978b2 wireguard: 0.0.20170213 -> 0.0.20170214
This has a quick fix for old bash.
2017-02-14 12:08:58 +01:00
Bas van Dijk
020fb2cce1 syslog-ng: 3.6.2 -> 3.9.1
This should fix: https://github.com/NixOS/nixpkgs/issues/20153
2017-02-14 11:45:24 +01:00
Jean-Pierre PRUNARET
c9d822b518 Perl::CGI: 4.31 -> 4.35 2017-02-14 11:38:24 +01:00
Vladimír Čunát
62ca214d4a
guile: fix include path in guile-2.0.pc
I forgot to /cc maintainer @civodul about the output-splitting.
2017-02-14 11:22:29 +01:00
Tristan Helmich
8d853d0190 gitlab: 8.16.3 -> 8.16.4 2017-02-14 11:16:36 +01:00
Vladimír Čunát
61236eb7ee
lmdb on Darwin: fix bogus library name 2017-02-14 10:51:22 +01:00
Eelco Dolstra
6a472cf4c1 opensubdiv: Remove cudatoolkit from the closure
This reduces Blender's closure size by around ~2 GiB when CUDA support
is enabled.
2017-02-14 09:43:04 +01:00
Cillian de Roiste
868d30f975 openconnect: add support for stoken
Tested with a Juniper Network Connect VPN
2017-02-14 09:29:57 +01:00
Frederik Rietdijk
733dc656b1 pythonPackages.enum34: 1.0.4 -> 1.1.6 2017-02-14 09:24:00 +01:00
Frederik Rietdijk
58175843b1 pythonPackages: python.majorVersion -> python.pythonVersion
...because we're interested in the version of the language, not of the
interpreter. This is important for PyPy packages.
2017-02-14 09:23:59 +01:00
Frederik Rietdijk
12285d162c pypy: inherit pythonVersion 2017-02-14 09:23:59 +01:00
Frederik Rietdijk
8a4730642f pythonPackages.numba: 0.29.0 -> 0.30.1 2017-02-14 09:23:59 +01:00
Frederik Rietdijk
9ac753323d pythonPackages.llvmlite: 0.14.0 -> 0.15.0 2017-02-14 09:23:59 +01:00
Frederik Rietdijk
dc2262b41c pythonPackages.urllib3: 1.12 -> 1.20 2017-02-14 09:23:59 +01:00
Peter Hoeg
55e1d04e91 qtox: 1.5.0 -> 1.8.1 2017-02-14 15:00:42 +08:00
Peter Hoeg
e110f38bd4 utox: 0.9.8 -> 0.12.2 2017-02-14 15:00:22 +08:00
Peter Hoeg
7690ec0022 toxvpn: 20160909 -> 20161230 2017-02-14 14:59:59 +08:00
Peter Hoeg
a66e04d3be toxic: 20160728 -> 0.7.2 2017-02-14 14:59:30 +08:00
Peter Hoeg
eb52ef12c2 ratox: use libtoxcore-old 2017-02-14 14:59:08 +08:00
Peter Hoeg
5a88ab3f55 tox-prpl: 20141202 -> 0.5.1 2017-02-14 14:58:28 +08:00
Peter Hoeg
8cef304ede libtoxcore: init at 0.1.6 and move old versions away 2017-02-14 14:57:48 +08:00
Franz Pletz
ed8a59f44a Merge pull request #22766 from mimadrid/update/qutebrowser-0.9.1
qutebrowser: 0.9.0 -> 0.9.1
2017-02-14 05:42:15 +01:00
Graham Christensen
3c9e977448 Merge pull request #22772 from ericsagnes/pkg-update/groonga
groonga: 6.1.5 -> 7.0.0
2017-02-13 21:03:42 -05:00
Eric Sagnes
d5691d98fc groonga: 6.1.5 -> 7.0.0 2017-02-14 10:07:30 +09:00
Itai Zukerman
25121d4350 bazel: 0.3.2 -> 0.4.4 2017-02-13 16:12:26 -08:00
Vladimír Čunát
2fce8dda39
knot-dns: fixup Darwin build again, hopefully 2017-02-14 00:47:26 +01:00
Tim Steinbach
0ec9e695c8
linux: 3.10.104 -> 3.10.105 2017-02-13 18:47:01 -05:00
Robert Helgesson
08779a71e9
eclipse-plugin-jdt: 4.6 -> 4.6.2 2017-02-14 00:32:58 +01:00
Daiderd Jordan
07c21bfaf7
ycmd: fix darwin build 2017-02-14 00:31:29 +01:00
Rongcui Dong
acce1d9ad2 ngspice: Add XSpice and Cider support 2017-02-13 15:23:38 -08:00
Daiderd Jordan
b165de3be5 Merge pull request #22730 from ndowens/master
epic5: init at 2.0.1
2017-02-14 00:17:51 +01:00
Parnell Springmeyer
9e36a58649
Merging against upstream master 2017-02-13 17:16:28 -06:00
Vladimír Čunát
218713aa3d
guile*: split outputs to fix #22757
The main aim is to decouple propagatedBuildInputs from $out.
2017-02-14 00:14:41 +01:00
Robert Helgesson
486b9be579
eclipse-plugin-scala: use stable download URL
Unfortunately, the latest release does not appear to be available
through a stable URL.
2017-02-14 00:03:19 +01:00
mimadrid
0b8564ba35
qutebrowser: 0.9.0 -> 0.9.1 2017-02-13 23:57:50 +01:00
Graham Christensen
fc45440b8f Merge pull request #22761 from mimadrid/update/ripgrep-0.4.0
ripgrep: 0.3.2 -> 0.4.0
2017-02-13 17:54:45 -05:00
mimadrid
2aad8590d7 sudo: 1.8.19p1 -> 1.8.19p2 2017-02-13 23:43:32 +01:00
Daiderd Jordan
66eba1f3e0
epic5: add configure flags 2017-02-13 23:35:09 +01:00
Thomas Tuegel
46904e9c3a
Merge branch 'emacs-packages' 2017-02-13 16:03:12 -06:00
Thomas Tuegel
74041a42a9
shimbun: init at 20170203.647 2017-02-13 16:02:14 -06:00
Vladimír Čunát
0c524c63c6
guile: refactor expression
No rebuild on non-Solaris.
2017-02-13 23:01:46 +01:00
ndowens
dda70d9b06 epic5: init at 2.0.1
Added conditional to support darwin

Changed comment about buildInputs

Added 's' to optional condition
2017-02-13 15:53:12 -06:00
Robin Gloster
7e5424ac09
php: default to php71 2017-02-13 22:48:45 +01:00
mimadrid
51592a3f49
ripgrep: 0.3.2 -> 0.4.0 2017-02-13 22:38:36 +01:00
Franz Pletz
7b6a88c95e
urh: init at 1.3.3 2017-02-13 22:22:13 +01:00
Jason A. Donenfeld
2ad8face66 wireguard: 0.0.20170115 -> 0.0.20170213 (#22759) 2017-02-13 22:20:49 +01:00
Vladimír Čunát
1daf2e26d2
Merge: glibc: 2.24 -> 2.25 2017-02-13 22:14:15 +01:00
Vladimír Čunát
5ed010f50b
findutils: disable tests on i686-linux
They won't work since glibc-2.25, and I don't like to spend more time on that.
2017-02-13 22:10:50 +01:00
Matthias Herrmann
be7a6eb70e sweethome3d: 5.2 -> 5.4 2017-02-13 22:09:35 +01:00
Rongcui Dong
9775a26da3 stlink: 1.1.0 -> 1.3.0
[Bjørn: Upstream moved from autotools to cmake.]
2017-02-13 22:05:40 +01:00
Vladimír Čunát
c0c50dfcb7
Re-revert "pythonPackages.unittest2: without argparse""
This reverts commit 4882e431c7.
Moved from master.
2017-02-13 21:57:56 +01:00
Vladimír Čunát
8d8c337884
Merge branch 'master' into staging 2017-02-13 21:57:49 +01:00
Vladimír Čunát
4882e431c7
Revert "pythonPackages.unittest2: no need to depend on argparse"
This reverts commit 6891c9291d.
Moving the mass rebuild to staging.
2017-02-13 21:55:54 +01:00
Robert Helgesson
a2d2649a8f
perl-MooseX-Types: 0.46 -> 0.50 2017-02-13 21:54:54 +01:00
Robert Helgesson
9298467923
svtplay-dl: 1.9.1 -> 1.9.2 2017-02-13 21:54:54 +01:00
Vladimír Čunát
9fe4c1eb6e
Merge #22751: lmdb: split outputs, share lib, ... 2017-02-13 21:29:35 +01:00
Frederik Rietdijk
982520d771 pythonPackages.awesome-slugify: fix test runner 2017-02-13 21:16:07 +01:00
Frederik Rietdijk
4a8c2a5d0a Merge pull request #22749 from vrthra/pytimeparse
pytimeparse: 1.1.5 -> 1.1.6
2017-02-13 21:11:48 +01:00
George Whewell
5af946bd2c skip failing tests on darwin 2017-02-13 16:36:40 +00:00
Rahul Gopinath
7a0f1f4462 pytimeparse: 1.1.5 -> 1.1.6 2017-02-13 08:35:12 -08:00
Frederik Rietdijk
7e55c3cfc7 kde4.kwooty: broken 2017-02-13 17:00:57 +01:00
Vladimír Čunát
935ede8a59
knot-resovler: use shared lmdb now 2017-02-13 16:56:54 +01:00
Vladimír Čunát
5b75338a50
knot-dns: use shared lmdb 2017-02-13 16:50:39 +01:00
Vladimír Čunát
1a55974cef
lmdb: split outputs and add lmdb.pc
lmdb.a is removed, until someone needs it.
2017-02-13 16:50:39 +01:00
Vincent Demeester
a50b4d0e03
docker: 1.13.0 -> 1.13.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-02-13 16:42:39 +01:00
Joachim F
dd9172022c Merge pull request #22166 from DerTim1/postgres-plugin-tsearch-extras
tsearch-extras: init at 0.2
2017-02-13 16:26:43 +01:00
Michael Raskin
909a1dd569 tigervnc: 1.7.1 -> 1.8.0pre20170211
This allows to build with X.org server 1.19.1
2017-02-13 15:30:19 +01:00
Mikhail Volkhov
035e2028d8
Disable orgmode-parse tests in config-common.nix 2017-02-13 17:13:02 +03:00
Robin Gloster
d12639cb28 Merge pull request #22739 from Mic92/vam
vim.vam: fix filetype detection
2017-02-13 15:10:35 +01:00
Franz Pletz
04f72ca64c Merge pull request #22740 from Mic92/libasyncns
gajim: use libasyncns as resolver
2017-02-13 15:08:16 +01:00
lufia
2e648bdacf google-cloud-sdk: support x86_64-darwin 2017-02-13 15:06:21 +01:00
georgewhewell
99fdc8b651 pythonPackages.matplotlib: re-add Cocoa as buildInput on darwin (#22741) 2017-02-13 15:03:59 +01:00
Robin Gloster
c0d1226750 Merge pull request #22718 from Ma27/new-package/node-packages/mocha
nodePackages.mocha: init at 3.2.0
2017-02-13 15:00:39 +01:00
Domen Kožar
1b02439b61
servant-server: disable testsuite 2017-02-13 14:54:55 +01:00
Frederik Rietdijk
5d00edcf4f cudatoolkit5 fixup, fixes eval 2017-02-13 14:45:18 +01:00
Frederik Rietdijk
ccf4d5e3d5 cudatoolkit5: remove this ancient version 2017-02-13 14:42:24 +01:00
Frederik Rietdijk
c2e2a4d2c5 Python: remove 2.6 2017-02-13 14:42:24 +01:00
Frederik Rietdijk
6891c9291d pythonPackages.unittest2: no need to depend on argparse 2017-02-13 14:42:24 +01:00
Frederik Rietdijk
d5c4737c2d pythonPackages.aws_shell: cleanup 2017-02-13 14:42:24 +01:00
Eelco Dolstra
c71a893334
Revert "Use looser 9pfs caching in VM tests/builds"
This reverts commit bbd03e236a.
2017-02-13 14:38:19 +01:00
Jörg Thalheim
8ed1d3f8d8
gajim: use libasyncns as resolver 2017-02-13 14:11:57 +01:00
Jörg Thalheim
b059f63c6e
pythonPackages.libasyncns: init at 0.7.1 2017-02-13 14:11:56 +01:00
Jörg Thalheim
b7d65f8af0
vim.vam: fix filetype detection
According to https://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager-additional-documentation.txt#L1310
`filetype on` must be called after all VAM plugins are initialized.
Otherwise vim set `conf` filetype for some files containing hash tags.
2017-02-13 14:10:23 +01:00
Frederik Rietdijk
5de48cc3ed kde4.digikam: mark as broken 2017-02-13 13:57:54 +01:00
Michael Raskin
b2fcf9fec5 love_0_10: 0.10.1 -> 0.10.2 2017-02-13 12:49:31 +01:00
Peter Simons
8821b3899e haskell-lens: disable doctest suite to work around https://github.com/ekmett/lens/issues/713 2017-02-13 12:22:18 +01:00
Peter Simons
216d277095 haskell-servant: update hash for the documentation download 2017-02-13 12:22:17 +01:00
Peter Simons
e60992354b haskell-hspec-contrib: disable test suite due to https://github.com/hspec/hspec/issues/307 2017-02-13 12:22:17 +01:00
Peter Simons
c37e51fa68 haskell-stack: jailbreak to work around https://github.com/commercialhaskell/stack/issues/3001 2017-02-13 12:22:17 +01:00
Peter Simons
7a6648f20e haskell-uuid{,-types}: jailbreak to work around https://github.com/hvr/uuid/issues/28 2017-02-13 12:22:17 +01:00
Peter Simons
30b762a977 haskell-vector: disable the test suite to work around https://github.com/haskell/vector/issues/138 2017-02-13 12:22:17 +01:00
Peter Simons
8968bff461 haskell-case-insensitive: jailbreak to work around https://github.com/basvandijk/case-insensitive/issues/24 2017-02-13 12:22:16 +01:00
Peter Simons
0583ffb7c2 haskell-system-filepath: disable test suite to remove dependency on chell-quickcheck
chell-quickcheck does not support recent versions of QuickCheck and
therefore does not compile in LTS 8.x.
2017-02-13 12:22:16 +01:00
Peter Simons
7b96859cab haskell-parsec: jailbreak to work around https://github.com/aslatter/parsec/issues/68 2017-02-13 12:22:16 +01:00
Peter Simons
29a1db9a97 haskell-lifted-base: jailbreak to work around https://github.com/basvandijk/lifted-base/issues/34 2017-02-13 12:22:16 +01:00
Peter Simons
958b100827 haskell-common: drop overrides that have become obsolete with LTS 8.x 2017-02-13 12:22:09 +01:00
Peter Simons
5d3bb96f62 LTS Haskell 8.0
This includes an update to hackage-packages.nix, which was generated by hackage2nix v2.0.4-11-gd82133a
from Hackage revision 53fcf98366.
2017-02-13 12:21:04 +01:00
Eelco Dolstra
a4ec1841da
VM tests: veryloose -> cache=loose 2017-02-13 12:18:10 +01:00
Eelco Dolstra
4af79a7331
Revert "linux: Apply 9p veryloose patch to 4.9"
This reverts commit a82810c7a7.

Fixes #22695.
2017-02-13 12:16:39 +01:00
Frederik Rietdijk
b719852568 kde5.khotkeys: fix for new frameworks 2017-02-13 09:55:40 +01:00
Frederik Rietdijk
dce2202d53 kde applications: 16.12.1 -> 16.12.2 2017-02-13 09:55:40 +01:00
Frederik Rietdijk
a35ffe3c01 kde frameworks: 5.30 -> 5.31 2017-02-13 09:55:40 +01:00
Frederik Rietdijk
63bff03f97 kronometer: 2.1.0 -> 2.1.3 2017-02-13 09:55:40 +01:00
Frederik Rietdijk
d375d7b354 kmplayer: file not available via new mirror either 2017-02-13 09:55:40 +01:00
Frederik Rietdijk
71812be9ef kwooty: kde-apps url's have changed 2017-02-13 09:55:40 +01:00
Frederik Rietdijk
94db8d7dd2 Revert "pythonPackages.argparse: only for Python < 2.7"
This reverts commit 12d9eac8f0.
2017-02-13 09:52:07 +01:00
Tim Digel
8616c0d391 tsearch-extras: init at 0.2 2017-02-13 07:28:25 +01:00
Graham Christensen
4450327c06
flow: pin ocaml to ocaml_4_02 2017-02-12 20:52:37 -05:00
Graham Christensen
8378afaf76 Merge pull request #22700 from holidaycheck/update-flow
flow: 0.37.4 -> 0.39.0
2017-02-12 20:39:17 -05:00
Dan Peebles
4c0aae964c ssm-agent: init at 2.0.633.0 2017-02-13 01:33:33 +00:00
Graham Christensen
0d52f15fa0 Merge pull request #22717 from Profpatsch/mpd-i686-patch
mpd: fix on i686
2017-02-12 20:12:22 -05:00
Franz Pletz
12ebd6c058 Merge pull request #22708 from mguentner/ipfs_0_4_5
ipfs: 0.4.4 -> 0.4.5 // ipfsapi: 0.4.0 -> 0.4.5-pre
2017-02-13 02:10:01 +01:00
Jörg Thalheim
d673484683 Merge pull request #22720 from Mic92/vim-plugins
vimPlugins: update to latest
2017-02-13 01:34:57 +01:00
Jörg Thalheim
71ca18ae32 Merge pull request #22716 from ndowens/master
worker: init at 3.8.5
2017-02-13 01:21:38 +01:00
Jörg Thalheim
005a9d2d9d
vimPlugins: update to latest 2017-02-13 01:08:20 +01:00
Graham Christensen
ad623b8185 Merge pull request #22714 from rycee/fix/subtitle-editor
subtitle-editor: fix build
2017-02-12 19:03:28 -05:00
Jörg Thalheim
836ab672a8 worker: fix indentation 2017-02-13 01:02:09 +01:00
Graham Christensen
63d7ff883e Merge pull request #22457 from peterhoeg/u/suil
suil: 0.8.2 -> 0.8.4
2017-02-12 19:00:21 -05:00
Graham Christensen
b793d69f12 Merge pull request #22537 from vrthra/jimtcl-0.77
jimtcl: 0.76 -> 0.77
2017-02-12 18:58:14 -05:00
Graham Christensen
2495065351 Merge pull request #22667 from avnik/wine-update
wineUnstable: 2.0 -> 2.1
2017-02-12 18:54:47 -05:00
ndowens
a77705748b worker: init at 3.8.5
modified:   pkgs/top-level/all-packages.nix

    pick 8096649e47 worker: init at 3.8.5
    squash 9267acbd46 modified:   pkgs/top-level/all-packages.nix

worker: updated default.nix license field

Added myself to lib/maintainers.nix

    squash 28173341fa worker: updated default.nix license field
    squash b22407cf5c Added myself to lib/maintainers.nix

Fixed indent and added missing > in maintainers.nix

Fixed curly bracket indent
2017-02-12 17:45:42 -06:00
Maximilian Bosch
cbedb932f9
nodePackages.mocha: init at 3.2.0 2017-02-12 23:12:13 +01:00
Profpatsch
21cb82f34b mpd: fix on i686
Was submtitted to upstream, but fix here in the meantime.
2017-02-12 22:27:11 +01:00
Rahul Gopinath
939c846ae7
elvish: 0.1 -> 0.5 2017-02-12 21:37:53 +01:00
Will Dietz
a82b3dd8e2 creduce: init at 2.6.0
Also includes perl dependency 'GetOpt::Tabular'.
2017-02-12 14:31:16 -06:00