Josef Kemetmueller
a2569f5fd6
c-blosc: init at 1.11.3
2017-05-06 10:44:57 +02:00
Jörg Thalheim
cc00ca657f
Merge pull request #25548 from jluttine/gitflow-fix-dependencies
...
gitAndTools.gitflow: fix runtime dependencies #25487
2017-05-06 09:35:26 +01:00
Vanessa McHale
37f59b3586
tw-rs: init at 0.1.26
...
fixes #25514
2017-05-06 08:14:49 +01:00
Peter Hoeg
637e41fa6f
calibre: 2.83.0 -> 2.84.0
2017-05-06 14:56:24 +08:00
Jörg Thalheim
7765e5971c
kernelPackages.zfsUnstable: 0.7.0-rc3 -> 0.7.0-rc4
2017-05-06 07:40:42 +01:00
Jörg Thalheim
4ea961ccc3
kernelPackages.splUnstable: 0.7.0-rc3 -> 0.7.0-rc4
2017-05-06 07:40:28 +01:00
Jaakko Luttinen
dee8865d03
gitAndTools.gitflow: fix runtime dependencies #25487
...
If `git-flow` was installed without explicitly installing `getopt` and `git`
too, it couldn't find those executables. Now it can find those and it can be
used as `git-flow` executable. Note, however, that in order to use `git-flow` as
git subcommand (`git flow`), one needs to install `git` too.
2017-05-06 09:33:27 +03:00
Frederik Rietdijk
399216c03a
Merge pull request #25547 from winniequinn/gitkraken-2.5.0
...
gitkraken: 2.4.0 -> 2.5.0
2017-05-06 08:19:00 +02:00
Dan Peebles
c217f59344
darwin.make-bootstrap-tools.test: fix build breakage
...
In the extremely unlikely case that our store hash path ends in several
digits (as is the case right now), the Darwin ld will try to interpret
those digits as a version number and barf. To avoid that, we pass in the
SDK version explicitly to stop it from trying to figure it out from iffy
context.
2017-05-05 21:34:28 -04:00
Winnie Quinn
b7ea2a4f39
gitkraken: 2.4.0 -> 2.5.0
2017-05-05 20:29:55 -04:00
Kranium Gikos Mendoza
27a5771fc4
sqlitebrowser: switch to qt 5.6
2017-05-06 09:01:19 +10:00
Shea Levy
a1748f7b5c
Merge remote-tracking branch 'takt/sierra-haskell'
2017-05-05 18:39:35 -04:00
Lorenzo Manacorda
fe792c46d0
electrum-ltc: init at 2.6.4.2
...
lightweight litecoin wallet
2017-05-05 22:23:11 +02:00
Pascal Wittmann
c15a17eb84
Merge pull request #25457 from jb55/mb2md
...
mb2md: init at 3.20
2017-05-05 22:16:16 +02:00
Victor Calvert
9bc0b12c68
pass: 1.7 -> 1.7.1
2017-05-05 16:09:03 -04:00
Lorenzo Manacorda
756695c3fa
pythonPackages.ltc_scrypt: init at 1.0
...
library needed by the electrum-ltc lightweight litecoin wallet
2017-05-05 21:42:04 +02:00
Frederik Rietdijk
f6dd52cd69
pythonPackage.Pyro: use upstream name
2017-05-05 21:13:26 +02:00
Frederik Rietdijk
9652e3e8f2
Merge pull request #25404 from vrthra/csvkit
...
csvkit: 0.9.1 -> 1.0.2
2017-05-05 21:10:17 +02:00
Frederik Rietdijk
ef1149e829
pythonPackages.umemcache: mark as broken
2017-05-05 20:53:22 +02:00
Frederik Rietdijk
f63eb58573
pythonPackages.requests: point to requests2
...
The Python package has two packages for requests, `requests`
corresponding to version 1.2.3, and `requests2` corresponding to version
2.13.0. Version 1.2.3 is almost 4 years old, and by now all software
should have transitioned.
This commit aliases `requests` to `requests2`. Packages that stop to
function should be upgraded. In the rare case that that is not possible,
version 1.2.3 is still available as `requests_1` but I plan to drop
that before the release of 17.09.
2017-05-05 20:47:54 +02:00
Frederik Rietdijk
959695dd5f
pythonPackages.grequests: 0.2.0 -> 0.3.0
2017-05-05 20:47:18 +02:00
taku0
de8073c75c
firefox-bin: 53.0 -> 53.0.2
2017-05-06 03:12:46 +09:00
Lancelot SIX
c52b42624d
nano: 2.8.1 -> 2.8.2
...
See https://lists.gnu.org/archive/html/info-gnu/2017-05/msg00003.html
for release information
2017-05-05 19:51:18 +02:00
Judah Jacobson
2caa7b88ae
Fix use of isDarwin
conditionals.
2017-05-05 09:53:08 -07:00
Joachim F
ea929311bb
Merge pull request #25523 from joachifm/libressl-2_5_4
...
libressl: 2.5.3 -> 2.5.4
2017-05-05 17:37:01 +01:00
Judah Jacobson
7131e06214
haskell: work around linker limits on Mac OS X Sierra.
...
The Sierra linker added a limit on the number of paths that any one
dynamic library (`*.dylib`) can reference. This causes problems when
a Haskell library has many immediate dependencies (#22810 ).
We follow a similar fix as GHC/Cabal/Stack: for each derivation,
create a new directory with symlinks to all the dylibs of its immediate
dependencies, and patch its package DB to reference that directory
using the new `dynamic-library-dirs` field.
Note that this change is a no-op for older versions of GHC, i.e., they will
continue to fail on some packages as before.
Also note that this change causes the bootstrapped versions of GHC to be
recompiled, since they depend on `hscolour` which is built by
`generic-builder.nix`.
Tested by building the `stack` binary as described in #22810 .
2017-05-05 09:26:58 -07:00
William Casarin
8d03054f77
mb2md: init at 3.20
2017-05-05 08:52:06 -07:00
Pascal Wittmann
4ff4f6e038
Merge pull request #25522 from Ralith/rust-bindgen
...
rust-bindgen: 0.23.0 -> 0.24.0
2017-05-05 17:16:25 +02:00
Michael Raskin
587ed894a4
Merge pull request #25480 from mdaiter/openmvg
...
openmvg: init at v1.1
2017-05-05 15:58:17 +02:00
Matthew Daiter
c6385eb0f5
openmvg: init at v1.1
2017-05-05 15:51:32 +02:00
Frederik Rietdijk
af87b922f1
pythonPackages.plotly: 1.9.5 -> 2.0.8
2017-05-05 14:22:16 +02:00
Eelco Dolstra
ac9eb4e34f
Merge pull request #25524 from Mic92/env
...
environment: remove lib/kde4/libexec from PATH
2017-05-05 13:35:51 +02:00
Volth
76b5d53067
pngquant: 2.6.0 -> 2.9.1
2017-05-05 10:54:21 +00:00
Maximilian Güntner
de53284cbd
watson: init at 1.4.0
2017-05-05 10:59:34 +02:00
Maximilian Güntner
401ace9cd3
pythonPackages: pytest-mock 1.2 -> 1.6.0
2017-05-05 10:59:31 +02:00
Maximilian Güntner
7aafda3024
pythonPackages: pytest-datafiles init at 1.0
2017-05-05 10:59:28 +02:00
Gabriel Ebner
8b6ea100ce
vscode: 1.11.2 -> 1.12.1
2017-05-05 09:56:35 +02:00
Frederik Rietdijk
f4b5950d8c
pythonPackages.bibtexparser: init at 0.6.2
2017-05-05 09:51:03 +02:00
Frederik Rietdijk
87723d5ac3
pythonPackages.mplleaflet: init at 0.0.5
2017-05-05 09:51:03 +02:00
Michael Raskin
0a218a9f3a
Merge pull request #25520 from vinhlh/mozjpeg-3.2
...
mozjpeg: 3.1 -> 3.2
2017-05-05 09:29:25 +02:00
Jaakko Luttinen
96c0a6db3a
pythonPackages.phpserialize: init at 1.3 ( #25521 )
...
* pythonPackages.phpserialize: init at 1.3
* pythonPackages.phpserialize: clarify test situation
2017-05-05 08:01:56 +01:00
Jörg Thalheim
6ad804324f
environment: remove lib/kde4/libexec from PATH
...
kde4 is gone and does need to be in $PATH anymore by default
2017-05-05 07:50:34 +01:00
Benjamin Saunders
bbdfa06eb5
rust-bindgen: 0.23.0 -> 0.24.0
...
Fixes errors arising from unset LIBCLANG_PATH
2017-05-04 23:20:51 -07:00
Jörg Thalheim
948488343b
Merge pull request #24835 from Profpatsch/lib-doc-improvements
...
Lib doc improvements
2017-05-05 07:10:11 +01:00
Yuri Aisaka
17d2ff414d
imagej: init at 150 ( #25249 )
...
* imagej: init at 150
* correcting for PR comments
2017-05-05 07:00:38 +01:00
Joachim Fasting
e2bc4e4bde
libressl: 2.5.3 -> 2.5.4
...
Contains a fix for CVE-2017-8301: TLS verification vulnerability in
LibreSSL 2.5.1 - 2.5.3 [1][2]
[1]: http://seclists.org/oss-sec/2017/q2/145
[2]: https://github.com/libressl-portable/portable/issues/307
2017-05-05 07:37:48 +02:00
Vinh Le
5ed9d8df86
mozjpeg: 3.1 -> 3.2
2017-05-05 12:57:53 +08:00
Joachim F
244b05e5e5
Merge pull request #25519 from utdemir/master
...
rdkafka: 2015-11-03 -> 0.9.5
2017-05-05 04:42:16 +01:00
Utku Demir
85ea6249bb
rdkafka: 2015-11-03 -> 0.9.5
2017-05-05 14:55:07 +12:00
Joachim F
7c283b44c9
Merge pull request #25446 from romildo/new.connman-gtk
...
connman-gtk: init at 1.1.1
2017-05-05 00:21:37 +01:00