Commit Graph

89465 Commits

Author SHA1 Message Date
Robin Gloster
fc57e634f3
scid: fix build 2017-03-03 15:18:08 +01:00
Fernando J Pando
f40b0f5e37 astroid: 1.4.4 -> 1.4.9 2017-03-03 08:46:46 -05:00
Fernando J Pando
6be140d621 pylint: 1.5.4 -> 1.6.5
- tested on nixos
- tested on darwin
2017-03-03 08:37:42 -05:00
Domen Kožar
fb40889ddb
mk-python-derivation: remove me as maintainer
The time has come ...
2017-03-03 14:37:28 +01:00
goibhniu
175a58dc41 Merge pull request #23339 from magnetophon/yoshimi
yoshimi: 1.4.1 -> 1.5.0
2017-03-03 14:32:45 +01:00
Vladimír Čunát
da34670033
snappy: split into multiple outputs
Most of the size was documentation;
it got into many closures via mysql attribute.
2017-03-03 14:30:36 +01:00
Vladimír Čunát
d5d7fcb95f
snappy: performance update 1.1.3 -> 1.1.4
... and use release tarball instead of snapshot.
2017-03-03 14:27:48 +01:00
Vladimír Čunát
5060f22839
Merge branch 'master' into staging 2017-03-03 14:20:15 +01:00
Vladimír Čunát
913aae40ba
luajitPackages.mpack.meta.broken = true
It seems only to link succesfully to vanilla lua.
http://hydra.nixos.org/build/49554613
2017-03-03 14:10:18 +01:00
Robin Gloster
bb9a37a2a5
ikarus: remove
unmaintained, only works on 32 bit
2017-03-03 13:43:04 +01:00
Benno Fünfstück
ac592121b9 xrectsel: remove unnecessary DESTDIR=$out
This avoids files being installed to $out/nix/store
2017-03-03 12:59:54 +01:00
Benno Fünfstück
a8458bb506 ffcast: remove unnecessary DESTDIR=$out
This avoids files being installed to $out/nix/store
2017-03-03 12:58:43 +01:00
Benno Fünfstück
253d736398 boinc: fix location of /etc in $out
Looks like the latest version no longer requires the patch, and the patch instead resulted in
/etc files being installed to `$out/$out/etc` instead of `$out/etc`
2017-03-03 12:58:43 +01:00
Pradeep Chhetri
2ac1a1da8b kafka: 0.10.1.1 -> 0.10.2.0 2017-03-03 17:11:31 +05:30
Robin Gloster
75c3f00971
libclc: fix evaluation 2017-03-03 12:39:39 +01:00
Benno Fünfstück
1f7fe3dc07 vbam: fix location of etc in output
Shell variables are not expanded in cmakeFlags, so the etc files ended up in
`$out/'$out'/etc` instead of the expected `$out/etc`.
2017-03-03 12:27:49 +01:00
Benno Fünfstück
410bba8f95 libbladeRF: fix udev rule location in $out
Shell variables in cmakeFlags are not expanded, so the rules instead ended up
in `$out/'$out'/etc/udev/rules.d`.
2017-03-03 12:27:49 +01:00
Carles Pagès
0f9517eb9e hexen: mark as broken
Does not build and is not maintained.
2017-03-03 12:03:48 +01:00
Domen Kožar
a32a00eb81
haskellPackages.http-api-data: dontCheck
(cherry picked from commit 2f4003b56163ebf4b9f0b1ea6ed3c0a974a3fcd7)
Signed-off-by: Domen Kožar <domen@dev.si>
2017-03-03 11:46:09 +01:00
Eelco Dolstra
7174dcab91 Merge pull request #23435 from sometimes-i-send-pull-requests/pam_ssh_agent_auth-multiple-authorized-keys-files
pam_ssh_agent_auth: Re-allow multiple authorized keys files
2017-03-03 11:20:51 +01:00
Carles Pagès
86a1d6f4aa pfixtools: fix build with unbound-1.6.1 2017-03-03 10:21:32 +01:00
Alexander Kirchhoff
3948891112 pam_ssh_agent_auth: Re-allow multiple authorized keys files
This functionality was initially introduced in
3644f9124a to fix
https://github.com/NixOS/nixos/pull/52, but was broken in the update from 0.9.5
to 0.10.3.  The original patch does not cleanly apply due to reformatting and
parameter changes upstream, but the adaptations of the patch to the new version
are not too severe.
2017-03-03 01:11:53 -08:00
Lancelot SIX
a25c93994b Merge pull request #23094 from veprbl/for_upstream
pythonPackages: add pyhepmc, graphviz; bump rootpy
2017-03-03 09:42:55 +01:00
Peter Simons
09a593b3de Drop obsolete, unmaintained haskell.packages.lts-x_y package sets.
Stack no longer uses them since a long time: https://github.com/commercialhaskell/stack/issues/2259.
2017-03-03 09:27:32 +01:00
Vladimír Čunát
92f454e73c
Merge #23408: llvm: 4.0rc2 -> 4rc3
and rename attributes 4.0 -> 4
2017-03-03 08:15:35 +01:00
Frederik Rietdijk
a1f6b8b5fc Python 3.6 fixup expat and libffi, fixes #23406 2017-03-03 07:46:52 +01:00
rnhmjoj
fc12998c3a
libchop: fix package 2017-03-03 04:56:57 +01:00
Clemens Manert
a391e8837c Update 1.16 -> 1.17 2017-03-03 04:38:11 +01:00
Thomas Tuegel
28cb067600
fricas: 1.2.2 -> 1.3.1 2017-03-02 19:39:55 -06:00
Eric Sagnes
acb1032968 fcitx: fix fcitx-qt5 attribute path 2017-03-03 08:54:32 +09:00
Will Dietz
6f6c06adc1 llvm4.0: Rename "4.0" (and _40) to "4" (and _4).
This reflects upstream versioning change, and allows
us to replace 4.0 with 4.1 (which is now a minor revision)
without changing the attribute name.

