Commit graph

105578 commits

Author SHA1 Message Date
Orivej Desh b7734b61a0
Merge pull request #31736 from ChengCat/chengcat
thunar: add wrapGAppsHook
2017-11-17 20:59:47 +00:00
Orivej Desh e283833d9c
Merge pull request #31764 from adisbladis/libmsgpack-gcc7
Libmsgpack gcc7 fixes
2017-11-17 20:48:42 +00:00
Orivej Desh 23a5f54ee5
Merge pull request #30534 from kamilchm/spark
spark: 2.1.0 -> 2.2.0
2017-11-17 20:24:06 +00:00
Thomas Tuegel 850846e132
Merge pull request #31772 from ttuegel/dropbox/versions
Dropbox: overwrite old versions, pass arguments, fix sign-in
2017-11-17 13:57:09 -06:00
Daiderd Jordan e677ed1c5b
Merge pull request #31771 from cstrahan/ycmd-update
ycmd update
2017-11-17 19:20:18 +01:00
Orivej Desh 73598e3787 go_1_9: skip flaky TestWaitGroupMisuse2
https://github.com/golang/go/issues/20072
https://hydra.nixos.org/build/64351217/nixlog/1
2017-11-17 18:05:30 +00:00
Thomas Tuegel 7dee7d6ddb
dropbox: install firefox-bin in FHS env
To sign in to dropbox, a browser must be available in the FHS env. We cannot
ensure that the user's browser of choice is available, so we provide Firefox as
a default.

