Commit Graph

72638 Commits

Author SHA1 Message Date
Fabian Möller
d1ff1c0d09
cargo-udeps: init at 0.1.5 2019-11-11 23:42:47 +01:00
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
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
Jan Tojnar
1b5a8a2cc6
Merge branch 'master' into staging-next 2019-11-11 22:27:57 +01:00
Jonathan Ringer
920faee436 pythonPackages.wurlitzer: add missing python2 dependencies 2019-11-11 13:20:23 -08: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
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
Sondre Nilsen
150f62b923 pythonPackage.jsonlines: init at 1.2.0 2019-11-11 12:35:48 -08: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
e00237e790 boehm-gc: Fix build on MinGW with mcfgthreads
CC @lhmouse
2019-11-11 14:10:01 -05: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
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
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
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
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
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
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
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
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
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
Daniel Schaefer
f7ef1a9af5
Merge pull request #72855 from fgaz/jasmin/init
jasmin: init at 2.4
2019-11-10 17:09:54 +01:00
rnhmjoj
8dd85714c0
randomx: init at 1.1.6 2019-11-10 15:46:15 +01:00
Malte Brandy
7fee1c664c
pythonPackages.qrcode: Fix "No module named pkg_resources" error 2019-11-10 14:17:06 +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
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
Christine Koppelt
a09f706715 gputils: add missing description 2019-11-10 08:03:06 +01:00
Daniël de Kok
5751e005b4 python3Packages.spacy_models: add Norwegian and Lithuanian models (#70306) 2019-11-09 20:37:35 -05: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
518b5c1ae4 rustracerd: fix build 2019-11-09 10:38:30 -08: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
Ben Wolsieffer
50c315fc4d llvm_9: disable failing test on armv6l 2019-11-09 11:01:12 -05: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
R. RyanTM
e922e10dec lttng-tools: 2.10.8 -> 2.11.0 2019-11-09 12:38:50 +01: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
Vladimír Čunát
457e94d900
Merge branch 'master' into staging-next
~4k rebuilds on each Linux.
2019-11-09 07:26:53 +01:00
lodi
5e70be026e libco-canonical: v19.1 -> v20 2019-11-08 20:44:50 -08:00
Ben Wolsieffer
a1c3a7fa24 buildbot: 2.4.1 -> 2.5.0 2019-11-08 15:51:25 -08:00
Ben Wolsieffer
e50b8fcfbd llvm_7: disable failing test on armv6l 2019-11-08 18:44:16 -05:00
Ben Wolsieffer
d67cd40cd8 llvm_9: disable failing tests on 32-bit ARM 2019-11-08 17:54:08 -05:00
Matthew Bauer
85a94a2578
Merge pull request #73020 from lodi/libco
libco-canonical: fix pkgconfig includedir
2019-11-08 15:04:29 -05:00
Alexey Shmalko
8a7b4ccd1f
Merge pull request #73036 from marius851000/faudio
faudio: 19.10 -> 19.11
2019-11-08 19:58:34 +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
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
(cdep)illabout
ec878fffd5 haskell: add cdepillabout as maintainer for some pretty-simple, purescript, and termonad 2019-11-08 18:52:37 +01:00
Peter Simons
b2ca3b457c hackage2nix: disable builds that break evaluation on Hydra 2019-11-08 18:52:37 +01:00
William R. Arellano
aff8660932 hapistrano: addBuildTool -> addBuildTools 2019-11-08 18:52:37 +01:00
William R. Arellano
140fa48b0f hapistrano: remove package from broken 2019-11-08 18:52:36 +01:00
William R. Arellano
71446091a8 hapistrano: fix broken package 2019-11-08 18:52:36 +01:00
Astro
5a59ed379c haskellPackages.hail: add patches to relax cabal dependencies 2019-11-08 18:52:36 +01:00
Peter Simons
0a66656d75 LTS Haskell 14.13 2019-11-08 18:52:36 +01:00
Renaud
88551f981a
Merge pull request #70941 from cko/hsqldb
hsqldb: 1.8.0 -> 2.5.0
2019-11-08 18:03:42 +01:00
Yurii Rashkovskii
1c5772967b framac: 19.0 -> 19.1 2019-11-08 12:02:17 -05:00
Christine Koppelt
bfbffd3c82 hsqldb: 1.8.0 -> 2.5.0
Changelist: http://hsqldb.org/doc/2.0/changelist_2_0.txt
2019-11-08 16:46:42 +01:00
adisbladis
a00572a3d2
Merge pull request #73045 from nico202/master
python-modules/neurotools: remove
2019-11-08 13:46:38 +00:00
Eelco Dolstra
e4a6fba808
Merge pull request #73039 from taku0/rust_multiple_version
rust: keep multiple version
2019-11-08 14:34:38 +01:00
nixo
d7a4bcd633 python-modules/neurotools: remove
It has no dependencies, has not been updated for long and works only with python2
2019-11-08 14:22:00 +01:00
taku0
97f20c3011 rust: keep multiple version.
Firefox 70.0.1 and Thunderbird 68.2.2 require older version of rustc.
2019-11-08 21:12:01 +09:00
Michael Fellinger
34b84e8a78
crystal: 0.30.1 -> 0.31.1 2019-11-08 11:23:14 +01:00
Valentin Robert
b937c4c734 coqPackages.coq-ext-lib: 0.10.1 -> 0.10.3 2019-11-08 09:42:01 +00:00
Valentin Robert
ea8e3f5979 coqPackages.paco: 1.2.8 -> 4.0.0 2019-11-08 09:41:30 +00:00
lodi
32497cf8c1 libco-canonical: fix pkgconfig includedir
Patched Makefile so that includedir correctly points to "dev" output
instead of "out" output.
2019-11-08 01:17:15 -05:00
Dmitry Kalinkin
6fa62dbefd
Merge pull request #71419 from veprbl/pr/texlive-2019
texlive: 2018 -> 2019, poppler: 0.74.0 -> 0.81.0
2019-11-07 23:51:36 -05:00
Mario Rodas
a8613b5dbd
Merge pull request #72866 from marsam/update-dive
dive: 0.8.0 -> 0.9.0
2019-11-07 19:14:19 -05:00
Mario Rodas
311a470d5b
Merge pull request #72892 from marsam/update-grpc
grpc: 1.24.3 -> 1.25.0
2019-11-07 19:10:08 -05:00
R. RyanTM
066e36f559 mill: 0.5.1 -> 0.5.2 (#71723)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mill/versions
2019-11-08 00:44:51 +01:00
Matthew Bauer
90e5be095c
Merge pull request #71472 from regadas/fix/graalvm
graalvm: Use lib.getVersion for stdenv.cc
2019-11-07 17:27:49 -05:00
Matthew Bauer
caae35b610
Merge pull request #71343 from volth/patch-370
oraclejdk8: remove warning
2019-11-07 17:26:15 -05:00
Matthew Bauer
fdb5d33ce7
Merge pull request #70866 from PyroLagus/add-cloudflare-wrangler
cloudflare-wrangler: init at 1.4.0
2019-11-07 17:22:04 -05:00
Eric Ren
5dc0c774fb argbash: init at 2.8.1 (#70489)
* argbash: init at 2.8.1

* changed name to pname

* updated sha256 hash
2019-11-07 17:19:42 -05:00
Matthew Bauer
01ce3ce897
Merge pull request #70541 from jitwit/chez-scmutils
chez-scmutils: init at 1.0
2019-11-07 17:19:02 -05:00
Matthew Bauer
5ebd36403e
Merge pull request #70641 from maggesi/rename-z77z-into-maggesi
Rename z77z into maggesi
2019-11-07 17:18:20 -05:00
Matthew Bauer
5dfbfc06d3
Merge pull request #70372 from doronbehar/package-gaia
gaia: init at 2.4.5
2019-11-07 17:17:41 -05:00
Matthew Bauer
75a947661e
Merge pull request #70395 from davidtwco/khronos-ocl-icd-loader-init
khronos-ocl-icd-loader: init at 6c03f8b
2019-11-07 17:16:08 -05:00
Matthew Bauer
43bdc3949d
Merge pull request #70402 from wucke13/stm32cubemx
stm32cubemx: init at 5.3.0
2019-11-07 17:15:41 -05:00
Matthew Bauer
9488fe009c
Merge pull request #70403 from Yumasi/criterion
criterion: init at 2.3.3
2019-11-07 17:15:20 -05:00
Eelco Dolstra
5a4b2057d6
Merge pull request #72980 from edolstra/rust-1.39
rustc: 1.38.0 -> 1.39.0
2019-11-07 23:14:51 +01:00
Matthew Bauer
730b739ec6
Merge pull request #70274 from delroth/lua51-cve-master
lua5_1: rename patch file to match its CVE id
2019-11-07 17:10:21 -05:00
Matthew Bauer
561edb92e6
Merge pull request #70903 from minijackson/fix-alot-completion
alot: fix hardcoded Python in Zsh completion
2019-11-07 17:05:10 -05:00
Matthew Bauer
ff12e10d12
Merge pull request #71316 from nomeata/bump-wasmtime
wasmtime: 20190521 -> 20191018
2019-11-07 17:04:26 -05:00
Matthew Bauer
f1af1cb852
Merge pull request #71642 from Quiark/qtkeychain
qtkeychain: fix install_name_dir on Darwin
2019-11-07 16:52:33 -05:00
Matthew Bauer
ed450174ad
Merge pull request #72040 from tkerber/libcec-raspberrypi
libraspberrypi: init at 2019-10-22
2019-11-07 16:51:48 -05:00
Matthew Bauer
dae8a71748
Merge pull request #64422 from bhipple/add/myfitnesspal
pythonPackages.myfitnesspal: init at 1.13.3
2019-11-07 16:50:44 -05:00
André-Patrick Bubel
b417fededc pythonPackages.jsonrpclib-pelix: remove moredread as maintainer 2019-11-07 11:10:07 -08:00
Niklas Hambüchen
b618df3225
Merge pull request #72870 from nh2/mumble-rnnoise
Add RNNoise, use it in Mumble
2019-11-07 19:04:57 +01:00
James Kay
5f6f75fcec glfw: 3.2.1 -> 3.3 2019-11-07 09:31:54 -08:00
Vincent Laporte
82af060040 ocamlPackages.lwt3: remove at 3.3.0 2019-11-07 16:39:42 +00:00
davidak
61de71343f Fix package metadata like version and homepage 2019-11-07 17:20:33 +01:00
marius851000
1df3a4de83 faudio: 19.10 -> 19.11 2019-11-07 17:17:21 +01:00
worldofpeace
65b2a768bb
Merge pull request #72979 from worldofpeace/more-gnome-installed-test-cleanup
More gnome installed test cleanup
2019-11-07 14:34:28 +00:00
Eelco Dolstra
14ee26ccf5 rustc: 1.38.0 -> 1.39.0 2019-11-07 15:04:06 +01:00
Jan Tojnar
fae720c861
gcab: propagate dependencies 2019-11-07 14:49:05 +01:00
worldofpeace
40910462a8 flatpak-builder: add test to passthru 2019-11-07 08:39:09 -05:00
worldofpeace
1891b0030d xdg-desktop-portal: add test to passthru 2019-11-07 08:38:54 -05:00
worldofpeace
7529fd15d5 gdk-pixbuf: add test to passthru 2019-11-07 08:38:41 -05:00
worldofpeace
40151a94d3 flatpak: add test to passthru 2019-11-07 08:38:31 -05:00
worldofpeace
8267058ad7 libxmlb: correct test attr 2019-11-07 08:38:08 -05:00
worldofpeace
630cb4151e libgdata: correct test attr 2019-11-07 08:11:16 -05:00
worldofpeace
4e75be5cd6 graphene: correct test attr 2019-11-07 08:11:08 -05:00
worldofpeace
653d84b717 glib-networking: correct test attr 2019-11-07 08:11:00 -05:00
Jan Tojnar
e253d015a1
gcab: run & install tests
also add nixosTests.installed-tests.gcab for running the installed tests
2019-11-07 14:07:19 +01:00
R. RyanTM
c88e084ecb
gcab: 1.2 -> 1.3 2019-11-07 14:01:11 +01:00
Jan Tojnar
40d77f8f01
gcab: add devdoc 2019-11-07 14:01:11 +01:00
Jan Tojnar
4e96a9d9f7
gcab: clean up
* format with nixpkgs-fmt
* remove UTF-8 locale hack, since now we have C.UTF-8
* add description, fix homepage, correct license
* split to multiple outputs
2019-11-07 14:01:10 +01:00
Mario Rodas
f2ecbaa6cf
Merge pull request #70417 from lilyball/cocoapods
cocoapods: 1.8.1 -> 1.8.4
2019-11-07 06:11:40 -05:00
worldofpeace
85f3d86bea gom: test only on x86_64
This is failing at the stress test regularly on
aarch64 and i686-linux.
2019-11-06 21:23:09 -05:00
Jonathan Ringer
cb581af6d5 cargo-geiger: fix darwin build 2019-11-06 18:07:27 -08:00
merijnb
f3288a2b8d pythonPackages.tables: 3.6.0 -> 3.6.1 (#72930)
The package has vanished from pypi, and only this new version is now
available. The release notes for the new version state:

```
Release 3.6.1
Maintenance release to fix packaging issues.
No new features or bug fixes.
```

so I can only assume that the 3.6.0 release was not working correctly.
2019-11-06 19:31:56 -05:00
worldofpeace
7c716705fd
Merge pull request #72369 from worldofpeace/corefonts-drop
nixos/fontconfig-ultimate: remove
2019-11-07 00:13:14 +00:00
Maximilian Bosch
997bd95b3b
python3Packages.todoist: 8.1.0 -> 8.1.1 2019-11-07 00:37:40 +01:00
Michael Bishop
5a715fc96c
Merge pull request #72142 from chessai/arrayfire-update
arrayfire: update
2019-11-06 18:38:19 -04:00
chessai
61dda301bf arrayfire: update
- Depend on `clfft`, `clblas`, and `opencl-clhpp` from nixpkgs (do not
fetch their sources)
- Add `buildDocs` flag. When set to true, arrayfire's docs will be
built using `doxygen`.
- Ensure that `cudatoolkit` is not evaluated on darwin.
- Move `python` from `buildInputs` to `nativeBuildInputs`.
- Meta: Shrink `description` and add `longDescription`.
- Meta: `homepage` formatting now adheres to nixpkgs manual.
- Meta: remove version
- A few minour syntactic-only changes.
2019-11-06 17:34:50 -05:00
Graham Christensen
4835c83e3a
Merge pull request #72925 from davidak/nlohmann_json_disable_tests
nlohmann_json: disable tests for now since they timeout
2019-11-06 22:36:42 +01:00
Merijn Broeren
8b8db86860 Revert "python: jupyter_console: 5.2.0 -> 6.0.0"
This reverts commit dc4eb2fc5e. It was
added in a large PR (#71893) by @fridh, where he already predicted some of
the changes would have to be reverted. This is an obvious one, it breaks
python 2.7 compatibility, as that needs 5.x of jupyter_console.
2019-11-06 13:12:36 -08:00