Thanks to @vcunat for the idea.
2017-03-02 17:19:44 -06:00
Will Dietz
5e267f657d llvm4.0: rc2 -> rc3
Also add myself to maintainers for LLVM.
2017-03-02 17:19:44 -06:00
Bart Brouns
33e23934a7 synthv1: 0.7.6 -> 0.8.0 2017-03-03 01:13:09 +02:00
ndowens
1dcb0bbc39 logcheck: 1.3.17 -> 1.3.18
logcheck: Added hyphen
2017-03-02 16:40:59 -06:00
Tuomas Tynkkynen
1254f1a46a gf2x: Disable i686 build
http://hydra.nixos.org/build/49552136/nixlog/3/raw
2017-03-03 00:21:47 +02:00
Nikolay Amiantov
cb13a8c5f8 openspades: 0.0.12 -> 0.1.1b
Remove openspades-git, it's not needed now that there was a release.
2017-03-03 00:34:36 +03:00
Peter Simons
b923fd5253 git-annex 6.20170301.1 tarballs are no longer available anywhere; now we must use fetchgit 2017-03-02 22:11:58 +01:00
Peter Simons
090921fa5f hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.1-2-g3de0b84 from Hackage revision
163561eab9.
2017-03-02 22:11:48 +01:00
Peter Simons
197236af88 hackage2nix: disable broken builds 2017-03-02 22:11:46 +01:00
Daiderd Jordan
423bab129a Merge pull request #23330 from yurrriq/update/pkgs/development/interpreters/erlang/R19
erlangR19: 19.2 -> 19.2.3
2017-03-02 21:07:59 +01:00
Jörg Thalheim
0c24151731 Merge pull request #23398 from rnhmjoj/gitfs
gitfs: 0.2.5 -> 0.4.5.1
2017-03-02 20:52:43 +01:00
Daiderd Jordan
cd929804a3 Merge pull request #23380 from veprbl/fakeroot_darwin
fakeroot: add darwin support
2017-03-02 20:19:55 +01:00
Nikolay Amiantov
86a0a1eced haskellPackages.lambdabot-haskell-plugins: remove overrides 2017-03-02 21:41:25 +03:00
Jörg Thalheim
53b059ade5
miniupnpc: switch to old version by default
miniupnpc 2.0.20161216 change its api
2017-03-02 19:30:37 +01:00
Renaud
b0ae3c14fb httping 2.5: fetch over https + license 2017-03-02 19:20:26 +01:00
Peter Simons
027ffb6429 Merge pull request #23252 from ljli/ghc7103-pkgs-fixes
haskell ghc710x packages fixes
2017-03-02 19:07:12 +01:00
Alistair Bill
fa5ecc2d1a msgpack-tools: fix sandbox build 2017-03-02 17:51:17 +00:00
3noch
4b77d425aa
Fix GHCJS HEAD patch; support GHCJS libdir link; use full ghcEnv for GHCJS
Original:
f3110651c8

(With some tweaks from @cstrahan)