Resolves: #31667
2017-11-17 12:00:20 -06:00
Daiderd Jordan 45b6c9c8f1
Merge pull request #31760 from LnL7/darwin-gstreamer
gstreamer: fix darwin build
2017-11-17 18:59:11 +01:00
Thomas Tuegel 7e7fbebed9
dropbox: pass along positional parameters to exec 2017-11-17 11:48:34 -06:00
Thomas Tuegel 9ce215862e
dropbox: overwrite existing installation if our installer is newer 2017-11-17 11:47:55 -06:00
Orivej Desh 587642bddc erlangR18: fix patch hashes with fetchpatch 2017-11-17 17:04:23 +00:00
Orivej Desh 66239387a5 xml2: replace dead links 2017-11-17 16:54:20 +00:00
Orivej Desh 4be7aae5b3 cinelerra: add a note about parallel building 2017-11-17 16:41:16 +00:00
Florian Klink 7c737cb506 msmtp: install docs and examples (#31769)
* msmtp: install docs and examples

* msmtp: nitpick
2017-11-17 16:35:01 +00:00
Charles Strahan f39c132bce
ycmd: 2017-03-27 -> 2017-11-05 2017-11-17 11:20:11 -05:00
Tuomas Tynkkynen eb85761137 kernel: Fix out-of-tree modules on aarch64
https://hydra.nixos.org/build/62813493
2017-11-17 17:06:52 +02:00
WilliButz 489fd5a7ce
gixy: init at 0.1.8 2017-11-17 15:36:52 +01:00
WilliButz c122dadb51
pythonPackages.ConfigArgParse: 0.9.3 -> 0.12.0, refactor, move to python-modules
- fetch with `fetchPypi`
- add license, description and myself as maintainer
2017-11-17 15:36:52 +01:00
Roman Kuznetsov fccc81a671 mono: init at 4.8 2017-11-17 17:31:56 +03:00
Ollie Charles b075e79c97 wal-g: fix license so not to break evaluation 2017-11-17 13:55:14 +00:00
Ollie Charles 5735aecc27 wal-g: init at 0.1.2 2017-11-17 13:45:00 +00:00
Graham Christensen 5af8c930fc
Merge pull request #31768 from andir/fix-vagrant-vbox52
vagrant: 2.0.0 -> 2.0.1 (fixes vagrant with virtualbox 5.2)
2017-11-17 07:59:40 -05:00
Orivej Desh ceed4b2d12 spidermonkey: replace broken links
people.mozilla.org is gone
2017-11-17 11:04:28 +00:00
Orivej Desh a50e8c8b00
Merge pull request #31626 from backuitist/i3status
i3status-rust: init at 0.9.0.2017-11-09
2017-11-17 10:45:10 +00:00
Orivej Desh c0d2ee13be
Merge pull request #31730 from gnidorah/rambox
rambox: allow user to use other auth0 credentials
2017-11-17 10:43:52 +00:00
Andreas Rammhold e427e8415c
vagrant: removed custom rake gem 2017-11-17 11:43:31 +01:00
Andreas Rammhold 3f4eb16799
vagrant: 2.0.0 -> 2.0.1
Due to the virtualbox bump to version 5.2 vagrant was no longer able to
interface with virtualbox. Version 2.0.1 supports virtualbox 5.2.
2017-11-17 11:43:30 +01:00
Peter Hoeg 9e44d34be2 tvheadend: 4.2.1 -> 4.2.4 2017-11-17 18:04:59 +08:00
Orivej Desh fa2bf1bf20 octoprint: 1.3.4 -> 1.3.5
Its hash has changed again.  Keep a table of old hashes for fact checking.
2017-11-17 08:17:43 +00:00
Jörg Thalheim 0bab82b001
Merge pull request #31717 from Mic92/rustracer
rustracer: 2.0.9 -> 2.0.12
2017-11-17 08:00:37 +00:00
adisbladis 253d9b6c57
libmsgpack-2_0: Drop package. Broken with gcc-7 and not depended on. 2017-11-17 14:27:08 +08:00
adisbladis 26f1ae6ee4
libmsgpack-1_4: Drop package. Broken with gcc-7 and not depended on. 2017-11-17 14:26:52 +08:00
Orivej Desh 3ac474aee6 go_1_9: skip flaky TestServerCancelsReadTimeoutWhenIdle
https://github.com/golang/go/issues/19608
https://hydra.nixos.org/build/64329767/nixlog/1
https://hydra.nixos.org/build/64244716/nixlog/1

Remove the patch for https://github.com/golang/go/issues/21559 because it is
skipped as flaky since Go 1.9.2.
2017-11-17 05:28:22 +00:00
Orivej Desh 61090c8c66
Merge pull request #31654 from bkchr/kde_frameworks_5_40
kde-frameworks: 5.39 -> 5.40
2017-11-17 03:37:48 +00:00
Orivej Desh 37215ff7ab qsyncthingtray: fix build 2017-11-17 03:06:05 +00:00
Orivej Desh 031367af2b qt56.qtwebengine: fix build
Delete the patch, it has been integrated into Qt 5.6.3.
2017-11-17 02:51:58 +00:00
Bruno Bieth 898090f25b i3status-rust: init at 0.9.0.2017-11-09 2017-11-17 01:47:10 +00:00
Orivej Desh 76ed35a42d
Merge pull request #31761 from Ralith/stdman
stdman: d860212 -> 2017.04.02
2017-11-17 01:34:44 +00:00
Benjamin Saunders b1fa601f17 stdman: d860212 -> 2017.04.02 2017-11-16 16:35:29 -08:00
Orivej Desh 963204e6ee
Merge pull request #31753 from mbld/show-ip
nixos-container: Make show-ip work together with ipv4 + netmask
2017-11-17 00:32:56 +00:00
Orivej Desh 202912d617
Merge pull request #31647 from marsam/feature/update-hg-git
hg-git: 0.8.5 -> 0.8.10
2017-11-17 00:12:32 +00:00
Orivej Desh 8fe4439840
Merge pull request #31524 from gbuisson/master
jackett: use mono50
2017-11-17 00:05:45 +00:00
Guillaume Buisson bc8b645d85 jackett: use mono50
jackett is crashing using mono 4.x+, switch to mono50
2017-11-17 00:04:36 +00:00
Orivej Desh ca84443626 hg-git: disable with python3
It is not importable from Python 3 and it is a plugin for mercurial, which is a
Python 2 application.
2017-11-16 23:51:06 +00:00
Mario Rodas 8e207587b1 hg-git: 0.8.5 -> 0.8.10 2017-11-16 23:36:21 +00:00
Orivej Desh d6d96c3274
Merge pull request #31756 from bkchr/heaptrack
heaptrack: 2017-02-14 -> 2017-10-30
2017-11-16 23:19:14 +00:00
Daiderd Jordan 0029c7051e
gstreamer: fix darwin build 2017-11-16 22:54:09 +01:00
Orivej Desh 3baeb1c356
Merge pull request #31530 from woffs/shotcut-17.11
shotcut: 17.09 -> 17.11
2017-11-16 21:31:13 +00:00
Orivej Desh c8aa1483b1
Merge pull request #31646 from yrashk/30645-fish
fish-foreign-env: suppress additional harmless warnings
2017-11-16 21:27:07 +00:00
Orivej Desh 502539e2c8
Merge pull request #31672 from matklad/up-jetbrains
jetbrains IDEs minor version updates
2017-11-16 21:20:40 +00:00
Orivej Desh e62de88d11
Merge pull request #31721 from vbgl/proofgeneral-20171106
proofgeneral_HEAD: 2017-05-06 -> 2017-11-06
2017-11-16 20:54:49 +00:00
Orivej Desh e7521b2064
Merge pull request #31735 from dywedir/fd
fd: install shell completions
2017-11-16 20:50:37 +00:00
Orivej Desh a368bbb57d
Merge pull request #31024 from yegortimoshenko/xfce4-panel/gettext
xfce4-panel: patch gettext in xfce4-popup-* scripts, fixes #30033
2017-11-16 20:49:34 +00:00
Orivej Desh a131ab23e2
Merge pull request #31023 from yegortimoshenko/xfce4-settings/libinput
xfce4-settings: build w/ xorg-libinput, make some dependencies optional
2017-11-16 20:41:23 +00:00
Orivej Desh 28ebb17f46 xfce4-settings: enable parallel building 2017-11-16 20:40:33 +00:00
Thomas Tuegel 2d4dc7d0bd
Merge pull request #31742 from ttuegel/dropbox/keyboard
dropbox: install xkeyboardconfig for input
2017-11-16 14:35:58 -06:00
Orivej Desh e188747d89 gcc-snapshot: mark as broken
It is older than gcc7 and fails to compile due to ucontext_t changes in glibc 2.26.
2017-11-16 20:22:10 +00:00
Bastian Köcher 51c35c9524 heaptrack: 2017-02-14 -> 2017-10-30 2017-11-16 21:20:04 +01:00
Orivej Desh 0de5c4afd9
Merge pull request #31693 from romildo/fix.enlightenment
enlightenment: fix names of setuid wrapped files
2017-11-16 20:07:24 +00:00
Orivej Desh 2d2e503d2a
Merge pull request #31749 from ryantm/mattermost-4.4.0
mattermost: 4.3.0 -> 4.4.0
2017-11-16 20:02:08 +00:00
Orivej Desh bd074bf60d
Merge pull request #31750 from ryantm/matterbridge-1.4.1
matterbridge: 1.1.0 -> 1.4.1
2017-11-16 20:01:35 +00:00
Orivej Desh 354a6fcfab
Merge pull request #31515 from adisbladis/networkmanager-1_10_0
networkmanager: 1.8.2 -> 1.10.0
2017-11-16 19:58:06 +00:00
Martin Bornhold ac7edeebfd nixos-container: Make show-ip work together with ipv4 + netmask
The containers local address can be given as ipv4 only or with a subnetmask in
CIDR notation in the container configuration, see [1]. This works fine but the
'nixos-container show-ip' only supports plain ipv4 addresses without the netmask
suffix.

Changed the regex to also match in case of a CIDR netmask suffix.

[1] 9939032e35/nixos/modules/virtualisation/containers.nix (L382)
2017-11-16 20:25:45 +01:00
Tim Steinbach 55851579d9
linux-copperhead: 4.13.12.a -> 4.13.13.a 2017-11-16 13:58:47 -05:00
Ryan Mulligan dad3d0f48c matterbridge: 1.1.0 -> 1.4.1 2017-11-16 10:29:30 -08:00
Franz Pletz c96cc5ddf1
Merge pull request #31745 from elitak/simple
fix ACME TOS hash mismatch
2017-11-16 19:26:12 +01:00
Ryan Mulligan 8ac31ff4da mattermost: 4.3.0 -> 4.4.0 2017-11-16 10:00:29 -08:00
Orivej Desh 8bd10a17c6 breakpad: delete
This library does not compile with the current glibc and is unused since
74f7db075a.
2017-11-16 20:43:33 +03:00
Eric Litak be3806830c simp_le: 0.2.0 -> 0.6.1 2017-11-16 09:14:33 -08:00
Eric Litak 8307427b17 certbot: 0.11.1 -> 0.19.0 2017-11-16 09:14:27 -08:00
Orivej Desh 15ba4a5cfd afl: 2.51b -> 2.52b
Fix build with glibc 2.26.

Tracking issue: #31696
2017-11-16 17:11:10 +00:00
Orivej Desh a5df25ce10 scantailor: remove boost version override 2017-11-16 16:21:41 +00:00
Orivej Desh 9fea37639d freecad: remove boost version override 2017-11-16 16:15:57 +00:00
Orivej Desh 3c4f52ad47 k3d: remove boost version override 2017-11-16 16:15:57 +00:00
Orivej Desh ee7c81f021 hhvm: remove boost version override
Enable parallel building because it works now and it was disabled for a much older version.
2017-11-16 16:15:57 +00:00
Orivej Desh 0b87f3de03 clementine: remove boost version override 2017-11-16 16:15:57 +00:00
Orivej Desh dc8857efbe clickhouse: remove boost version override 2017-11-16 16:15:57 +00:00
Thomas Tuegel 09fd8618b4
firefox: add enableBrowserpass to support browserpass 2017-11-16 09:57:36 -06:00
Thomas Tuegel a49086c19d
wrapFirefox: accept extraPlugins and extraNativeMessagingHosts 2017-11-16 09:39:36 -06:00
Thomas Tuegel c05520f298
wrapFirefox: make overridable 2017-11-16 09:39:16 -06:00
Ollie Charles d6f14e9fc8 fava: 1.5 -> 1.6 2017-11-16 15:36:33 +00:00
Thomas Tuegel 18cc8d482d
dropbox: install xkeyboardconfig for input
Qt applications running in an FHS env need to have xkeyboardconfig installed for
keyboard input.

Resolves: #31741
2017-11-16 09:26:39 -06:00
Neil Cecchini fd8a174868 factorio: 0.15.34 -> 0.15.37 2017-11-16 15:48:00 +01:00
zimbatm 2d95a6ab22
Merge pull request #31709 from ilya-kolpakov/google-cloud-sdk-fix
google-cloud-sdk: disable gce as a dependency by default (fixes #31369)
2017-11-16 14:36:35 +00:00
Orivej Desh 4cc5d222ce bochs: fix build with glibc 2.26
Tracking issue: #31696
2017-11-16 13:00:28 +00:00
Ilya Kolpakov f4c1bcd895 google-cloud-sdk-gce: a version for GCE hosts (depends on google-compute-engine) 2017-11-16 13:50:34 +01:00
Ilya Kolpakov 886770c6f0 google-cloud-sdk: no dependence on gce by default (fixes #31369) 2017-11-16 13:46:37 +01:00
Orivej Desh 9939032e35
Merge pull request #31699 from timor/zotero-5
zotero: 4.0.29 -> 5.0.25
2017-11-16 12:44:36 +00:00
Orivej Desh 34f4b97a50 idanyn: 2.1 -> 2.2.1
Fixes the build with glibc 2.26.

Tracking issue: #31696
2017-11-16 12:39:07 +00:00
Pascal Wittmann d86ff8103e
Merge pull request #31732 from AndersonTorres/upload/libwnck
libwnck: 3.4.7 -> 3.24.1
2017-11-16 13:37:26 +01:00
Pascal Wittmann 1a525da707
Merge pull request #31561 from mdorman/emacs-pdf-tools
pdf-tools: 0.70 -> 0.80
2017-11-16 13:36:21 +01:00
Pascal Wittmann 503d326ff8
Merge pull request #31733 from geistesk/pypcap-1.2.0
pypcap: 1.1.6 -> 1.2.0
2017-11-16 13:32:35 +01:00
Pascal Wittmann 9a190970ce
Merge pull request #31734 from r-raymond/patch-1
rspamd 1.4.3 -> 1.6.5
2017-11-16 13:32:04 +01:00
Orivej Desh 41e0d4b68d vpcs: fix build with glibc 2.26
Tracking issue: #31696
2017-11-16 12:30:39 +00:00
Orivej Desh 2318223380
Merge pull request #31729 from adisbladis/zfsUnstable-kernel-4_14
zfsUnstable fixes for kernel 4.14
2017-11-16 12:19:43 +00:00
Orivej Desh 8a325c4dff zotero: add desktop entry 2017-11-16 11:37:37 +00:00
adisbladis 0bdaedbe87
zfsUnstable: 2017-11-12 -> 2017-11-16 2017-11-16 19:28:23 +08:00
adisbladis be52cff377
splUnstable: 2017-10-31 -> 2017-11-16
Fixes breakage with 4.14 kernels
2017-11-16 19:28:15 +08:00
Jan Tojnar 97cc4691e3 sublime3: Use consistent program name (#31720)
Previously, we used symlinks to create short name aliases. Symlink
basenames are used as argv[0], and consequently as WM_CLASS hint
when executed. This confused desktop managers, which use the hint
to pair desktop files with running applications.

This patches uses exec scripts instead of symlinks just like the
official deb package does, preserving the sublime_text prgname.
2017-11-16 11:01:05 +00:00
Ilya Kolpakov fc8fbab87f google-cloud-sdk: don't repeat base download url 2017-11-16 11:12:55 +01:00
Yucheng Zhang 517741c98e thunar: add wrapGAppsHook 2017-11-16 18:06:37 +08:00
dywedir 23705ce319 fd: install shell completions 2017-11-16 11:58:32 +02:00
Robin Raymond 3b7eda9692
Rspamd 1.4.3 -> 1.6.5 2017-11-16 09:31:14 +01:00
geistesk 6984b949cb pypcap: 1.1.6 -> 1.2.0 2017-11-16 09:22:11 +01:00
AndersonTorres 011773edec libwnck: 3.4.7 -> 3.24.1 2017-11-16 06:16:45 -02:00
rybern ef0486b1f9 vcftools: init at 0.1.15 (#31339) 2017-11-16 09:52:56 +02:00
gnidorah a5b882310f rambox: allow user to use other auth0 credentials 2017-11-16 10:23:02 +03:00
Peter Hoeg 7ce825d6ab neomutt: put mime.types in $out/etc where it belongs 2017-11-16 12:16:05 +08:00
Orivej Desh a7daf37c3e libreswan: fix build with glibc 2.26
It is not trivial to update libreswan to 3.22 because it has added a dependency
on ldns which currently depends on openssl 1.1.0, while the rest of libreswan
depends on openssl 1.0.2.  It compiles, but may behave unpredictably at run time.

Tracking issue: #31696
2017-11-16 02:46:36 +00:00
Peter Hoeg dc7ea3f94f neomutt: specify path to mime.types
Neomutt will by default look for /etc/mime.types which isn't present in order to
map file extensions to mime types.

If this file isn't found, and a message has a png attached with
application/octet-stream mime type, neomutt will not know what to do with it.
2017-11-16 10:43:37 +08:00
Orivej Desh 68a703b405 pgpool: 3.4.2 -> 3.4.14
Fixes the build with glibc 2.26.

Tracking issue: #31696
2017-11-16 02:17:45 +00:00
Orivej Desh 3835526a94 libaal: fix build with glibc 2.26
I have extracted this patch by Jan Engelhardt from [1] because I have not found
any direct or persistent link to it.

[1] http://tube.opensuse.org/repositories/filesystems/SLE_11_SP4/src/libaal-1.0.6-107.1.src.rpm

Tracking issue: #31696
2017-11-16 02:02:44 +00:00
Orivej Desh 5018c27a3d kmscon: fix build with glibc 2.26
Tracking issue: #31696
2017-11-16 01:47:33 +00:00
Orivej Desh 30fa830633 kcov: 32 -> 34
Tracking issue: #31696
2017-11-16 01:37:04 +00:00
Orivej Desh 97800cda51 photoqt: fix build 2017-11-16 01:12:18 +00:00
Orivej Desh 52c5386cd9 gimpPlugins.texturize: 2.1 -> 2.2.2017-07-28
The old source is gone, the author has migrated to github.
2017-11-16 00:55:49 +00:00
Orivej Desh 089e0aaf72 pulseview: fix build 2017-11-16 00:40:16 +00:00
Vincent Laporte 48f9d48a51
proofgeneral_HEAD: 2017-05-06 -> 2017-11-06 2017-11-16 00:01:42 +00:00
Orivej Desh c0794dc140 libnscd: delete
This library is unused sinse e0afec2edc.

Tracking issue: #31696
2017-11-15 22:58:21 +00:00
Orivej Desh ea011d65a8 libnscd: fix build with glibc 2.26
Tracking issue: #31696
2017-11-15 22:57:03 +00:00
Orivej Desh 6ab109a673 rdf4store: fix build with glibc 2.26
Tracking issue: #31696
2017-11-15 22:47:20 +00:00
Renaud 958d6038e3
Merge pull request #31712 from stephengroat/patch-1
cmocka: 1.0.1 -> 1.1.1
2017-11-15 23:37:44 +01:00
Stephen bec7c22dca cmocka: 1.0.1 -> 1.1.1 2017-11-15 14:29:08 -08:00
Michael Weiss a5b611defc scons: 3.0.0 -> 3.0.1
"This release should be used instead of 3.0.1. This release fixes
several issues." - http://scons.org/scons-301-is-available.html

More than 90% of the 346 rebuilds succeed without any problems (I've
tested it against aeff3080d0). As far as I
can tell most of the problematic packages either failed before the
upgrade or for a reason that is unrelated to this SCons update. But it
is possible that this'll cause a few regressions, I'll try to watch out
for build failures on Hydra.

The attribute sconsPackages.scons_3_0_0 is still available in case this
breaks anything.
2017-11-15 23:22:38 +01:00
Joerg Thalheim 1d8f539bd4 rustracer: 2.0.9 -> 2.0.12
don't hard-code RUST_SRC_PATH so it can be overwritten by users/rustup
2017-11-15 21:51:29 +00:00
Joerg Thalheim 79aee3b57d rustcSrc: remove unrelated files
This package is used to provide semantic completion in tools like racer
and is equivalent to rust-src in rustup. This commit gets rid of a
number of files not required for completion.
2017-11-15 21:51:29 +00:00
Renaud 0768420280 hwinfo: 21.38 -> 21.50 2017-11-15 22:46:00 +01:00
Renaud 7a32e68393 libx86emu: 1.5 -> 1.12 2017-11-15 22:46:00 +01:00
Tim Steinbach 8b3293d947
linux: 4.4.97 -> 4.4.98 2017-11-15 16:44:20 -05:00
Tim Steinbach ff16004273
linux: 4.9.61 -> 4.9.62 2017-11-15 16:44:20 -05:00
Orivej Desh f96b3bf871 ptlib: fix build with glibc 2.26
Tracking issue: #31696
2017-11-15 21:42:26 +00:00
Orivej Desh f55308e749 gvpe: fix build with glibc 2.26
Tracking issue: #31696
2017-11-15 21:34:47 +00:00
Joachim Fasting df0300cf67
tor-browser-bundle-bin: 7.0.9 -> 7.0.10 2017-11-15 22:10:52 +01:00
Joachim Fasting 870c86d0ee
linux_hardened: structleak covers structs passed by address 2017-11-15 22:10:50 +01:00
Joachim Fasting 8ecae36963
linux_hardened: enable slab freelist hardening 2017-11-15 22:10:44 +01:00
Frederik Rietdijk 1e64aa9518
Merge pull request #31703 from Mic92/rope
Rope / spyder update
2017-11-15 21:21:38 +01:00
Frederik Rietdijk 6deba8cc02
Merge pull request #31707 from mbld/darwin-borgbackup
borgbackup: Make build on darwin possible
2017-11-15 21:20:21 +01:00
Orivej Desh b8f7027360
Merge pull request #31037 from NeQuissimus/virtualbox_5_2_0
virtualbox: 5.1.26 -> 5.2.0
2017-11-15 18:31:12 +00:00
Orivej Desh 9be7a88633
Merge pull request #31711 from adisbladis/nodejs-8_9_1
nodejs: 8.9.0 -> 8.9.1
2017-11-15 18:29:57 +00:00
Michael Raskin bc1e6617b9
Merge pull request #31496 from adisbladis/btrfs-progs-4_13_3
btrfs-progs: 4.13.1 -> 4.13.3
2017-11-15 19:25:07 +01:00
Thomas Tuegel 5827125d42
Merge pull request #31274 from rnhmjoj/radeon-profile
radeon-profile: 20161221 -> 20170714
2017-11-15 12:07:11 -06:00
Michael Raskin c127e94bf7 clisp-tip: 2.50pre20170130 -> 2.50pre20171114; progress on #31696 2017-11-15 19:05:58 +01:00
adisbladis f1f8ada473
nodejs: 8.9.0 -> 8.9.1 2017-11-16 02:05:19 +08:00
Samuel Leathers c189dfb4e8
Merge pull request #31360 from lsix/update_gnupg_2_2_2
gnupg: 2.2.1 -> 2.2.2
2017-11-15 12:53:44 -05:00
Orivej Desh 35e52ffd1f mkcl: 1.1.9 -> 1.1.10.2017-11-14
Fixes the build with glibc 2.26 (#31696).
2017-11-15 17:10:00 +00:00
Joerg Thalheim a165a383a2 Revert "rustracer: 2.0.9 -> 2.0.12"
This reverts commit c32abb53cd.

racer got broken by this update
2017-11-15 17:05:18 +00:00
Martin Bornhold 629e17b9fd borgbackup: Add llfuse to propagated build inputs if not on darwin
The llfuse package depends on fuse which refuses to build on darwin. But
according to a comment in the setup.py of borgbackup [1] it's ok to leave it out
if it's not available. Most of borgbackup should work without it. Would be great
to make it work on darwin but i am not sure if it's possible to get fuse to work
on darwin. I do not know enough about it ;)

After this modification at least the "borg mount" subcommand is broken due to
the missing llfuse module. But the rest seems to work normally.

[1] 72232a9bd5/setup.py (L32)
2017-11-15 17:49:33 +01:00
Martin Bornhold b159ed5069 borgbackup: Add acl library to build inputs on linux platform
The acl libraray is only required by the borgbackup package if building on a
linux platform. Adding it only in this case should be fine. Also see the
conditional in the setup.py at [1].

[1] 72232a9bd5/setup.py (L768)
2017-11-15 17:49:33 +01:00
Orivej Desh 72de80fa79 chez: 9.5-20171012 -> 9.5-20171109
Fixes the build with glibc 2.26 (#31696).
2017-11-15 16:21:38 +00:00
Samuel Leathers 07bd44b558
dotty: init at 0.4.0-RC1 2017-11-15 11:13:39 -05:00
Joerg Thalheim 67092ffd43 spyder: 2.3.8 -> 3.2.4 2017-11-15 15:49:05 +00:00
Joerg Thalheim d1d4f91754 pythonPackages.qtpy: init at 1.3.1 2017-11-15 15:48:43 +00:00
Joerg Thalheim f6592cc96d pythonPackages.qtawesome: init at 0.4.4 2017-11-15 15:47:02 +00:00
Lancelot SIX 44b319156f gnupg: 2.2.1 -> 2.2.2
This is a maintenance release.
See http://lists.gnu.org/archive/html/info-gnu/2017-11/msg00001.html
for release information
2017-11-15 10:42:11 -05:00
Joerg Thalheim 3320d5f7a8 pythonPackages.rope: 0.10.2 -> 0.10.7 2017-11-15 15:27:26 +00:00
Samuel Leathers 1f6a0e9b76
Merge pull request #31428 from adisbladis/opensc-0_17_0
opensc: 0.15.0 -> 0.17.0
2017-11-15 10:23:56 -05:00
Joerg Thalheim c32abb53cd rustracer: 2.0.9 -> 2.0.12 2017-11-15 15:20:25 +00:00
Tim Steinbach dd53d0f1a0
virtualbox: 5.1.26 -> 5.2.0 2017-11-15 10:14:44 -05:00
Bastian Köcher dec40045f7 kde-frameworks: 5.39 -> 5.40 2017-11-15 15:52:09 +01:00
Thomas Tuegel 9231cc891b
Merge pull request #26436 from peterhoeg/p/amarok
amarok-kf5: init at 2.8.91-20170228
2017-11-15 08:45:07 -06:00
Orivej Desh 3f0f3ee765 verbiste: 0.1.44 -> 0.1.45 2017-11-15 14:44:07 +00:00
Samuel Leathers c702b1c021
Merge pull request #31665 from zraexy/streamlink
streamlink: 0.8.1 -> 0.9.0
2017-11-15 09:23:24 -05:00
Samuel Leathers cdea07b29f
Merge pull request #31669 from romildo/new.jgmenu
jgmenu: init at 0.7.4
2017-11-15 09:21:59 -05:00
Samuel Leathers 27fbf66c4a
Merge pull request #31695 from Moredread/mpi4py-3.0.0
pythonPackages.mpi4py: 2.0.0 -> 3.0.0
2017-11-15 09:19:20 -05:00
Orivej Desh 2fc20639b7 php56Packages.apcu40: fix build after #31526 2017-11-15 14:09:50 +00:00
timor e1a797e37f zotero: 4.0.29 -> 5.0.25
This uses buildFHSUserenv.  The source installation probably does not work until
node2nix supports nodejs-8.x.
2017-11-15 14:53:05 +01:00
Samuel Leathers 8f75c783cd
Merge pull request #31660 from taku0/flashplayer-27.0.0.187
flashplayer: 27.0.0.183 -> 27.0.0.187
2017-11-15 08:27:39 -05:00
André-Patrick Bubel fb8ff9eaf8
pythonPackages.mpi4py: 2.0.0 -> 3.0.0
Tests run with sandboxing enabled again and we can remove some of the fixes as
they aren't necessary anymore.

PyPy and Python 3 are also supported.
2017-11-15 14:14:38 +01:00
Jan Tojnar 697a148f45
gnome3.grilo-plugins: add missing dleyna dependency 2017-11-15 14:02:38 +01:00
Jan Tojnar a3509f6c22
gnome3.gnome-online-miners: add missing dleyna dependency 2017-11-15 14:02:37 +01:00
Jan Tojnar e1b8636181
dleyna-server: init at 0.6.0 2017-11-15 14:02:37 +01:00
Jan Tojnar abb17136de
gnome3.gnome-photos: add missing dleyna depenency 2017-11-15 14:02:37 +01:00
Jan Tojnar a04cfdea12
dleyna-renderer: init at 0.6.0 2017-11-15 14:02:37 +01:00
Jan Tojnar eea8e78f0d
dleyna-connector-dbus: init at 0.3.0 2017-11-15 14:02:36 +01:00
Jan Tojnar f2bf15a20c
dleyna-core: init at 0.6.0 2017-11-15 14:02:36 +01:00
Jan Tojnar 6c6f6a4008
gupnp_dlna: init at 0.10.5 2017-11-15 14:02:36 +01:00
Jan Tojnar 7d33f7fba8
gupnp: 0.20.16 → 1.0.2 2017-11-15 14:02:36 +01:00
Jan Tojnar d676108f45
gupnp_av: 0.12.2 → 0.12.10 2017-11-15 14:02:34 +01:00
Michael Weiss f46003798e fuse3: 3.2.0 -> 3.2.1 2017-11-15 13:42:44 +01:00
Renaud 73af2b27c9
Merge pull request #31677 from romildo/upd.materia
materia-theme: 20171005 -> 20171112
2017-11-15 13:40:17 +01:00
Tim Steinbach bd9b124f2a
linux: 4.13.12 -> 4.13.13 2017-11-15 07:32:24 -05:00
Orivej Desh 8562538f1f phpPackages.apcu,imagick: fix build after #31526 2017-11-15 12:21:39 +00:00
Orivej Desh a7f4d977a7
Merge pull request #31678 from flokli/fix-iwlwifi-linux-4.14
linux_4_14: fix iwlwifi fw reset
2017-11-15 11:32:53 +00:00
Florian Klink f919c7faec linux_4_14: fix iwlwifi fw reset
Currently, moving to kernel_4_14 breaks at least Intel Wireless 8260 and
8265 cards due to a API change in the firmware, which is not yet honored
in the driver.
2017-11-15 11:30:24 +00:00
Sander van der Burg f38e9cb127
Merge pull request #31655 from Ma27/repackage-everything-with-node2nix
Repackage everything with node2nix
2017-11-15 12:27:33 +01:00
José Romildo Malaquias 22c85def14 enlightenment: fix names of setuid wrapped files 2017-11-15 08:45:26 -02:00
Moritz Kiefer c0f08557b9 why3: 0.87.3 -> 0.88.1 2017-11-15 10:15:12 +01:00
Bjørn Forsman b06c5a678d libfaketime: 0.9.6 -> 0.9.7
* Project is hosted on github.com.
* The -Wno-nonnull-compare fix is included in 0.9.7, so remove it from
  this package expression.
2017-11-15 08:06:27 +01:00
Orivej Desh 3dded417f6 gtetrinet: prevent warnings and fix style 2017-11-15 05:36:05 +00:00
Samuel Leathers 223236dfc6
Merge pull request #31688 from chris-martin/pr/gtetrinet
gtetrinet: init at 0.7.11
2017-11-14 23:49:53 -05:00
Samuel Leathers 645bd9ad51
Merge pull request #31671 from fadenb/emby_3.2.36.0
emby: 3.2.33.0 -> 3.2.36.0
2017-11-14 23:43:34 -05:00
Chris Martin fa20e7c6a2 gtetrinet: init at 0.7.11 2017-11-14 23:41:10 -05:00
James Earl Douglas 70ac2218fc
jenkins: 2.89 -> 2.90 2017-11-14 20:30:27 -07:00
José Romildo Malaquias 5e98944d78 materia-theme: 20171005 -> 20171112 2017-11-14 22:39:52 -02:00
Daniel Peebles 267be2ba62
Merge pull request #31676 from grahamc/sharutils
sharutils: simplify substituteInPlace syntax to be Nix 1.11.8 compatible
2017-11-14 19:38:24 -05:00
Rok Garbas 7dce6c88d2 neovim: 0.2.0 -> 0.2.1
* neovimLibvterm: 5a748f97 -> 4ca7ebf7
* neovim ruby: 0.5.0 -> 0.5.1
* pythonPackages.neovim: 0.1.13 -> 0.2.0
* libmpack: 1.0.3-rev80bd55ea6 -> 1.0.5
* luaPackages.mpack: switched to new source location, 1.0.7_ef025224a7
* only one set of lua packages, switched to luajit
2017-11-15 01:21:46 +01:00
Yuriy Taraday a472c57ffc chromium: 62.0.3202.89 -> 62.0.3202.94
Also bump beta version.
2017-11-15 01:18:01 +01:00
Graham Christensen 753f7be38d sharutils: simplify substituteInPlace syntax to be Nix 1.11.8 compatible 2017-11-14 19:07:30 -05:00
Vincent Laporte f3811adea6
frama-c.why2: 2.37 -> 2.39 2017-11-14 21:48:50 +00:00
Frederik Rietdijk 0cedba16b8
Merge pull request #30552 from obsidiansystems/pysc2-init
pysc2: init at 1.2
2017-11-14 21:24:49 +01:00