Renaud
f6a91dd7e5
Merge pull request #73213 from veprbl/pr/arrow-cpp_fix_tests_run
...
arrow-cpp: fix tests not being run on linux
2019-11-11 23:35:26 +01:00
Jan Tojnar
54b2edfb7f
Merge pull request #73250 from wamserma/guake-add-setuptools
...
guake: add missing dependency on setuptools
2019-11-11 23:34:13 +01:00
John Mercier
9f9bd573fe
ttygif init at 1.4.0
2019-11-11 17:30:08 -05:00
Markus Kowalewski
5e6043b764
drumkv1: use Qt5's mkDerivation
2019-11-11 23:29:15 +01:00
Jason Felice
52774319e0
fop: builds on all platforms
2019-11-11 23:20:35 +01:00
Jonathan Ringer
a0476bbccc
python3Packages.websockets: 8.0.2 -> 8.1
2019-11-11 14:16:11 -08:00
markuskowa
04c5e20496
Merge pull request #72534 from r-ryantm/auto-update/include-what-you-use
...
include-what-you-use: 0.12 -> 0.13
2019-11-11 22:53:49 +01:00
markuskowa
289c4b4239
Merge pull request #72456 from r-ryantm/auto-update/btrbk
...
btrbk: 0.28.3 -> 0.29.0
2019-11-11 22:45:35 +01:00
Jan Tojnar
1b5a8a2cc6
Merge branch 'master' into staging-next
2019-11-11 22:27:57 +01:00
Jan Tojnar
9fe897c1ec
calls: 2019-10-09 → 2019-10-29
2019-11-11 22:24:19 +01:00
Aaron Andersen
9dbbfb78c5
Merge pull request #73108 from baldo/steam
...
steam: Add libva to chrootenv
2019-11-11 16:23:47 -05:00
Jonathan Ringer
920faee436
pythonPackages.wurlitzer: add missing python2 dependencies
2019-11-11 13:20:23 -08:00
Renaud
b5b7bd6ebb
bgpdump: 2017-09-29 -> 1.6.0
2019-11-11 22:17:43 +01:00
Markus S. Wamser
b0879a0372
guake: add missing dependency on setuptools
...
python setuptools is a runtime dependency (as
from pkg_resources import Requirement
is used)
2019-11-11 22:16:42 +01:00
Jonathan Ringer
e9453fc878
python3Packages.datasette: 0.29.3 -> 0.30.2
2019-11-11 13:14:46 -08:00
Jonathan Ringer
0dfbff1d46
python3Packages.google_cloud_vision: fix tests
2019-11-11 13:13:17 -08:00
Florian Klink
05590b3efd
ceph: fix build and cleanup expression
...
correct platforms. ceph currently doesn't build on aarch64-linux. So
let's not lie in meta.platforms.
ceph: fix multiple output
We currently just move $out/share/ceph/mgr to
$lib/lib/ceph, and then remove all references to $out with a find
command.
I checked $out, the only reference to $out is in
$lib/lib/ceph/libceph-common.so.0, coming from src/common/options.cc:
https://github.com/ceph/ceph/blob/master/src/common/options.cc#L5050 :
> Option("mgr_module_path", Option::TYPE_STR, Option::LEVEL_ADVANCED)
> .set_default(CEPH_DATADIR "/mgr")
> .add_service("mgr")
> .set_description("Filesystem path to manager modules."),
Just removing the reference might break some behaviour - it should point
to $lib/ceph/mgr instead.
We can fix this in a much more elegant fashion by just passing a custom
CMAKE_INSTALL_DATADIR to the build system.
ceph: fix outdated Boost::python substitutions
Instead of substituting in CMakeLists.txt files, one now needs to set
MGR_PYTHON_VERSION.
ceph: clean up PYTHONPATH wrapping
Set `pythonPath` instead of exporting PYTHONPATH.
Use `toPythonPath` to construct the PYTHONPATH where we need manual
wrapping. There's no ceph-volume, only ceph-mgr.
ceph: set doCheck = false explicitly
and describe why.
ceph: patch more shebangs
ceph: use system-provided gtest and rocksdb
2019-11-11 21:47:02 +01:00
Florian Klink
781d85c69a
rocksdb: enable USE_RTTI=1
...
This is required for programs using rocksdb and and typeinfo.
Otherwise, linking them fails with errors like this (that's ceph):
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore14RocksWBHandlerE[_ZTIN12RocksDBStore14RocksWBHandlerE]+0x10): undefined reference to `typeinfo for rocksdb::WriteBatch::Handler'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore19MergeOperatorRouterE[_ZTIN12RocksDBStore19MergeOperatorRouterE]+0x10): undefined reference to `typeinfo for rocksdb::AssociativeMergeOperator'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore19MergeOperatorLinkerE[_ZTIN12RocksDBStore19MergeOperatorLinkerE]+0x10): undefined reference to `typeinfo for rocksdb::AssociativeMergeOperator'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTI17CephRocksdbLogger[_ZTI17CephRocksdbLogger]+0x10): undefined reference to `typeinfo for rocksdb::Logger'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI12BlueRocksEnv[_ZTI12BlueRocksEnv]+0x10): undefined reference to `typeinfo for rocksdb::EnvWrapper'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI23BlueRocksSequentialFile[_ZTI23BlueRocksSequentialFile]+0x10): undefined reference to `typeinfo for rocksdb::SequentialFile'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI25BlueRocksRandomAccessFile[_ZTI25BlueRocksRandomAccessFile]+0x10): undefined reference to `typeinfo for rocksdb::RandomAccessFile'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI21BlueRocksWritableFile[_ZTI21BlueRocksWritableFile]+0x10): undefined reference to `typeinfo for rocksdb::WritableFile'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI17BlueRocksFileLock[_ZTI17BlueRocksFileLock]+0x10): undefined reference to `typeinfo for rocksdb::FileLock'
2019-11-11 21:47:01 +01:00
isgy
da006ed937
python3Packages.jupyterlab_server: added pyjson5 dependency
2019-11-11 12:45:02 -08:00
isgy
3be103989c
python3Packages.pyjson5: init at 0.8.5
2019-11-11 12:45:02 -08:00
Jan Tojnar
b35e68d77d
calls: fix build
2019-11-11 21:44:31 +01:00
markuskowa
79302a8d36
Merge pull request #73240 from filalex77/licensor-2.0.0
...
licensor: init at 2.0.0
2019-11-11 21:42:53 +01:00
Sondre Nilsen
150f62b923
pythonPackage.jsonlines: init at 1.2.0
2019-11-11 12:35:48 -08:00
worldofpeace
d73e94578f
Merge pull request #73216 from filalex77/antibody-4.2.0
...
antibody: 4.1.2 -> 4.2.0
2019-11-11 20:19:53 +00:00
Jaka Hudoklin
4432135955
Merge pull request #73150 from ashkitten/add-elasticsearch-ingest-attachment
...
elasticsearchPlugins: add ingest-attachment
2019-11-11 21:01:06 +01:00
John Ericson
63eac67319
nghttp2: Fix MinGW build by skipping some optional deps
...
I think those deps could be made to build, but I didn't want to get
bogged down investigating further. "Use flags" are always a good thing,
so this is fine for now.
2019-11-11 14:10:02 -05:00
John Ericson
dec8d2c5da
openssl: Switch deafult for MinGW
...
Working around broken build for now.
2019-11-11 14:10:02 -05:00
John Ericson
e00237e790
boehm-gc: Fix build on MinGW with mcfgthreads
...
CC @lhmouse
2019-11-11 14:10:01 -05:00
markuskowa
23ed6ff635
Merge pull request #72973 from pasqui23/hm
...
home-manager:2019-10-23 -> 2019-10-29
2019-11-11 20:07:33 +01:00
Oleksii Filonenko
3fe11d1180
licensor: init at 2.0.0
2019-11-11 21:04:14 +02:00
markuskowa
1c2c3c9ea2
Merge pull request #73096 from danieldk/drawio-12.2.2
...
drawio: 12.1.7 -> 12.2.2
2019-11-11 20:03:11 +01:00
WilliButz
ef1d31e53c
prometheus-blackbox-exporter: 0.15.1 -> 0.16.0, disable tests
2019-11-11 19:49:38 +01:00
Alex Guzman
82dfacc7fe
trousers: 0.3.13 -> 0.3.14
...
* Update trousers to latest, use regular openssl (#68338 )
trousers: cleanup
* some CFLAGS and LDFLAGS are not needed anymore
* libtool file fixup was a no-op
* license is now BSD-3 since:
0160d229f8
/
2019-11-11 19:43:14 +01:00
Renaud
c64e9dadfe
Merge pull request #72742 from Avaq/avaq/twa-190
...
twa: 1.8.0 -> 1.9.1
2019-11-11 18:31:43 +01:00
John Ericson
89ec69e25e
pcre: Skip winpthread dep
...
Seems to build just fine without it, maybe it was just using C++ threads
which mcfgthread provides?
2019-11-11 11:02:39 -05:00
John Ericson
04cb05d20c
gcc: Build MinGW stage two with threading library
...
Currently this is set up to be mcfgthreads, but it could be something
else instead.
2019-11-11 11:02:38 -05:00
Aldwin Vlasblom
776d4c13ac
twa: 1.8.0 -> 1.9.1
...
This commit updates twa from version 1.8.0 to version 1.9.1,
specifying its new 'jq' dependency.
It also moves 'makeWrapper' from the build inputs to the native
build inputs, as it's not necessary during runtime.
2019-11-11 16:25:34 +01:00
Renaud
ceb648f66a
fierce: 1.3.0 -> 1.4.0
...
(#73129 )
2019-11-11 14:14:24 +01:00
Niklas Hambüchen
d80a11295d
Merge pull request #73210 from B4dM4n/hotspot-wrapqt
...
hotspot: use Qt mkDerivation
2019-11-11 14:10:11 +01:00
tekeri
cd41194654
circus: fix incompatible dependency of python-circus ( #73199 )
...
* circus: fix incompatible dependency of python-circus
* circus: move out of python packages set
* circus: remove directly used python packages arguments
2019-11-11 14:09:58 +01:00
tekeri
a4b4681905
perlPackages.LogDispatchFileRotate: init at 1.36
2019-11-11 20:55:05 +09:00
tekeri
c432914491
perlPackages.FindLib: init at 1.04
2019-11-11 20:51:57 +09:00
Oleksii Filonenko
dfb9a1e164
antibody: add filalex77 as a maintainer
2019-11-11 13:51:02 +02:00
tekeri
eb523b823c
perlPackages.Furl: init at 3.13
2019-11-11 20:50:42 +09:00
Oleksii Filonenko
3f72f7bac2
antibody: 4.1.2 -> 4.2.0
2019-11-11 13:50:42 +02:00
tekeri
6fe78ec26a
perlPackages.CacheKyotoTycoon: init at 0.16
2019-11-11 20:50:29 +09:00
tekeri
00164f2fd3
perlPackages.CDB_File: init at 0.99
2019-11-11 20:44:58 +09:00
Vincent Laporte
a61354f262
why3: 1.2.0 → 1.2.1
2019-11-11 11:30:52 +00:00
Dmitry Kalinkin
c57018fb3b
arrow-cpp: fix tests not being run on linux
...
Fixes: 8c86e54a
('arrow-cpp: fix/disable some plasma tests on darwin')
2019-11-11 06:18:42 -05:00
Mario Rodas
542fb7715b
Merge pull request #73182 from avdv/wtf-0.24.0
...
wtf: 0.23.0 -> 0.24.0
2019-11-11 06:10:37 -05:00
Dennis Gosnell
2df923eaab
Merge pull request #73170 from MarcFontaine/mafo/ghcjs
...
fix ghc-paths-nix-ghcjs.patch
2019-11-11 20:08:53 +09:00
Frederik Rietdijk
cf27abf534
Merge master into staging-next
2019-11-11 12:06:42 +01:00
Frederik Rietdijk
6e9743f120
pythonPackages.spyder: fix package
2019-11-11 11:55:52 +01:00
Frederik Rietdijk
a94b6a90ac
Revert "python: spyder-kernels: 0.5.2 -> 1.6.0"
...
We should still stick with an older version for spyder 3.3.6. As soon
as 4.0.0 is released we need to upgrade this package.
This reverts commit 757fd1e27b
.
2019-11-11 11:55:52 +01:00
Renaud
2ea154b801
Merge pull request #72412 from Tomahna/mopidy-iris
...
mopidy-iris: 3.41.1 -> 3.42.1
2019-11-11 11:55:03 +01:00
Oleksii Filonenko
7b5194aee9
fselect: init at 0.6.7 ( #73206 )
...
* fselect: init at 0.6.7
* Fix cargoSha256
Co-authored-by: zimbatm <zimbatm@users.noreply.github.com>
2019-11-11 10:25:16 +00:00
Sebastian Jordan
8b323287f2
pypi2nix: 2.0.0 -> 2.0.1
2019-11-11 10:52:23 +01:00
Fabian Möller
832ce6942c
hotspot: use Qt mkDerivation
2019-11-11 10:46:30 +01:00
Kevin Rauscher
6b4ab287a4
mopidy-iris: 3.41.1 -> 3.42.2
2019-11-11 10:19:57 +01:00
Dmitry Kalinkin
03e78496b6
arrow-cpp: fix on i686-linux
2019-11-11 03:23:09 -05:00
Jan Tojnar
e994fdcac0
Merge pull request #72922 from davidak/fix_versions
...
Fix package metadata like version and homepage
2019-11-11 09:05:08 +01:00
Sascha Grunert
f94d457e5c
slirp4netns: 0.3.0 -> 0.4.2
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-11 08:58:42 +01:00
Mario Rodas
ad4a1e0f85
wtf: Use Go 1.13 and drop overrideModAttrs
...
This no longer uses gocenter.io as a proxy, but the official Go module proxy
instead.
2019-11-11 08:51:55 +01:00
Sander van der Burg
173bf3473c
titaniumenv: remove 7.1, add 8.2 and make it the default
2019-11-11 08:50:27 +01:00
Peter Simons
1a2415e9a9
Merge pull request #72389 from nkpart/nkpart/fix-rPackages-glmnet
...
rPackages.glmnet: Add missing dependency
2019-11-11 07:57:46 +01:00
John Ericson
999ef20129
mingw-w64 libc: Multiple outputs and parallel builds
...
Also deduplicate more of the GCC derivations.
2019-11-11 00:25:24 -05:00
John Ericson
06c5e811e6
mcfgthreads: Init from git
2019-11-11 00:25:24 -05:00
John Ericson
0a63190c31
windows top-level: Clean up with makeScope
2019-11-11 00:25:24 -05:00
John Ericson
38ebb8ff82
fetchurl: Eliminate pointless cross differences
2019-11-11 00:25:24 -05:00
worldofpeace
251a560449
pantheon.wingpanel-indicator-keyboard: 2.1.2 -> 2.2.0
...
https://github.com/elementary/wingpanel-indicator-keyboard/releases/tag/2.2.0
2019-11-10 20:59:56 -05:00
worldofpeace
58f9fcdf4b
pantheon.switchboard: 2.3.6 -> 2.3.7
...
Drops libunity https://github.com/elementary/switchboard/pull/109 .
https://github.com/elementary/switchboard/releases/tag/2.3.7
2019-11-10 20:59:56 -05:00
Florian Klink
848399f448
Merge pull request #72390 from flokli/bump-opensmtpd
...
opensmtpd: 6.4.2p1 -> 6.6.1p1
2019-11-11 01:56:24 +01:00
Sander van der Burg
9b51c5145a
xcodeenv: bump default Xcode version to 11.1, default iOS SDK to 13.1. Add troubleshooting section to docs
2019-11-11 00:18:22 +01:00
worldofpeace
027e2a2556
Merge pull request #73159 from maralorn/fix-qrcode
...
pythonPackages.qrcode: Fix "No module named pkg_resources" error
2019-11-10 23:01:23 +00:00
John Ericson
1782f6c826
Merge pull request #73184 from Ericson2314/gcc-fix-cross-whoops
...
gcc: Fix cross after I accidentally changed build target
2019-11-10 17:49:48 -05:00
John Ericson
3f74a4d066
gcc: Fix cross after I accidentally changed build target
...
I deleted "bootstrap", but forgot to make the condition
build = host = target.
2019-11-10 17:06:22 -05:00
Linus Heckemann
da9b3ea747
Merge pull request #65362 from craigem/calls
...
calls: init at 0.0.1
2019-11-10 22:59:00 +01:00
Claudio Bley
859a933a5a
wtf: 0.23.0 -> 0.24.0
2019-11-10 22:14:41 +01:00
John Ericson
62e154ff8d
Merge remote-tracking branch 'upstream/master' into gcc-dedup-configure-flags
2019-11-10 16:12:25 -05:00
John Ericson
5c5ca018c8
gcc: Deduplicate configureFlags
...
Thanks again to @bgamari who in 1c1207220f
did the cleanup to make this possible. It's been a long time coming!
2019-11-10 15:58:35 -05:00
Emery Hemingway
84c44d8caf
Merge pull request #73162 from rnhmjoj/monero
...
monero: 0.14.1.2 -> 0.15.0.0
2019-11-10 21:55:26 +01:00
John Ericson
f666c61d20
gcc: Deduplicate preConfigure
2019-11-10 15:15:04 -05:00
John Ericson
f5ddd103e7
Merge pull request #73173 from Ericson2314/gcc-cross-cleanup
...
gcc: Clean up cross configure flags and name prefix
2019-11-10 15:05:18 -05:00
Tim Steinbach
39cd7f923e
nodePackages: Updates
2019-11-10 14:31:00 -05:00
Tim Steinbach
c083cdd6dc
nodePackages: Add gitmoji-cli
2019-11-10 14:30:59 -05:00
John Ericson
ca341c2d5b
gcc: Clean up cross configure flags and name prefix
2019-11-10 14:29:11 -05:00
Aaron Andersen
706fbecc3d
Merge pull request #72682 from r-ryantm/auto-update/tome4
...
tome4: 1.5.10 -> 1.6.0
2019-11-10 13:48:34 -05:00
Linus Heckemann
301eb1a494
calls: 0.0.1 -> 2019-10-09-unstable
2019-11-10 19:40:11 +01:00
Craige McWhirter
d777bfbfae
calls: init at 0.0.1
2019-11-10 19:40:11 +01:00
MarcFontaine
8142cad918
ghcjs : fix the patch for ghc-paths-package
...
This patch is used in pkgs/development/haskell-modules/configuration-ghcjs.nix
to fix the ghc-path package for use with ghcjs.
The ghc-paths package has been updated in a way that the existing patch can no longer
be applied.
2019-11-10 19:03:08 +01:00
Aaron Andersen
dc2649c2f3
Merge pull request #72877 from babariviere/insomnia-7.0.3
...
insomnia: 6.6.2 -> 7.0.3
2019-11-10 12:53:29 -05:00
Vadim-Valdis Yudaev
9bf9370d95
btrfs-progs: 5.2.2 -> 5.3.1
2019-11-10 19:11:42 +02:00
Tim Steinbach
dadafc211e
vivaldi: 2.9.1705.38-1 -> 2.9.1705.41-1
2019-11-10 11:10:45 -05:00
Daniel Schaefer
f7ef1a9af5
Merge pull request #72855 from fgaz/jasmin/init
...
jasmin: init at 2.4
2019-11-10 17:09:54 +01:00
Tim Steinbach
d9e90f0d06
linux: 5.3.9 -> 5.3.10
2019-11-10 11:09:18 -05:00
Tim Steinbach
51017f08e6
linux: 4.9.199 -> 4.9.200
2019-11-10 11:09:17 -05:00
Tim Steinbach
460ef6ae3f
linux: 4.4.199 -> 4.4.200
2019-11-10 11:09:17 -05:00
Tim Steinbach
f8913cead6
linux: 4.19.82 -> 4.19.83
2019-11-10 11:09:17 -05:00
Tim Steinbach
20329aebb6
linux: 4.14.152 -> 4.14.153
2019-11-10 11:09:17 -05:00
Renaud
f16ee99811
Merge pull request #73092 from contrun/keepassxc-additional-options
...
keepassxc: add additional cmake options
2019-11-10 16:59:40 +01:00
rnhmjoj
c2402b1d13
monero-gui: 0.14.1.2 -> 0.15.0.0
2019-11-10 15:46:49 +01:00
rnhmjoj
8dd85714c0
randomx: init at 1.1.6
2019-11-10 15:46:15 +01:00
rnhmjoj
039d299810
monero: add missing deps
2019-11-10 15:45:01 +01:00
Pavol Rusnak
6cc03f3418
monero: 0.14.1.0 -> 0.15.0.0
2019-11-10 14:49:51 +01:00
Malte Brandy
7fee1c664c
pythonPackages.qrcode: Fix "No module named pkg_resources" error
2019-11-10 14:17:06 +01:00
Renaud
04d63387a4
Merge pull request #72155 from lightbulbjim/crawl-update
...
crawl: 0.23.2 -> 0.24.0
2019-11-10 14:15:29 +01:00
Markus Kowalewski
8219a3b713
nixos/slurm: fix X11 with spank module
...
* Fix path in module for slurm to find plugstack.conf
* Fix configure flags so that slurm can be compiled
without internal X11 support (required for spank-x11).
2019-11-10 14:04:54 +01:00
Aaron Andersen
4bdf29c94b
Merge pull request #72968 from fgaz/shattered-pixel-dungeon/0.7.5f
...
shattered-pixel-dungeon: 0.7.5e -> 0.7.5f
2019-11-10 08:02:34 -05:00
Aaron Andersen
377e6915d3
Merge pull request #72960 from JohnAZoidberg/cadaver-readline
...
cadaver: Enable readline support
2019-11-10 07:59:27 -05:00
Vadim-Valdis Yudaev
9e733df81f
bettercap: 2.24 -> 2.26.1
2019-11-10 13:22:29 +01:00
Tor Hedin Brønner
bd20836885
webkitgtk: 2.26.1 -> 2.26.2 ( #73052 )
2019-11-10 13:20:39 +01:00
Maxime Dénès
0d6182a3c3
purescript: 0.13.3 -> 0.13.4
2019-11-10 13:14:34 +01:00
Marek Mahut
0c4f6831dc
Merge pull request #73154 from mmahut/datovka
...
datovka: init at 4.14.0
2019-11-10 12:30:05 +01:00
Marek Mahut
46d309a89b
datovka: init at 4.14.0
2019-11-10 12:00:35 +01:00
Marek Mahut
9b48dc3c5a
libisds: init at 0.11
2019-11-10 12:00:34 +01:00
zimbatm
f40b8471e7
fsatrace: 0.0.1-160 -> 0.0.1-324
2019-11-10 10:01:01 +00:00
ash lea
f92cc632ae
elasticsearchPlugins.search-guard: fix homepage link
2019-11-10 00:30:12 -08:00
ash lea
a23730cf9a
elasticsearchPlugins: style fixups
2019-11-10 00:26:56 -08:00
Joachim F
18cadc6384
Merge pull request #73146 from hax404/master
...
tor-browser-bundle-bin: 9.0 -> 9.0.1
2019-11-10 08:26:10 +00:00
ash lea
2e3d3cff7e
elasticsearchPlugins: match elasticsearch version
2019-11-10 00:10:51 -08:00
worldofpeace
ab819b668c
cadence: add worldofpeace to maintainers
2019-11-10 02:46:45 -05:00
worldofpeace
37045317de
cadence: preFixup
2019-11-10 02:46:30 -05:00
worldofpeace
bb428f4226
cadence: generate wrap commands, use qt5's mkDerivation
2019-11-10 02:41:43 -05:00
Christine Koppelt
e2ef3521ca
amarok: add missing description & homepage
2019-11-10 08:04:36 +01:00
Christine Koppelt
a09f706715
gputils: add missing description
2019-11-10 08:03:06 +01:00
Christine Koppelt
35ab77755b
peruse: add missing description & homepage
2019-11-10 08:00:23 +01:00
Christine Koppelt
92d66a9d95
oh: add missing description & homepage
2019-11-10 07:59:05 +01:00
ash lea
98875b5b4e
elasticsearchPlugins: add ingest-attachment
2019-11-09 20:53:00 -08:00
Daniël de Kok
5751e005b4
python3Packages.spacy_models: add Norwegian and Lithuanian models ( #70306 )
2019-11-09 20:37:35 -05:00
Jan Tojnar
5d715e8396
networkmanager-openconnect: fix build
...
Something stopped propagating libxml2 recently, breaking the build, breaking GNOME tests.
2019-11-10 02:13:58 +01:00
Jan Tojnar
33f664ceee
networkmanager-openconnect: format with nixpkgs-fmt
2019-11-10 02:09:37 +01:00
Georg Haas
4895e3d70b
tor-browser-bundle-bin: add hax404 to contributors
2019-11-10 00:26:13 +01:00
Georg Haas
f5b4e70e0d
tor-browser-bundle-bin: 9.0 -> 9.0.1
2019-11-10 00:26:05 +01:00
Michael Raskin
05cd691173
Merge pull request #73126 from cko/remove_sablotron
...
sablotron: remove
2019-11-09 21:44:04 +00:00
Renaud
f80a56fafc
Merge pull request #72408 from etu/transifex-fix-build
...
transifex-client: Fix build
2019-11-09 22:38:07 +01:00
Alberto Berti
935c56b785
AnyDesk 5.1.2 -> 5.4.1
...
(#72399 )
2019-11-09 22:34:39 +01:00
Vladyslav M
dedf6ded5a
coloursum: fix darwin build
2019-11-09 22:50:05 +02:00
R. RyanTM
e8aadfe74c
brave: 0.69.128 -> 0.69.135
...
(#72430 )
2019-11-09 20:22:14 +01:00
Kai Wohlfahrt
62e927d446
portend: patch for black 19.10b0
2019-11-09 11:04:28 -08:00
Kai Wohlfahrt
a4f0c51c0c
pytest-black: patch black dependency
...
This change is pending upstream in #29 , but it is stale.
2019-11-09 11:04:28 -08:00
Kai Wohlfahrt
d602c56f47
python3Packages.black: 19.03b0 -> 19.10b0
2019-11-09 11:04:28 -08:00
Daiderd Jordan
8e1380b981
vimPlugins.youcompleteme: fix python interpreter
2019-11-09 10:38:30 -08:00
Daiderd Jordan
518b5c1ae4
rustracerd: fix build
2019-11-09 10:38:30 -08:00
Benjamin Hipple
f302f02380
cloud-custodian: init at 0.8.45.1
...
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2019-11-09 10:23:03 -08:00
zimbatm
a8f50f02cc
Merge pull request #72939 from mbrgm/update-terraform-providers
...
terraform-providers: update and improve update script
2019-11-09 18:15:16 +00:00
Peter Hoeg
4a589e5ea7
haproxy: 1.9.8 -> 2.0.8
2019-11-09 10:11:57 -08:00
Oleksii Filonenko
7cdd581572
epr: init at 2.3.0b ( #73038 )
...
* epr: init at 2.3.0b
* Apply changes from code review
Co-authored-by: zimbatm <zimbatm@users.noreply.github.com>
2019-11-09 18:09:43 +00:00
Silvan Mosberger
e9e7210eba
Merge pull request #73031 from manveru/crystal-0.31.1
...
crystal: 0.30.1 -> 0.31.1
2019-11-09 18:43:31 +01:00
Maximilian Bosch
fb512ea853
Merge pull request #72878 from tasmo/master
...
neomutt: add autocrypt
2019-11-09 17:02:38 +01:00
Doron Behar
7e7427e2c0
khard: 0.14.0 -> 0.15.1
2019-11-09 17:46:08 +02:00
Robin Gloster
1f49029ace
Merge pull request #72627 from jonringer/bump-esphome
...
esphome: 1.13.6 -> 1.14.1
2019-11-09 16:30:50 +01:00
R. RyanTM
42235323e5
mergerfs: 2.28.2 -> 2.28.3
...
(#72572 )
2019-11-09 16:21:53 +01:00
R. RyanTM
e3069e45d2
mbpfan: 2.1.1 -> 2.2.0
...
(#72563 )
2019-11-09 16:16:45 +01:00
Paweł Kruszewski
a2a5c65529
bcompare: 4.3.1.24438 -> 4.3.2.24472
...
(#72614 )
2019-11-09 16:15:25 +01:00
R. RyanTM
60bdd48220
teamviewer: 14.6.2452 -> 14.7.1965
...
(#72680 )
2019-11-09 16:01:14 +01:00
R. RyanTM
445bd38a24
verbiste: 0.1.46 -> 0.1.47
...
(#72686 )
2019-11-09 15:56:03 +01:00
R. RyanTM
1d43f30a97
xbps: 0.57 -> 0.57.1
...
(#72697 )
2019-11-09 15:54:31 +01:00
Uri Baghin
e3fe458e81
editorconfig-checker: init at 2.0.2
2019-11-09 15:50:41 +01:00
Robin Gloster
cdf9b626c4
Merge pull request #72794 from petabyteboy/feature/qtwebengine-cve-2019-13720
...
qtwebengine: add patch for CVE-2019-13720
2019-11-09 15:08:51 +01:00
Bart Brouns
07b407743d
fmsynth: change build so it produces sound again
2019-11-09 12:45:46 +01:00
Leon Schuermann
06062100a3
tpm2-tools: 4.0 -> 4.0.1
2019-11-09 12:44:16 +01:00
R. RyanTM
4b11fed3d6
kanboard: 1.2.10 -> 1.2.11
2019-11-09 12:41:16 +01:00
R. RyanTM
e922e10dec
lttng-tools: 2.10.8 -> 2.11.0
2019-11-09 12:38:50 +01:00
Andreas Baldeau
5a13b856c4
steam: Add libva to chrootenv
...
After the newest update Steam itself complained about missing files
and would not start:
* libva.so.2
* libva-x11.so.2
2019-11-09 12:02:51 +01:00
Dmitry Kalinkin
21c3fabb44
Merge pull request #72804 from xtruder/pkgs/facetimehd-firmware/update-firmware-link
...
facetimehd-firmware: 1.43_4 -> 1.43_5
2019-11-09 05:13:34 -05:00
Doron Behar
802d52076c
imapfilter: 2.6.13 -> 2.6.14
2019-11-09 12:10:18 +02:00
Vladimír Čunát
8302338ae9
Merge #72278 : keepalived: 1.4.2 -> 1.4.5, patch CVE-2018-19115
2019-11-09 10:29:11 +01:00
Mario Rodas
1024689318
nushell: init at 0.5.0
2019-11-09 04:20:00 -05:00
Renaud
76761a82e0
lightstep-tracer-cpp: 0.8.1 -> 0.11.0
...
(#72995 )
2019-11-09 09:45:03 +01:00
Vladimír Čunát
019fcab7f5
Merge #72054 : gdal: add patch for CVE-2019-17545
2019-11-09 09:38:10 +01:00
Jonathan Ringer
364ae632c6
rust-bindgen: 0.51.0 -> 0.51.1
2019-11-09 08:05:10 +00:00
Daniël de Kok
9ced8a5c46
drawio: 12.1.7 -> 12.2.2
...
Changelog:
https://github.com/jgraph/drawio-desktop/releases/tag/v12.2.2
2019-11-09 08:34:37 +01:00
Vladimír Čunát
457e94d900
Merge branch 'master' into staging-next
...
~4k rebuilds on each Linux.
2019-11-09 07:26:53 +01:00
Jonathan Ringer
70a86f1184
esphome: 1.13.6 -> 1.14.1
2019-11-08 20:51:14 -08:00
lodi
5e70be026e
libco-canonical: v19.1 -> v20
2019-11-08 20:44:50 -08:00
YI
06decf0432
keepassxc: add additional cmake options
2019-11-09 12:33:51 +08:00
Greg Roodt
2991ba6462
fluxctl: 1.13.3 -> 1.15.0
2019-11-08 20:25:41 -08:00
Ben Wolsieffer
a1c3a7fa24
buildbot: 2.4.1 -> 2.5.0
2019-11-08 15:51:25 -08:00
Renaud
ac8d850878
Merge pull request #72971 from filalex77/ruplacer-0.4.1
...
ruplacer: init at 0.4.1
2019-11-09 00:30:20 +01:00
Marius Bergmann
bc0a2adb22
terraform-provider-pass: init at 1.2.1
2019-11-08 23:44:30 +01:00
Marius Bergmann
610ffc9b8f
terraform-providers: update existing providers
2019-11-08 23:41:16 +01:00
Marius Bergmann
3ddd53e576
terraform-providers: fix handling of version/rev in provider list
...
I interpreted the purpose of stripping the first character from the 'version'
argument as an attempt to remove a prefixed 'v' (e.g. 'v1.0.0') from a version
tag. This works if the tag actually has a 'v' prefix, but also removes the first
character if version tags are not prefixed (e.g. '1.0.0').
Additionally, the 'v' was added again when specifying the `rev` for
`fetchFromGitHub` in default.nix. As described above, this did also not work
when provider repos did not prefix their version tags with 'v'.
I changed the implementation as follows:
- `version` and `rev` are stored inside data.nix
- `version` is used to declare the nix package version
- `rev` is used to fetch the proper git ref when building the package
- for determining `version`, an optional leading 'v' is trimmed from the tag
name
Now this has the implication that the latest tag must always be a release tag
when using the `update-all` script, but as the result of running `update-all`
should always be reviewed before submission, makes this appear a manageable
tradeoff to me.
2019-11-08 23:41:08 +01:00
Marius Bergmann
206f719046
terraform-providers: group individual repo providers
2019-11-08 23:40:55 +01:00
Florian Klink
3928e7f6b1
Merge pull request #73063 from minijackson/shiori-things
...
shiori: update modSha256, update test to python, do more tests
2019-11-08 23:06:06 +01:00
Ryan Mulligan
54b0476618
Merge pull request #73067 from yurkobb/fix-mu-stable
...
Fix mu version from unreleased to stable (revert to 1.2)
2019-11-08 13:26:42 -08:00
Christine Koppelt
60fade5c03
sablotron: remove
2019-11-08 22:25:08 +01:00
worldofpeace
b859c85ada
Merge pull request #72998 from worldofpeace/client-tests-geary
...
gnome3.geary: add patch for longer client test timeout
2019-11-08 20:41:50 +00:00
Matthew Bauer
85a94a2578
Merge pull request #73020 from lodi/libco
...
libco-canonical: fix pkgconfig includedir
2019-11-08 15:04:29 -05:00
Daiderd Jordan
7fb0d95ca1
Merge pull request #71318 from tricktron/fixOpenConnectOnCatalina
...
openconnect: Add darwin support
2019-11-08 20:36:48 +01:00
Alexey Shmalko
8a7b4ccd1f
Merge pull request #73036 from marius851000/faudio
...
faudio: 19.10 -> 19.11
2019-11-08 19:58:34 +02:00
Yury Bulka
b220d3e0df
Revert "mu: 1.2 -> 1.3.3"
...
This reverts commits 53a536c698
and af931c172d
.
The repology.org info was incorrect, pulling in a development version
of mu as a release. The current (stable) release of mu is still 1.2:
https://github.com/djcb/mu/releases
2019-11-08 19:55:11 +02:00
Peter Simons
f6e975a5c5
haskell-polysemy-plugin: drop obsolete patches
...
Upstream has merged our changes and released a new version 0.2.4.0.
2019-11-08 18:52:37 +01:00
Peter Simons
0c0d11bc33
hoogle: update override for dependency to provide haskell-src-exts-1.22.x
2019-11-08 18:52:37 +01:00
Peter Simons
1439dcee0b
haskell-configuration-common: cosmetic
2019-11-08 18:52:37 +01:00
Peter Simons
fa66e35df4
haskell-github-rest: disable failing test suite to fix the build
2019-11-08 18:52:37 +01:00
Peter Simons
857d39a5a3
git-annex: update sha256 hash for new version 7.20191106
2019-11-08 18:52:37 +01:00
Peter Simons
a83ece64ca
all-cabal-hashes: update to Hackage at 2019-11-08T16:49:51Z
2019-11-08 18:52:37 +01:00
Peter Simons
bf54855e3c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-7-gbb66e86 from Hackage revision
477d50a859
.
2019-11-08 18:52:37 +01:00
(cdep)illabout
915b22e400
haskellPackages.purescript: unbreak
2019-11-08 18:52:37 +01:00
(cdep)illabout
6a236bbfce
haskellPackages.happy_1_19_9: generate this package
2019-11-08 18:52:37 +01:00