closes #23199
2017-03-02 11:35:11 -05:00
3noch
7d356ff696
Disable large address space in GHC iOS X compiler
Original:
17cea33d1a
2017-03-02 11:34:15 -05:00
Franz Pletz
49bdf9803a
linux: IPV6_FOU_TUNNEL is available since 4.7 2017-03-02 17:19:55 +01:00
Franz Pletz
75e85cae42
linux: enable FOU tunnels and VRF interfaces 2017-03-02 17:19:55 +01:00
Jörg Thalheim
98523861f6
highlight: disable darwin build
https://hydra.nixos.org/build/49668465/nixlog/1
2017-03-02 16:39:12 +01:00
rnhmjoj
1b9875220f
gitfs: 0.2.5 -> 0.4.5.1 2017-03-02 16:35:33 +01:00
Joachim Fasting
c5785dc3eb
nvidiabl: mark as broken on kernels >4.4
All builds on kernels >4.4 fail.
2017-03-02 16:11:42 +01:00
Joachim Fasting
499f813ae8
nvidiabl: 0.85 -> 0.87 2017-03-02 16:11:18 +01:00
Joachim Fasting
7f31a8e359
cryptodev: mark as broken for kernels >4.4
All builds for kernels above 4.4 fail; there is no newer
upstream version.
2017-03-02 16:11:16 +01:00
ndowens
441ad3a804 amtterm: 1.4 -> 1.6-1 2017-03-02 08:51:13 -06:00
Graham Christensen
03549854ac Merge pull request #23385 from izuk/bazel
bazel: add gcc to PATH and simplify patch
2017-03-02 08:59:45 -05:00
Franz Pletz
f4f0889131 Merge pull request #23365 from mguentner/ipfs_0_4_6
ipfs: 0.4.5 -> 0.4.6
2017-03-02 14:57:58 +01:00
Graham Christensen
7abda54bbb
kdeApplications.kdelibs: patch for insecure URL passing 2017-03-02 08:34:17 -05:00
Graham Christensen
5ce06263a3
kdeFrameworks.kio: patch for insecure URL passing 2017-03-02 08:26:25 -05:00
Tim Steinbach
45a86b0816 Merge pull request #23387 from Kendos-Kenlen/atom
atom: 1.14.3 -> 1.14.4
2017-03-02 08:25:15 -05:00
Thomas Tuegel
fc35453018
Emacs package updates 2017-03-02 07:24:21 -06:00
Thomas Tuegel
60d1915b61
melpa-stable-packages: 2017-03-01 2017-03-02 07:24:02 -06:00
Thomas Tuegel
00f28d74c9
melpa-packages: 2017-03-01 2017-03-02 07:23:49 -06:00
Robin Gloster
6034d429fc
btrfs-dedupe: dependency is broken on i686 2017-03-02 14:23:41 +01:00
Thomas Tuegel
b955f27ad9
elpa-packages: 2017-03-01 2017-03-02 07:23:19 -06:00
Robin Gloster
c1866cade9
libsForQt5.qmltermwidget: fix build 2017-03-02 14:13:35 +01:00
Gauthier POGAM--LE MONTAGNER
869bc1c07e atom: 1.14.3 -> 1.14.4 2017-03-02 13:44:47 +01:00
Jörg Thalheim
d9b9f956c3 Merge pull request #23348 from Mounium/cytoscape
cytoscape: fixed issue with startup script
2017-03-02 13:44:46 +01:00
Anders Papitto
095cf1b903 Revert "buildRustPackage: fix deprecated use of registry.index config key"
This reverts commit e8aa8cc94be45103fcd32b5f0bfee4a55eae4080.
2017-03-02 13:40:19 +01:00
Robin Gloster
306eb6ded0
d4x: remove
removed in debian in 2010
2017-03-02 13:20:59 +01:00
Frederik Rietdijk
b588ed95b9 Python 3.4: fixup expat and libffi, fixes #23325 2017-03-02 13:17:40 +01:00
Jörg Thalheim
12409e708b Merge pull request #23353 from xwvvvvwx/update_vscode
vscode: 1.9.1 -> 1.10.0
2017-03-02 13:07:30 +01:00
Robin Gloster
feffa1aabf
cuter: fix build 2017-03-02 13:00:44 +01:00
Robin Gloster
eebb5f20a3
cuter: fix indentation 2017-03-02 13:00:44 +01:00
Domen Kožar
bfe15ec83f
electron: 1.4.13 -> 1.4.15 2017-03-02 12:56:05 +01:00
Joachim Fasting
c44a41c73f
tor: split out geoip data
Saves about 5.2 MiB.

