Dylan Simon
1e769bdd2a
tensorflow: 1.15.1 -> 1.15.2
...
(cherry picked from commit 0a5ec494b574ccd3db3b234c7d6637d127bd16da)
2020-03-14 05:35:08 +00:00
Orivej Desh
ee2ccdaf26
jemalloc: 5.1.0 -> 5.2.1
2020-03-14 04:56:32 +00:00
Benjamin Hipple
3a68a3313e
cdb: fix meta.homepage
...
Without the .html, the server returns access denied.
2020-03-14 04:46:37 +00:00
Andrew Childs
e271476a4e
openssl: fix platform detection on armv5tel-linux
2020-03-14 04:33:05 +00:00
rychale
7ed8a2c7f5
msgpack: 3.0.1 -> 3.2.0
2020-03-14 04:12:25 +00:00
Jan Tojnar
f5fade94bd
Merge pull request #82362 from jtojnar/mysql-wb
...
mysql-workbench: 8.0.15 → 8.0.19
2020-03-14 04:41:36 +01:00
Nathan van Doorn
dd938aa157
metamath: 0.180 -> 0.181
2020-03-14 03:24:44 +00:00
Mario Rodas
b86030608b
pythonPackages.psutil: fix build on darwin
...
Disable tests because it segfaults on darwin
2020-03-13 20:20:40 -07:00
Maximilian Bosch
386a50f729
binaryen: 89 -> 91, emscripten: 1.38.28 -> 1.39.1
2020-03-14 02:37:37 +01:00
Mario Rodas
c64f415331
Merge pull request #82123 from r-ryantm/auto-update/python2.7-azure-mgmt-sql
...
python27Packages.azure-mgmt-sql: 0.16.0 -> 0.17.0
2020-03-13 19:26:28 -05:00
Josef Kemetmüller
de36c3b073
python37Packages.vtk: Fix build ( #82336 )
2020-03-13 18:12:34 -04:00
Vincent Laporte
4ce4db473c
ocamlPackages.ocf: disable for OCaml ≥ 4.08
2020-03-13 22:31:01 +01:00
Vincent Laporte
bab3588e4e
ocamlPackages.wasm: disable for OCaml ≥ 4.08
2020-03-13 22:31:01 +01:00
Vincent Laporte
4ada24a02c
ocamlPackages.earlybird: disable for OCaml ≥ 4.08
2020-03-13 22:31:01 +01:00
Vincent Laporte
bdcba83153
ocamlPackages.earley: disable for OCaml ≥ 4.08
2020-03-13 22:31:01 +01:00
Vincent Laporte
e73a9e6b95
ocamlPackages.sedlex_2: fix build with OCaml ≥ 4.08
2020-03-13 22:31:01 +01:00
Peter Simons
f5b6ea126f
Merge pull request #82244 from r-ryantm/auto-update/vaultenv
...
vaultenv: 0.13.0 -> 0.13.1
2020-03-13 21:20:51 +01:00
Peter Simons
2d08e57e01
Merge pull request #82345 from NixOS/haskell-updates
...
Update Haskell package set to LTS 15.3 (plus other fixes)
2020-03-13 21:20:32 +01:00
Klaas van Schelven
8b04f2486e
pythonPackages.bravado-core: init at 5.16.1
2020-03-13 13:12:07 -07:00
R. RyanTM
820a690748
python37Packages.jupyterlab: 1.2.6 -> 2.0.0
2020-03-13 13:07:11 -07:00
Maximilian Bosch
69d7cc5508
inotify-tools: 3.20.1 -> 3.20.2.2
2020-03-13 20:59:53 +01:00
Ben Darwin
b5d0ffcab1
python3Packages.hickle: 3.4.5 -> 3.4.6
2020-03-13 19:49:18 +00:00
Peter Simons
d02ac6c485
git-annex: update sha256 hash for new version 8.20200309
2020-03-13 20:31:07 +01:00
Peter Simons
eb8d57786b
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-21-ga388e13 from Hackage revision
a1555380ba
.
2020-03-13 20:30:55 +01:00
Peter Simons
68dba0d96b
hackage2nix: update list of broken packages to fix evaluation
2020-03-13 20:24:54 +01:00
Peter Simons
9bcd5eaa0d
haskellPackages: update default compiler from GHC version 8.8.2 to 8.8.3
2020-03-13 20:24:53 +01:00
Anders Kaseorg
838c7a80f7
haskellPackages.EdisonCore: Unbreak
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-03-13 20:24:53 +01:00
Poscat
ef65c6382d
Unbreak ats-format
2020-03-13 20:24:53 +01:00
Poscat
d0eb52f5cd
ats-pkg: Unbreak by disabling tests
2020-03-13 20:24:52 +01:00
Matt McHenry
7335de2dab
persistent-mysql: fix build
...
tests need a running mysql instance, so disable them
2020-03-13 20:24:52 +01:00
timds
720d0c7803
saltine: fix build by disabling tests
...
The tests fail to compile because of a missing module but would
otherwise be fine.
2020-03-13 20:18:14 +01:00
Greg Hale
14f213a007
Remove snap from broken packages list
2020-03-13 20:18:14 +01:00
Georges Dubus
2645e1a1eb
cabal2nix: split into a lightweight version and a wrapper
...
Current, the `cabal2nix` derivation contains both the executable, and a wrapper
that adds `nix` and `nix-prefetch-scripts`, which are required for some
features.
However, when calling `callCabal2nix` to create a derivation from a cabal file
at evaluation time,
these features are not actually used, but the huge closure of
`nix-prefetch-scripts` (which includes multiple vcs, as well as python and perl)
still needs to be fetched.
This commit splits cabal2nix into a lightweight version that is a standalone
static binary (`cabal2nix-unwrapped`), and a wrapper that includes the proper
dependencies in the path for full usage of the command line
utility (`cabal2nix`).
This commit also switches to the default ghc, to reduce the likelyhood of
building a different ghc when calling `callCabal2nix`.
2020-03-13 20:18:14 +01:00
timds
c2dcdea8c6
zxcvbn-dvorak: unmark as broken
2020-03-13 20:18:13 +01:00
timds
513fa25b17
zxcvbn-hs: unmark as broken
2020-03-13 20:18:13 +01:00
Peter Simons
beeb24f1e9
LTS Haskell 15.3
2020-03-13 20:18:13 +01:00
Michael Raskin
ae89e0dc1c
Merge pull request #82344 from ysengrimm/update-sbcl
...
sbcl: 2.0.1 -> 2.0.2
2020-03-13 18:19:40 +00:00
Mario Rodas
cc1f45ba65
Merge pull request #76911 from wucke13/lxd
...
raft-canonical: 0.9.6 -> 0.9.17, dqlite: 1.0.0 -> 1.4.0, lxd: 3.18 -> 3.22
2020-03-13 08:32:52 -05:00
Mario Rodas
e76e10c159
Merge pull request #82075 from r-ryantm/auto-update/ocaml4.07.1-ppx_tools_versioned
...
ocamlPackages.ppx_tools_versioned: 5.2.3 -> 5.3.0
2020-03-13 08:21:05 -05:00
Mario Rodas
31d92e7fe6
Merge pull request #82481 from ysndr/update/act
...
act: 0.2.5 -> 0.2.6
2020-03-13 08:17:52 -05:00
Peter Simons
54c34f74fc
ndi: update from version 4.0 to 4.1.6 to fix the build
...
Closes https://github.com/NixOS/nixpkgs/issues/81329 .
Needs back-porting to nixos-20.03.
2020-03-13 12:54:22 +01:00
Yannik Sander
5f45d51c8b
act: 0.2.5 -> 0.2.6
2020-03-13 12:46:08 +01:00
Pascal Wittmann
488aae4e8a
Merge pull request #82472 from r-ryantm/auto-update/klaus
...
klaus: 1.5.1 -> 1.5.2
2020-03-13 12:42:47 +01:00
Vladimír Čunát
e1d58266d5
gcc: tweak platform condition in the hack from b6ae8193
...
It was rightly noted that armv7l suffers from the same issue:
https://hydra.nixos.org/build/114263466#tabs-buildsteps
2020-03-13 12:27:02 +01:00
Mario Rodas
087dc6e3b4
Merge pull request #82465 from bhipple/auto-update/tflint
...
tflint: 0.15.0 -> 0.15.1
2020-03-13 05:31:49 -05:00
wucke13
c4efd4ea55
dqlite: 1.0.0 -> 1.4.0
2020-03-13 10:32:05 +01:00
wucke13
e0aab9923e
raft-canonical: 0.9.6 -> 0.9.17
2020-03-13 10:32:05 +01:00
R. RyanTM
e4ecf6762e
klaus: 1.5.1 -> 1.5.2
2020-03-13 09:04:32 +00:00
Vladimír Čunát
b6ae8193ed
gcc: minimal hacky fixup for our pkgsi686Linux.nix
...
This has been blocking nixos-unstable channel through i686 ISO:
Fixes #82435 , closes #82436 .
https://hydra.nixos.org/build/114512204
2020-03-13 08:37:41 +01:00
Jaakko Luttinen
b7cdf99f36
pythonPackages.holidays: 0.9.12 -> 0.10.1
2020-03-12 21:50:03 -07:00