Commit graph

186858 commits

Author SHA1 Message Date
Jörg Thalheim
2f55e705e2
Merge pull request #65365 from jonringer/moto-meta
pythonPackages.moto: fix description
2019-07-25 10:10:59 +01:00
Jörg Thalheim
8044f32219
Merge pull request #61816 from Izorkin/nginxMainline
nginxMainline: 1.16.0 -> 1.17.2
2019-07-25 10:01:59 +01:00
Jonathan Ringer
e557e7a12a pythonPackages.moto: fix description 2019-07-25 01:47:10 -07:00
Mario Rodas
f5cbc1a197
Merge pull request #65302 from xrelkd/update/eksctl
eksctl: 0.2.0 -> 0.2.1
2019-07-25 03:38:20 -05:00
Wael M. Nasreddine
d99c6ccece
jsondiff: patch setup.py to prevent creating bin/jsondiff
pythonPackages.jsonpatch also creates bin/jsondiff, and packages
depending on both are not usable.
2019-07-24 22:33:31 -07:00
Wael M. Nasreddine
c555bc38a3
jsondiff: 1.1.2 -> 1.2.0 2019-07-24 22:33:30 -07:00
Orivej Desh
57d5b0be29 slirp4netns: 0.3.0-alpha.2 -> 0.3.0 2019-07-25 03:33:13 +00:00
Mario Rodas
b5f5c97f7d
Merge pull request #64245 from turboMaCk/tools-rust/cargo-generate
cargo-generate: init at 0.3.0
2019-07-24 18:57:18 -05:00
worldofpeace
90ccc1c20c
Merge pull request #65236 from suhr/klystrack
klystrack: init at 1.7.6
2019-07-24 19:14:52 -04:00
Сухарик
88f163ef9a klystrack: init at 1.7.6 2019-07-25 02:07:02 +03:00
worldofpeace
2bcc9260e4
Merge pull request #65315 from GRBurst/protonmail-bridge
protonmail-bridge: 1.1.5 -> 1.1.6
2019-07-24 18:35:41 -04:00
GRBurst
c4cebed811 protonmail-bridge: 1.1.5 -> 1.1.6 2019-07-24 18:34:34 -04:00
Marek Fajkus
02d79ced90 cargo-generate: init at 0.3.0 2019-07-24 23:55:20 +02:00
josephtheengineer
cec27ceabc kitty: fix wayland support (EGL: Library not found) 2019-07-25 07:51:06 +10:00
Free Potion
ebafb799dc
harmonist: 0.1 -> 0.2 2019-07-25 00:40:28 +03:00
Nick Novitski
1c0e584c64 ngrok: fix build on darwin 2019-07-24 14:33:48 -07:00
worldofpeace
2e869f71a7
Merge pull request #64565 from jtobin/master
kjv: init at unstable-2018-12-25
2019-07-24 17:19:55 -04:00
Thomas Tuegel
897b1af5d0
Merge pull request #65352 from ttuegel/emacs/editorconfig
editorconfig: Include runtime dependency on editorconfig-core-c
2019-07-24 16:08:01 -05:00
Thomas Tuegel
294e75e832
Merge pull request #65339 from ttuegel/wrap-pinentry_qt5
pinentry: Use qt5.wrapQtApps as needed
2019-07-24 16:07:40 -05:00
worldofpeace
aabb651b23
Merge pull request #61876 from worldofpeace/gdk-pixbuf
gdk-pixbuf: rename from gdk_pixbuf
2019-07-24 16:44:25 -04:00
Thomas Tuegel
32e552af3f
editorconfig: Include runtime dependency on editorconfig-core-c 2019-07-24 15:39:46 -05:00
Thomas Tuegel
9235a8eaef
nixos/config/no-x-libs: Fix pinentry arguments 2019-07-24 15:22:07 -05:00
Matthew Bauer
3b8e595810 zmq: add enableDrafts option
This is needed by emacs-zmq, and will be used by it.
2019-07-24 16:12:40 -04:00
eyjhbb@gmail.com
3d91e7fde0 pythonPackages.capturer: init at 2.4 2019-07-24 21:49:25 +02:00
eyjhbb@gmail.com
1de0c3275a pythonPackages.coloredlogs: init at 10.0 2019-07-24 21:49:25 +02:00
eyjhbb@gmail.com
b7eb5b6f79 pythonPackages.executor: init at 21.3 2019-07-24 21:49:23 +02:00
Robin Gloster
5806e71834
Merge pull request #65299 from Ma27/fix-nextcloud-test
nixos/nextcloud: fix inclusion of trusted_domains in override config
2019-07-24 19:28:06 +00:00
Robin Gloster
a6ddcd45da
checksec: 1.5 -> 2.0.1 2019-07-24 21:26:13 +02:00
Robin Gloster
12d3b615c9
Merge pull request #65341 from WilliButz/update-highlight
highlight: 3.43 -> 3.52, use GitLab source
2019-07-24 19:08:26 +00:00
Izorkin
293e5d8365 nginxMainline: 1.16.0 -> 1.17.2 2019-07-24 21:09:22 +03:00
Vladyslav M
f11ce8683e
feh: 3.2 -> 3.2.1 (#65338)
feh: 3.2 -> 3.2.1
2019-07-24 21:08:54 +03:00
Wael Nasreddine
4ec8edaa6a
pythonPackages.joblib: fix the build on Darwin (#65288)
The test test_dispatch_multiprocessing is failing on Darwin; Disabling it fixes the build.
2019-07-24 10:50:00 -07:00
Lefteris Kritikos
6d25177ca8 bazel-buildtools: 0.22.0 -> 0.28.0 2019-07-24 18:57:52 +02:00
Brad Jensen
16e70997a8 Use if instead of && for deciding whether to run a command
The only difference between these forms is the return value when
"$NIX_LISP_SKIP_CODE" is the empty string.  In the original
formulation, the script would return a false exit status.  In the new
formulation, it will return a true exit status.

Its useful to be able to source cl-wrapper.sh (to get the variables it
establishes), and its a bit annoying that sourcing it with
NIX_LISP_SKIP_CODE=1 results in a false exit status.
2019-07-24 09:35:27 -07:00
Brad Jensen
fa7bd53d0d Resolve symlinks before trying to recognize a lisp implementation
The CCL package installs a symlink named "ccl" that points at the
actual implementation executable: lx86cl64 (or lx86cl for 32 bit).
When clwrapper is used with CCL as the backing implementation, this
script fails to recognize the implementation.  By resolving the
symlink, we are able to recognize which implementation we're actually
working with.
2019-07-24 09:35:27 -07:00
WilliButz
0d137e1991
highlight: 3.43 -> 3.52, use GitLab source 2019-07-24 18:31:23 +02:00
Thomas Tuegel
b40550232f
pinentry: Use qt5.wrapQtApps as needed 2019-07-24 11:30:47 -05:00
WilliButz
e415055b5e
feh: 3.2 -> 3.2.1 2019-07-24 18:07:01 +02:00
Jörg Thalheim
6b7c72105e
libmediainfo: 19.04 -> 19.07 (#65100)
libmediainfo: 19.04 -> 19.07
2019-07-24 17:03:22 +01:00
Rene de la Garza
f882547372 ghidra: 9.0 -> 9.0.2 (#65177) 2019-07-24 17:02:03 +01:00
Andreas Rammhold
2a35404a91
Merge pull request #65327 from taku0/firefox-bin-68.0.1
firefox, firefox-bin, firefox-esr: 68.0 -> 68.0.1
2019-07-24 17:31:17 +02:00
Mario Rodas
236d744df7 dune: 1.10.0 -> 1.11.0 2019-07-24 15:20:40 +00:00
Vladimír Čunát
96b925e63d
dnsperf: 2.2.0 -> 2.3.1
Mainly they add support for TCP and TLS.
2019-07-24 17:09:57 +02:00
Peter Hoeg
3a2996c07a
Merge pull request #65334 from peterhoeg/u/uchiwa
uchiwa: 1.5.0 -> 1.7.0
2019-07-24 22:26:31 +08:00
Peter Hoeg
b9412f4fdb
Merge pull request #65294 from steshaw/linkchecker-9.4.0
linkchecker: 9.3.1 -> 9.4.0
2019-07-24 21:43:43 +08:00
adisbladis
b4c1a1fa42
Merge pull request #65332 from xrelkd/update/go-ethereum
go-ethereum: 1.9.0 -> 1.9.1
2019-07-24 14:41:27 +01:00
Peter Hoeg
b93bb0664b uchiwa: 1.5.0 -> 1.7.0 2019-07-24 21:36:41 +08:00
xrelkd
eb060aace7 go-ethereum: 1.9.0 -> 1.9.1 2019-07-24 21:00:48 +08:00
markuskowa
ffabf51767
Merge pull request #65061 from plumelo/feature/distrobuilder_10-07-2019
distrobuilder: 2018_10_04 -> 2019_10_07
2019-07-24 13:54:09 +02:00
markuskowa
0300fc5cf2
Merge pull request #65076 from dywedir/broot
broot: 0.8.0 -> 0.9.0
2019-07-24 13:47:59 +02:00