To use geoip, add something like
```
GeoIPFile ${tor.geoip}/share/tor/geoip
GeoIPv6File ${tor.geoip}/share/tor/geoip6
```
to torrc
2017-03-02 12:40:33 +01:00
Cray Elliott
0b7861dc7f obs-studio: 17.0.1 -> 18.0.0 2017-03-02 02:44:34 -08:00
Cray Elliott
d2aa1706bd ffmpeg-full: 3.2.2 -> 3.2.4 2017-03-02 02:44:28 -08:00
Jörg Thalheim
4103fa5257 Merge pull request #23371 from ndowens/hans
hans: 0.4.4 -> 1.0
2017-03-02 11:43:52 +01:00
Andreas Herrmann
5a68d5484e blitz: switch back to boost-1.60
The build fails with boost-1.62.
More specifically, the test of the boost-serialization integration fails
due to the protected destructor in the class template `MemoryBlock`.
2017-03-02 11:40:59 +01:00
Domen Kožar
4064889e96 Merge pull request #23377 from ndowens/connect
connect: 1.104 -> 1.105
2017-03-02 11:36:04 +01:00
Jörg Thalheim
0e07b7b6be Merge pull request #23369 from ndowens/httping
httping: 2.4 -> 2.5
2017-03-02 11:27:11 +01:00
Jörg Thalheim
e867620d02 Merge pull request #23367 from ndowens/miniupnpc
miniupnpc: 1.9.20150430 -> 2.0.20161216
2017-03-02 11:20:48 +01:00
Robin Gloster
ec98c1d8f4
haskellPackages.cabal-lenses: add comment to upstream issue 2017-03-02 11:03:25 +01:00
ndowens
9addeafe1a par2cmdline: 0.6.11 -> 0.6.13 (#23361)
* par2cmdline: 0.6.11 -> 0.6.13

* par2cmdline: add autoreconfHook to nativeBuildInputs
2017-03-02 11:02:08 +01:00
Jörg Thalheim
a9c0b0a754 Merge pull request #23356 from ndowens/speedtest-cli
speedtest-cli: 0.3.4 -> 1.0.2
2017-03-02 10:52:15 +01:00
Jörg Thalheim
15f1d84c88 Merge pull request #23343 from ndowens/augeas
augeas: 1.5.0 -> 1.7.0
2017-03-02 10:34:46 +01:00
ndowens
3806d47b49 uptimed: 0.3.18 -> 0.4.0 (#23316)
* uptimed: 0.3.18 -> 0.4.0

* uptimed: autoreconfHook belongs to nativeBuildInputs
2017-03-02 10:21:08 +01:00
Jörg Thalheim
b57861c30c Merge pull request #23315 from ndowens/xe
xe: 0.5 -> 0.6.1
2017-03-02 09:57:56 +01:00
Jörg Thalheim
de90e320c8 Merge pull request #23314 from ndowens/ansifilter
Ansifilter: 1.15 -> 2.4
2017-03-02 09:54:44 +01:00
Jörg Thalheim
c5a1625f85 Merge pull request #23309 from ndowens/enca
enca: 1.16 -> 1.19
2017-03-02 09:51:31 +01:00
Jörg Thalheim
03a8db5cdc Merge pull request #23308 from ndowens/highlight
highlight: 3.28 -> 3.35
2017-03-02 09:48:33 +01:00
Itai Zukerman
1f709ad136 bazel: add gcc to PATH and simplify patch
Removed patches that are purely for testing.
Removed dependencies that seemed to not be needed.
Expand all instances of #!/bin/bash, not just those at the start of scripts.
2017-03-02 00:09:10 -08:00
Peter Simons
9e72734826 haskell-yaml: build with bundled libyaml rather than our system version
It looks like the yaml package bundles an unreleased version of libyaml and
relies on particulars of that versions behavior. Therefore, the package no
longer works with the official libyaml 0.1.7 release, which is what we have.

https://github.com/snoyberg/yaml/issues/106
2017-03-02 09:05:07 +01:00
Peter Simons
2e5a4b1a38 haskell-lambdabot: fix evaluation 2017-03-02 09:05:07 +01:00
Peter Simons
53d55cbfe9 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.1 from Hackage revision
d654ea25e9.
2017-03-02 09:05:06 +01:00
Peter Simons
eabf47b302 hackage2nix: disable builds that depend on broken webkitgtk-2.4.11 2017-03-02 09:05:00 +01:00
Peter Simons
86c51da755 LTS Haskell 8.3 2017-03-02 09:04:25 +01:00
Jörg Thalheim
85a1dd288b Merge pull request #23306 from ndowens/kytea
kytea: 0.4.6 -> 0.4.7; source was still pointing to version 0.4.6
2017-03-02 08:44:14 +01:00
ndowens
021046a72e swaks:20130209.0 -> 20170101.0 2017-03-02 08:19:41 +01:00
ndowens
d072ac28f8 quicktun: 2.2.4 -> 2.2.5 2017-03-02 08:19:25 +01:00
Dmitry Kalinkin
cb1b08a871
herwig: 7.0.3 -> 7.0.4 2017-03-01 22:53:41 -05:00
Dmitry Kalinkin
ac51822ee8
pythonPackages.python-sybase: init at 0.40pre2 2017-03-01 22:53:41 -05:00
Dmitry Kalinkin
2198a7c747
pythonPackages.graphviz: init at 0.5.2 2017-03-01 22:53:41 -05:00
Dmitry Kalinkin
e60805061b
pythonPackages.pyhepmc: init at 0.5.0 2017-03-01 22:53:40 -05:00
Peter Hoeg
1fbcce4448 dropbox: 19.4.13 -> 20.4.19 2017-03-02 11:45:19 +08:00
Dmitry Kalinkin
82d3f926a9
fakeroot: add darwin support
replace utillinux with getopt

Fixes #22773
2017-03-01 22:33:33 -05:00
ndowens
ad25011ba1 connect: 1.104 -> 1.105 2017-03-01 20:09:46 -06:00
rnhmjoj
83462da296 eztrace: add missing dependency 2017-03-02 04:00:36 +02:00
Tuomas Tynkkynen
439facec2a lkl: Broken on i686
http://hydra.nixos.org/build/49534265
2017-03-02 03:59:31 +02:00
ndowens
2ff72c684d hans: 0.4.4 -> 1.0 2017-03-01 19:18:29 -06:00
ndowens
5f76147fa7 horst: git-2016-03-15 -> 5.0 2017-03-01 19:16:03 -06:00
ndowens
ef4775c2a7 httping: 2.4 -> 2.5 2017-03-01 19:12:00 -06:00
Gauthier POGAM--LE MONTAGNER
5818355a69 slack: remove ubuntu update cron 2017-03-02 01:49:30 +01:00
ndowens
9d30abf7b2 miniupnpc: 1.9.20150430 -> 2.0.20161216 2017-03-01 18:43:26 -06:00
Gauthier POGAM--LE MONTAGNER
1be1c905f2 slack: 2.3.4 -> 2.5.1 2017-03-02 01:30:02 +01:00
Tuomas Tynkkynen
256e764226 radeontools: Mark as broken
The upstream release is from 2004. The website of this software talks
about configuring XFree86. I *highly* doubt this software is of any use
nowadays.
2017-03-02 02:30:00 +02:00
Maximilian Güntner
aa429e6775
ipfs: 0.4.5 -> 0.4.6 2017-03-02 01:24:39 +01:00
Peter Hoeg
0d936b0366 Merge pull request #23312 from ndowens/discount
Discount: 2.2.0 -> 2.2.2
2017-03-02 08:12:54 +08:00
Charles Strahan
2c0225add6
mesos: fix build with latest gcc/glibc
/cc #23253
2017-03-01 18:22:58 -05:00
ndowens
a55e8605ba pptp: 1.8.0 -> 1.9.0 2017-03-01 17:06:22 -06:00
Joachim Fasting
05054e34c0
tor: 0.2.9.9 -> 0.2.9.10
The 0.2.9 series is now a long-term support release, which will
receive backported security fixes until at least 2020.

tor should now build against libressl, as in
```nix
tor.override { openssl = libressl; }
```

Also re-enable the test-suite; works fine on my end.
2017-03-01 23:56:34 +01:00
ndowens
32cf5c4d02 speedtest-cli: 0.3.4 -> 1.0.2 2017-03-01 16:53:30 -06:00
ndowens
a911240518 sstp: 1.0.10 -> 1.0.11 2017-03-01 16:48:07 -06:00
David Terry
fdd436b3e4 vscode: 1.9.1 -> 1.10.0 2017-03-01 23:35:05 +01:00
Tobias Geerinckx-Rice
b12b4eaca6
phc-intel: 0.4.0-rev22 -> 0.4.0-rev24
Fixes Hydra failures on kernel >= 4.10 by only supporting kernel >= 4.10.
2017-03-01 23:34:37 +01:00
Tobias Geerinckx-Rice
20be30fdd2 Merge pull request #23341 from ndowens/di
di: 4.42 -> 4.43
2017-03-01 21:30:24 +00:00
Katona László
085502dd80 cytoscape: fixed issue with startup script 2017-03-01 21:46:49 +01:00
Daiderd Jordan
4150920a51 Merge pull request #23294 from yurrriq/update/pkgs/applications/graphics/graphicsmagick
graphicsmagick: fix for darwin
2017-03-01 21:45:01 +01:00
Tuomas Tynkkynen
8dcfa44a53 memtest86: Mark as broken
It fails with hardening-related errors like:

reloc.o: In function `.L41':
reloc.c:(.text+0x452): undefined reference to `__stack_chk_fail_local'

... and several others as well!

Since nobody has noticed that this package has been broken the entire
16.09 release, it's probably not worth to try fixing it.

(Note that this is a different package from memtest86plus!)
2017-03-01 22:19:35 +02:00
Eric Bailey
fff88b814c
graphicsmagick: fix for darwin
Prior to this change, GraphicsMagick didn't work at all for me on Darwin, due to
dylib linking issues.
2017-03-01 14:04:11 -06:00
ndowens
d9bc414521 augeas: 1.5.0 -> 1.7.0 2017-03-01 13:38:11 -06:00
ndowens
3df8bef60e discount: 2.2.0 -> 2.2.2
Discount: added missing update
2017-03-01 13:28:16 -06:00
Robert Helgesson
337356448a
perl-Log-Log4perl: 1.48 -> 1.49 2017-03-01 20:12:24 +01:00
Robert Helgesson
a5ed11202c
svtplay-dl: 1.9.2 -> 1.9.3 2017-03-01 20:12:24 +01:00
ndowens
204850c975 di: 4.42 -> 4.43 2017-03-01 13:09:43 -06:00
Peter Simons
feffadefed haskell generic-builder: Revert "Pass through the ghcEnv."
This reverts commit a27bc8b317. Please don't add
random stuff to the interface provided by the generic builder without
coordinating with others. There is a proper effort underway to provide that
information in https://github.com/NixOS/nixpkgs/pull/23023.
2017-03-01 19:57:40 +01:00
Peter Simons
3001b821c9 haskell generic-builder: Revert "Pass through the list of haskell build inputs."
This reverts commit c153036525. Please don't add
random stuff to the interface provided by the generic builder without
coordinating with others. There is a proper effort underway to provide that
information in https://github.com/NixOS/nixpkgs/pull/23023.
2017-03-01 19:57:18 +01:00
ndowens
c393512809 catdoc: 0.94.2 -> 0.95 2017-03-01 19:18:20 +01:00
Shea Levy
c153036525 haskell generic-builder: Pass through the list of haskell build inputs.
Useful for building custom envs.
2017-03-01 13:00:57 -05:00
Shea Levy
b0cff50983 nix-buffer: 2.0.0 -> 2.1.0 2017-03-01 12:59:48 -05:00
Bart Brouns
56f5eaae86 yoshimi: 1.4.1 -> 1.5.0 2017-03-01 18:50:34 +01:00
Daiderd Jordan
f34c9d7885 Merge pull request #23270 from yurrriq/update/pkgs/applications/version-management/git-and-tools/gitflow
gitflow: tweak for darwin
2017-03-01 18:46:11 +01:00
Bjørn Forsman
96d774747b simavr: 1.3 -> 1.5 (fixes build) 2017-03-01 18:11:40 +01:00
Eelco Dolstra
f5e53aea5d
nixUnstable: 1.12pre4997_1351b0d -> 1.12pre5060_fa125b9 2017-03-01 18:04:18 +01:00
ndowens
d12030d175 hwinfo: 21.23 -> 21.38 2017-03-01 17:50:50 +01:00
Robin Gloster
b2919b454f
haskellPackages.cabal-lenses: fix build 2017-03-01 17:26:09 +01:00
Shea Levy
dbd7a73d0b Merge branch 'master' of github.com:NixOS/nixpkgs 2017-03-01 11:11:50 -05:00
Robin Gloster
a3e4321297
haskellPackages.rank1dynamic: fix build 2017-03-01 17:09:21 +01:00
Robin Gloster
fd770dd176
haskellPackages.OrderedBits: fix build 2017-03-01 17:09:21 +01:00
Shea Levy
a27bc8b317 haskell generic-builder: Pass through the ghcEnv.
Will be useful for nix-buffer
2017-03-01 11:05:50 -05:00
Shea Levy
bae77363c3 nixBufferBuilders.withPackages: Fix buffer count logic 2017-03-01 11:05:50 -05:00
Tuomas Tynkkynen
0495b34782 trinity: Apply upstream commit as a patch to fix build
Needed since glibc 2.25.
2017-03-01 18:03:30 +02:00
Robin Gloster
12ca09d14e
haskellPackages.machines: fix build 2017-03-01 15:56:16 +01:00
Robin Gloster
eea7819af8
haskellPackages.gl: fix build 2017-03-01 15:51:18 +01:00
Robin Gloster
080b28054a
haskellPackages.DPutils: fix build 2017-03-01 15:39:38 +01:00
ndowens
614afce3a8 dos2unix: 7.3.2 -> 7.3.4 (#23310) 2017-03-01 14:29:46 +00:00
Michael Raskin
b8812dfeac profanity: 0.5.0 -> 0.5.1 2017-03-01 15:00:17 +01:00
Jörg Thalheim
fb81abdc7d cockatrice: add unstable version prefix 2017-03-01 14:03:36 +01:00
Spencer Janssen
b67ce6baf9 cockatrice: 2015-09-24 -> 2017-01-20 2017-03-01 14:03:36 +01:00
Tom Hunger
59036096b7 pandas: Mark broken in i686.See #23253. 2017-03-01 13:02:08 +00:00
Shea Levy
1c4d8de99b nix-buffer: 1.2.3 -> 2.0.0 2017-03-01 07:41:08 -05:00
Eric Bailey
6e9133fec1
erlangR19: 19.2 -> 19.2.3
This fixes dialyzer for me.

- http://erlang.org/pipermail/erlang-bugs/2017-January/005213.html
- e27119948f
2017-03-01 05:52:23 -06:00
Vladimír Čunát
b43614a6bb
Merge branch 'staging'
(Truly, this time :-)
2017-03-01 11:34:44 +01:00
Michael Fellinger
2ea14b1b83 tmate: 2.2.0 -> 2.2.1 2017-03-01 10:47:43 +01:00
Michael Raskin
cd912b1ea5 Merge pull request #23318 from ndowens/ioping
ioping: 0.9 -> 1.0
2017-03-01 09:04:22 +00:00
Michael Raskin
366b227af4 Merge pull request #23273 from lsix/update_octave
octave: 4.2.0 -> 4.2.1
2017-03-01 09:03:49 +00:00
Vladimír Čunát
64d4bfd139
ploticus: fixup a manual-page symlink
With new man compression this caused a build error.
2017-03-01 08:42:35 +01:00
ndowens
f5c98a8a72 ioping: 0.9 -> 1.0 2017-02-28 20:18:28 -06:00
Peter Hoeg
fa03b8279f libbsd: 0.8.2 -> 0.8.3 2017-03-01 09:36:53 +08:00
ndowens
0e3cf999ed xe: 0.5 -> 0.6.1 2017-02-28 19:30:26 -06:00
ndowens
38d9c0b88f ansifilter: 1.15 -> 2.4 2017-02-28 19:23:24 -06:00
Joachim Fasting
ab6d358ebf
openisns: fix empty lib output
Looks like enable-shared defaults to false, so we actually
ended up with no usable object files in the lib output.

This also appears to have broken open-iscsi, as evinced by

/nix/store/[...]-binutils-2.27/bin/ld: cannot find -lisns
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:57: iscsid] Error 1

https://hydra.nixos.org/build/49437400/log/raw

With this patch, open-iscsi builds fine here.
2017-03-01 01:48:51 +01:00
Nikolay Amiantov
5e074f10e1 postgresql: remove redundant static libraries 2017-03-01 03:47:58 +03:00
Peter Hoeg
9a2b23427f Merge pull request #23300 from ndowens/xurls
xurls: 0.8.0 -> 1.1.0
2017-03-01 08:43:42 +08:00
ndowens
775e8eb4a4 enca: 1.16 -> 1.19 2017-02-28 18:05:03 -06:00
Nikolay Amiantov
fe33c28ec9 blender: fix libOpenCL path 2017-03-01 02:51:18 +03:00
ndowens
9655567c09 highlight: 3.28 -> 3.35 2017-02-28 17:44:50 -06:00
Joachim Fasting
3c178fe769
tinycc: restrict platforms to x86_64-linux 2017-03-01 00:28:29 +01:00
Joachim Fasting
026366b00b
pan: sha1 -> sha256 2017-03-01 00:28:26 +01:00
Joachim Fasting
56ae1e25af
rhash: sha1 -> sha256 2017-03-01 00:28:25 +01:00
Joachim Fasting
a6ee264f1b
cdparanoia: sha1 -> sha256 2017-03-01 00:28:24 +01:00
Jörg Thalheim
d4c0bee936 Merge pull request #23305 from ndowens/numdiff
numdiff: 5.8.1 -> 5.9.0
2017-03-01 00:27:28 +01:00
ndowens
8f29ca2104 kytea: 0.4.6 -> 0.4.7; source was still pointing to version 0.4.6 2017-02-28 17:26:26 -06:00
rnhmjoj
d35ff57b4e arx-libertatis: 2016-07-27 -> 2017-02-26 2017-03-01 02:24:38 +03:00
Nikolay Amiantov
2e80b50a7e cura, curaengine: 14.04 -> 2.4.0
Move old Cura to {cura,curaengine}_stable
2017-03-01 02:23:18 +03:00
Nikolay Amiantov
868794010f python.pkgs.uranium: init at 2.4.0 2017-03-01 02:23:18 +03:00
Nikolay Amiantov
e3a6a1fc0e python.pkgs.libarcus: init at 2.4.0 2017-03-01 02:23:18 +03:00
Nikolay Amiantov
b6cba9ae3f python.pkgs.zeroconf: init at 0.18.0 2017-03-01 02:23:18 +03:00
Nikolay Amiantov
834471985e python.pkgs.enum-compat: init at 0.0.2 2017-03-01 02:23:18 +03:00
Nikolay Amiantov
8aa73bbf55 networkmanagerapplet: add librsvg
Fix tray icon. Also use wrapGAppsHook instead of custom wrapper.
2017-03-01 02:21:35 +03:00
Jörg Thalheim
f876ae4b92
cheat: 2.1.27 -> 2.1.28 2017-03-01 00:20:54 +01:00
ndowens
cb766725c7 numdiff: 5.8.1 -> 5.9.0 2017-02-28 17:16:33 -06:00
Nikolay Amiantov
6c5cbfd091 python3.pkgs.protobuf3_0: fix build
I spent some time trying to fix tests instead but have no idea what happens.
2017-03-01 02:14:21 +03:00
Bart Brouns
1e74a156c3 qmidinet: 0.4.1 -> 0.4.2 2017-03-01 00:01:52 +01:00
Robert Helgesson
61237e1738
gpsbabel: 1.5.2 -> 1.5.3 2017-03-01 00:00:10 +01:00
Robert Helgesson
cf9cb1bac3
gpsbabel: require qt4 rather than qtbase 2017-03-01 00:00:10 +01:00
Bart Brouns
9dabf88e72 drumkv1: 0.7.6 -> 0.8.0 2017-02-28 23:40:24 +01:00
Bart Brouns
40d47d457e samplv1: 0.7.6 -> 0.8.0 2017-02-28 23:40:24 +01:00
Bart Brouns
3e8c302525 qjackctl: 0.4.3 -> 0.4.4 2017-02-28 23:40:24 +01:00
ndowens
d02209edf2 wgetpaste: 2.25 -> 2.28 2017-02-28 23:34:40 +01:00
ndowens
0e0af18b57 fop: 1.1 -> 2.1 2017-02-28 23:29:31 +01:00
ndowens
e9c507e060 xul: 0.8.0 -> 1.1.0 2017-02-28 16:19:28 -06:00
Daiderd Jordan
e0ed902b50 Merge pull request #23204 from yurrriq/add/pkgs/applications/audio/musescore-darwin
musescore: add darwin-specific package
2017-02-28 23:18:10 +01:00
Vladimír Čunát
5c89ab7cb6
unbound: only use the two-phase build on Linux
Hydra shows some problems on Darwin with structure defns/decls.
http://hydra.nixos.org/build/49463873/nixlog/1/raw
2017-02-28 22:32:20 +01:00
Jörg Thalheim
61785c5531 keepassxc: 2.1.0 -> 2.1.2
also enable http plugin again. Readme mention using the protocol be a
security risk because it is unencrypted, but the connections stays local
(127.0.0.1) and the plugins has to explicitly enabled in settings
(disabled by default).
2017-02-28 21:44:15 +01:00
rnhmjoj
62c5f68847 palemoon: 27.0.3 -> 27.1.1 2017-02-28 20:34:54 +01:00
Benjamin Staffin
6fd4486de5 Merge pull request #23288 from benley/bazel
Bazel: wrap to keep java available at runtime
2017-02-28 14:15:46 -05:00
Franz Pletz
bfa067179e
multisync: remove, no release in > 10 years
Upstream suggests to use opensync.

cc #23253
2017-02-28 19:17:47 +01:00
Benjamin Staffin
7c17c10bab bazel: Wrap so java is present at runtime
Bazel can't start up without javac in $PATH.
2017-02-28 12:44:44 -05:00
Franz Pletz
a36e1e2c35
youtubeDL: 2017.02.24.1 -> 2017.02.27 2017-02-28 18:35:41 +01:00
Franz Pletz
c4fd85a451
phpPackages.redis22: not supported with php >= 7
cc #23253
2017-02-28 18:35:40 +01:00
Benjamin Staffin
14ef7c0c59 bazel: consolidate bazel test invocations
This way it can run them in parallel.
2017-02-28 12:21:52 -05:00
Thomas Tuegel
baac92fc41 Merge pull request #23286 from ttuegel/qt5-community-releases
Update Qt 5 community releases automatically
2017-02-28 11:14:38 -06:00
Thomas Tuegel
0e5cce32d8
qt57: update community releases automatically 2017-02-28 11:10:02 -06:00
Jörg Thalheim
49f9c202f6
gpodder: disable iPodSupport by default
gpodder has an indirect dependency on libplist (pulled by libgpod),
which has known security vulnerabilities.
2017-02-28 18:05:52 +01:00
Jörg Thalheim
be23e983ae
haka: replace sha1 with sha256 2017-02-28 18:03:23 +01:00
Jörg Thalheim
a6e2d5fcbb
lua5_{2,3}: replace sha1 with sha256 2017-02-28 18:02:51 +01:00
Bjørn Forsman
fc8e0ccc2e sysdig: give the source tarball a meaningful name 2017-02-28 17:58:03 +01:00
Willi Butz
b13378c479 openconnect_openssl: added missing dependecy gmp 2017-02-28 17:57:21 +01:00
Eelco Dolstra
ffb0fb51d4 blender: 2.78b -> 2.78c 2017-02-28 17:50:42 +01:00
Jörg Thalheim
6405bbe867
cantata: 1.5.1 -> 2.0.1 2017-02-28 17:45:58 +01:00
Itai Zukerman
17835f14c5 bazel: replace patch with patchShebangs and substituteInPlace 2017-02-28 17:41:52 +01:00
Robin Gloster
75707b748c
lincity: fix build 2017-02-28 17:33:31 +01:00
Robin Gloster
8ddfbe34bc
libjson_rpc_cpp_0_2_1: remove 2017-02-28 17:15:04 +01:00
Robin Gloster
efd9331333
libjson-rpc-cpp: 0.6.0 -> 0.7.0, fix build 2017-02-28 17:15:04 +01:00
Robin Gloster
4c04d4e6e2
libclc: 2015-08-07 -> 2017-02-25 2017-02-28 17:15:04 +01:00
Jörg Thalheim
c6375407ec Merge pull request #23281 from makefu/pkgs/exfat-nofuse/min-kernel
exfat-nofuse: exclude 4.1 kernel build
2017-02-28 16:58:11 +01:00
Gabriel Ebner
ffcc897090 qt5.qttools: fix path to qhelpgenerator 2017-02-28 16:48:44 +01:00
Jörg Thalheim
479c6c1ef0
sysdig: 0.14.0 -> 0.15.0 2017-02-28 16:41:08 +01:00
makefu
b4ff1ba4a9
exfat-nofuse: exclude 4.1 kernel build 2017-02-28 16:28:23 +01:00
Leon Isenberg
1a4ec414a4 haskell: ghc710x packages: fix megaparsec 2017-02-28 16:19:14 +01:00
Leon Isenberg
b59fd85dd6 haskell: ghc710x packages: fix gtk2hs-buildtools 2017-02-28 16:19:13 +01:00
Bart Brouns
3fc79cb5ac ardour: 5.6 -> 5.8 2017-02-28 16:11:57 +01:00
Robin Gloster
be84f410cd
libcm: remove
umaintained, broken and not used for 10 years
2017-02-28 16:06:23 +01:00
Franz Pletz
e0b04b4c37
bzflag: 2.4.2 -> 2.4.8 2017-02-28 16:00:56 +01:00
Franz Pletz
40e84506ec
linuxPackages.ixgbevf: 3.2.2 -> 4.0.3
cc #23253
2017-02-28 16:00:56 +01:00
Franz Pletz
163db1bbf9
linuxPackages.e1000e: 3.3.1 -> 3.3.5.3
cc #23253
2017-02-28 16:00:56 +01:00
Jörg Thalheim
dc7d4dcbb5 Merge pull request #23278 from makefu/pkgs/exfat-nofuse/pin-kernel
exfat-nofuse: build only for kernels < 4.10
2017-02-28 15:56:44 +01:00
Felix Richter
e748e18dde mhddfs: fix-format-security (#23276)
* mhddfs: fix-format-security

* mhddfs: use fputs instead of fprintf
2017-02-28 15:53:50 +01:00
Robin Gloster
768fac6c36
btanks: fix build 2017-02-28 15:50:30 +01:00
makefu
af7ccaf8c8
exfat-nofuse: build only for kernels < 4.10 2017-02-28 15:50:15 +01:00
Rok Garbas
4fb01fdc03 Merge pull request #23265 from peterhoeg/u/msmtp
msmtp: 1.6.4 -> 1.6.6 and make it nix friendly
2017-02-28 15:44:55 +01:00
Nikolay Amiantov
477b507a4f rPackages: remove old cuda-related patches
gputools doesn't build but because of unrelated linking issues.
2017-02-28 17:31:07 +03:00
Nikolay Amiantov
6f3e071755 rPackages: try to unbreak reverse dependencies of cudatoolkit 2017-02-28 17:22:06 +03:00
Nikolay Amiantov
d7ecf89580 opensubdiv: 3.0.5 -> 3.2.0
Also remove cudatoolkit override as we have cudatoolkit = cudatoolkit8 now.
2017-02-28 17:22:06 +03:00
Nikolay Amiantov
044a49febf cudatoolkit: remove OpenCL library
libOpenCL is provided by ocl-icd with implementation in NVIDIA driver instead.
2017-02-28 17:22:06 +03:00
Christoph Hrdinka
c4eee0c4f1
retroarch.beetle-saturn: set platforms to x86_64-linux
cc #23253.

Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-02-28 15:18:06 +01:00