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
Jaakko Luttinen
6f26390120
pythonPackages.convertdate: init at 2.2.0
2020-03-12 21:50:03 -07:00
Jaakko Luttinen
1501648410
pythonPackages.pymeeus: init at 0.3.7
2020-03-12 21:50:03 -07:00
Daniel Wheeler
5634ef5d47
python37Packages.fastapi: 0.45.0 -> 0.49.0
...
- Add peewee to test environment as now required.
- Remove pyproject.toml patching as no longer required.
2020-03-12 21:48:07 -07:00
Daniel Wheeler
ffebc623e9
python37Packages.starlette: 0.13.0 -> 0.12.9
...
- Reverting the version of Starlette as FastAPI can not use anything
greater than 0.12.12. FastAPI is Starlette's only dependent.
- Use fetchurl instead of fetchPypi as this is now the preferred
method. This also makes the tests pass and, thus, the build, which
was failing.
2020-03-12 21:48:07 -07:00
wucke13
4f58c15ee6
petsc: 3.8.4 -> 3.12.4
...
+ add cxx flag to configure, because getdp needs it
2020-03-13 04:10:20 +00:00
Benjamin Hipple
2ab1a2db99
tflint: 0.15.0 -> 0.15.1
2020-03-13 00:07:48 -04:00
Benjamin Hipple
f5140d1b1e
boost: remove versions 1.62, 1.63, and 1.64
...
These are relatively old, expensive to compile/cache, and not used by any
packages in the distribution.
2020-03-13 04:05:05 +00:00
Silvan Mosberger
6fe3911c30
Merge pull request #78783 from simson/update/python-modules/i3ipc
...
i3ipc: 1.6.0 -> 2.1.1
2020-03-13 04:58:11 +01:00
Siméon Marijon
0e0ea456a5
i3ipc: 1.6.0 -> 2.1.1
2020-03-13 04:33:33 +01:00
Olli Helenius
c924fe8b7e
metals: 0.7.6 -> 0.8.1
2020-03-12 23:56:48 +00:00
Léo Gaspard
0cf5ed5cce
Merge pull request #81559 from symphorien/pantalaimon
...
pantalaimon: 0.4 -> 0.5.1
2020-03-12 22:36:35 +01:00
Léo Gaspard
4304df2942
Merge pull request #82187 from symphorien/paperwork-update
...
Paperwork update
2020-03-12 22:16:13 +01:00