Commit Graph

78542 Commits

Author SHA1 Message Date
Mario Rodas
282966fc4e cue: fix build on darwin 2020-03-21 04:51:00 -05:00
Mario Rodas
e50e48e9df azure-storage-azcopy: fix build on darwin 2020-03-21 04:39:00 -05:00
Mario Rodas
028d53e996 packr: fix build on darwin 2020-03-21 04:35:00 -05:00
Mario Rodas
e00ccb36b8 circleci-cli: fix build on darwin 2020-03-21 04:33:00 -05:00
Mario Rodas
a3a9f0387d dive: fix build on darwin 2020-03-21 04:32:00 -05:00
Mario Rodas
38be8fbe7f dbmate: fix build on darwin 2020-03-21 04:31:00 -05:00
Mario Rodas
48489b7e2c bazelisk: fix build on darwin 2020-03-21 04:30:00 -05:00
Mario Rodas
e375bd2632 conftest: fix build on darwin 2020-03-21 04:29:00 -05:00
Mario Rodas
976a9ea16b go-tools: fix build on darwin 2020-03-21 04:23:00 -05:00
Mario Rodas
7e03d4416b act: fix build on darwin 2020-03-21 04:22:00 -05:00
R. RyanTM
f365b382c7 catch2: 2.11.1 -> 2.11.3 2020-03-20 23:40:24 -07:00
R. RyanTM
ab106571e1 spdk: 20.01 -> 20.01.1 2020-03-20 23:35:57 -07:00
R. RyanTM
f50c31baa1 dnnl: 1.2.1 -> 1.2.2 2020-03-20 23:34:35 -07:00
Silvan Mosberger
22d313b421
Merge pull request #81813 from mikesperber/idris-tf-random
idrisPackages: add tf-random package
2020-03-21 03:31:55 +01:00
Jan Tojnar
9462109fb8
Merge pull request #83037 from r-ryantm/auto-update/flatpak-builder
flatpak-builder: 1.0.9 -> 1.0.10
2020-03-21 02:10:28 +01:00
Maximilian Bosch
684c340149
Merge pull request #83027 from r-ryantm/auto-update/cargo-expand
cargo-expand: 0.4.17 -> 0.4.18
2020-03-21 01:34:54 +01:00
Jan Tojnar
d07c55752e
flatpak-builder: 1.0.9 -> 1.0.10
https://github.com/flatpak/flatpak-builder/releases/tag/1.0.10

Also clean up the expression slightly:

* Use more convenient GitHub repo as homepage
* Move version into the attrset
* Fix license, it is or-later
2020-03-21 00:42:51 +01:00
Timo Kaufmann
4027538dfe
Merge pull request #83004 from timokau/pandas-parallel-build
python.pkgs.pandas: parallelize build
2020-03-20 21:54:02 +00:00
R. RyanTM
cdf418e850 cargo-expand: 0.4.17 -> 0.4.18 2020-03-20 21:04:25 +00:00
Peter Simons
1b2b88671e haskell-fast-logger: fix the build with ghc-8.4.x 2020-03-20 21:12:16 +01:00
Peter Simons
3f0bc2e7c2 haskell-weeder: build with latest generic-lens 2020-03-20 21:12:16 +01:00
Samuel Evans-Powell
57874b620e prometheus: no need to jailbreak
- prometheus no longer needs to be jailbroken, removing 'doJailbreak'.
  Jailbreaking was added in
  https://github.com/NixOS/nixpkgs/pull/70956 to overcome issue
  https://github.com/bitnomial/prometheus/issues/34.
- This issue has since been fixed and so jailbreaking is no longer
  necessary.
2020-03-20 21:12:15 +01:00
Peter Simons
7ac3b76a9d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.1 from Hackage revision
c8058db7cd.
2020-03-20 21:12:05 +01:00
Peter Simons
effc9fa337 hackage2nix: update list of broken packages
Ping @cdepillabout because purescript is broken.
Ping @kiwi because matterhorn is broken.
Ping @roberth because arion-compose is broken.
Ping @psibi because persistent-postgresql is broken.
2020-03-20 21:11:55 +01:00
Samuel Evans-Powell
049816b538 Remove "ekg-core" and "ekg-prometheus-adapter" from broken pkgs
- "ekg-core" and "ekg-prometheus-adapter" are no longer broken.
  Removed them from broken packages list.
2020-03-20 21:11:29 +01:00
Samuel Evans-Powell
11bc4ee748 tasty-tap: fix failing build
- tasty-tap's tests were failing. In
  https://github.com/NixOS/nixpkgs/pull/71017 a patch generated from a
  PR was applied to fix this.
