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
Kevin Rauscher
d6b6015d34
bloop: get closer to standard bloop packaging
2019-07-24 21:42:40 +02:00
Kevin Rauscher
3bdd3b158a
bloop: refactor derivation to use subderivations
...
This change prevents accidentally using cached version of dependencies
when updating the version
2019-07-24 21:42:40 +02:00
Kevin Rauscher
0f4da4a501
bloop: 1.2.5 -> 1.3.2
2019-07-24 21:42:40 +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
Silvan Mosberger
12eb0f524b
nixos/tests: Reenable couchdb
...
Works just fine in current master
2019-07-24 20:53:02 +02:00
Silvan Mosberger
5e974362be
nixos/couchdb: Prevent it from chowning /var/log to couchdb:couchdb
...
The default for logFile is /var/log/couchdb.log, and the tmpfile rules chown
${dirOf cfg.logFile}, which is just /var/log, to couchdb:couchdb.
This was found by Edes' report on IRC, which looked like
Detected unsafe path transition /var/log → /var/log/journal during canonicalization of /var/log/journal
While this bug has been present since the initial couchdb module in
62438c09f7cc811f994510550614c9265b3b1d18 by @garbas, this wasn't a
problem, because the initial module only created and chowned /var/log
if it didn't exist yet, which can't occur because this gets created in
the initial phases of NixOS startup.
However with the recent move from manual preStart chown scripts to
systemd.tmpfiles.rules in 062efe018d571b1daa9c37b8c99eb39ad47d7342 (#59389 ),
this chown is suddenly running unconditionally at every system
activation, therefore triggering the above error.
2019-07-24 20:52:53 +02: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
Lana Black
ee0cb1855c
mongodb-compass: 1.13.1 -> 1.17.0
2019-07-24 15:04:37 +00: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
Tobias Mayer
bb71bb15ce
pkgsStatic: propagate all buildInputs
2019-07-24 16:04:51 +02: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
Markus Kowalewski
a5bb4d3c22
dablin: init at 1.11.0
2019-07-24 15:10:55 +02:00
xrelkd
eb060aace7
go-ethereum: 1.9.0 -> 1.9.1
2019-07-24 21:00:48 +08:00
Markus Kowalewski
38033ecf44
dabtools: init at 20180405
2019-07-24 14:44:29 +02: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
Jared Tobin
9e3253bb72
kjv: init at unstable-2018-12-25
2019-07-24 20:44:36 +09:00
Jared Tobin
320f50a621
maintainers: add Jared Tobin
2019-07-24 20:44:36 +09:00
Thomas Tuegel
3d76d810ed
Merge pull request #65090 from eadwu/compton/7
...
compton: 6.2 -> 7
2019-07-24 06:41:09 -05:00
Peter Hoeg
7ef897f6aa
Merge pull request #65326 from peterhoeg/f/clang
...
clang-tools: install clangd as well
2019-07-24 19:34:10 +08:00
markuskowa
f73fd8068e
Merge pull request #65155 from magnetophon/mlt-qt5
...
mlt-qt5: 6.14.0 -> 6.16.0
2019-07-24 13:31:17 +02:00
Thomas Tuegel
b12c89595d
Merge pull request #64441 from justinwoo/fix-polybar-full
...
Fix conflicting polybarFull settings
2019-07-24 06:26:50 -05:00
markuskowa
1a272c143f
Merge pull request #65154 from magnetophon/mlt
...
mlt: 6.10.0 -> 6.16.0
2019-07-24 13:17:02 +02:00
markuskowa
554b1e9dee
Merge pull request #65185 from r-ryantm/auto-update/sndio
...
sndio: 1.5.0 -> 1.6.0
2019-07-24 13:14:25 +02:00
markuskowa
571d0e05fa
Merge pull request #65174 from r-ryantm/auto-update/snd
...
snd: 19.4 -> 19.5
2019-07-24 13:11:59 +02:00