- That PR has now been merged into tasty-tap and was released with
  version 0.1.0.
- tasty-tap is now at version 0.1.0 in nixpkgs and so the patch fails
  to apply, breaking the build.
- Removed the patch and removed tasty-tap from list of broken
  packages.
2020-03-20 21:11:29 +01:00
Peter Simons
bf42ec0297 LTS Haskell 15.4 2020-03-20 21:11:29 +01:00
Robert Kreuzer
920fdc012a Mark icepeak and sqlite-simple as non-broken 2020-03-20 21:07:56 +01:00
Robert Kreuzer
9b931dc86a icepeak: use haskell.lib.justStaticExecutables
Also, add myself to the maintainers section for Haskell modules coming
from Hackage.
2020-03-20 21:07:56 +01:00
Jared Tobin
6d071e7459 haskoin-core: remove from broken packages list
e1408eb661 unbreaks secp256k1-haskell, which was the cause of this
package's failure to build.
2020-03-20 21:07:56 +01:00
Jared Tobin
899629ba48 secp256k1-haskell: unbreak via override
This library simply needs libsecp256k1 in its pkgconfig-depends.
2020-03-20 21:07:56 +01:00
Milan
d1303f10e9
Merge pull request #70983 from jerith666/jdk-13
openjdk: 12.0.2 -> 13.0.2
2020-03-20 16:57:14 +01:00
Timo Kaufmann
81212e6955 python.pkgs.pandas: parallelize build 2020-03-20 16:50:40 +01:00
Mike Sperber
620f3c6cf7 idrisPackages: add tf-random package 2020-03-20 13:44:50 +01:00
Matt McHenry
254e3eaf5c jetbrains-jdk: derive expression for 11.0.6 from openjdk11 rather than openjdk12 2020-03-20 08:21:52 -04:00
Matt McHenry
6ebf2d6b1b Merge remote-tracking branch 'channels/nixos-unstable' into jdk-13 2020-03-20 08:21:44 -04:00
Mario Rodas
918ef0302d
Merge pull request #82980 from r-ryantm/auto-update/python2.7-XStatic-jQuery
python27Packages.xstatic-jquery: 3.3.1.1 -> 3.4.1.0
2020-03-20 06:12:19 -05:00
Mario Rodas
0761fba688
Merge pull request #82725 from r-ryantm/auto-update/uid_wrapper
uid_wrapper: 1.2.7 -> 1.2.8
2020-03-20 06:12:02 -05:00
Arijit Basu
84adca1568 poetry: 1.0.3 -> 1.0.5 2020-03-20 15:30:08 +05:30
Peter Simons
abd30ff776 django: update version 2.2.10 to 2.2.11 2020-03-20 09:55:03 +01:00
R. RyanTM
7bf2e48748 python27Packages.xstatic-jquery: 3.3.1.1 -> 3.4.1.0 2020-03-20 06:57:00 +00:00
Drew Risinger
f56a759f13 pythonPackages.pproxy: init at 2.3.2
Tunnels among remote servers using regex rules.
Requirement for pythonPackages.qiskit-ibmq-provider.
2020-03-19 21:49:22 -07:00
Josef Kemetmüller
fbb273c5fe fenics: 2017.1.0 -> 2019.1.0
Fixes: NixOS/nixpkgs#75886
2020-03-19 21:48:27 -07:00
Ben Wolsieffer
569566d98b libgpiod: add support for Python bindings 2020-03-19 21:44:10 -07:00
R. RyanTM
080d77443e python37Packages.nest-asyncio: 1.2.3 -> 1.3.0 2020-03-19 21:40:38 -07:00
R. RyanTM
c7eafd3783 python27Packages.pymupdf: 1.16.11 -> 1.16.12 2020-03-19 18:11:13 -07:00
Vincent Laporte
8dddd8a07f ocamlPackages.camlp5: 7.10 → 7.11 2020-03-19 18:04:14 -07:00
Niklas Hambüchen
1161c96a20
Merge pull request #81176 from clkamp/aqbanking-6.1.1
Update Aqbanking to 6.1.1
2020-03-20 01:28:05 +01:00
Christian Lütke-Stetzkamp
16088585c9 aqbanking: 5.7.8 -> 6.0.2
also update download url
2020-03-20 01:26:53 +01:00
Mario Rodas
facf905fdd
Merge pull request #82967 from r-ryantm/auto-update/python3.7-etesync
python37Packages.etesync: 0.9.3 -> 0.10.0
2020-03-19 19:19:15 -05:00