Commit Graph

79409 Commits

Author SHA1 Message Date
Peter Simons 70a22c5b4b haskell-matterhorn: fix override 2020-04-03 22:00:29 +02:00
Robert Djubek fbb1a3f080 glirc: fix build
same for `hookup` which is part of/required by irc-core/glirc
2020-04-03 22:00:28 +02:00
Alyssa Ross 57530f2f92 haskellPackages: mass unmark non-broken packages
I checked through haskellPackages looking for packages that were
marked as broken, but successfully built.

I identified these 162 packages that were marked as broken in spite of
building successfully for me with NIXPKGS_ALLOW_BROKEN.
2020-04-03 22:00:28 +02:00
Robert Djubek 3604904426 matterhorn: fix build
also fixes mattermost-api, mattermost-api-qc,
and adds them to stewardship by kiwi
2020-04-03 22:00:28 +02:00
rnhmjoj 8296679c4b haskellPackages.superbufer: remove old fix
The package is unmaintained and now broken for other reasons.
2020-04-03 22:00:27 +02:00
rnhmjoj 23210babd0 haskellPackages.pandoc-crossref: fix build 2020-04-03 22:00:27 +02:00
Mike Sperber 1640e66e48 polysemy-plugin: fix build
It needs an older version of ghc-tcplugins-extra.
2020-04-03 22:00:27 +02:00
Troels Henriksen 88c70b16b5 futhark: build and install manpages 2020-04-03 22:00:26 +02:00
Niklas Hambüchen f447e4cf6a haskellPackages.hspec-core: Disable tests on i686.
The tests have x86_64 results hardcoded, see
https://github.com/hspec/hspec/issues/431.
2020-04-03 22:00:26 +02:00
Peter Simons 03d4d25830 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.1 from Hackage revision
90b24a9110.
2020-04-03 22:00:25 +02:00
Peter Simons 487acb806e hackage2nix: update list of broken packages 2020-04-03 22:00:25 +02:00
Terje Larsen f0df902769 hackage2nix: unmark nix-diff as broken 2020-04-03 22:00:25 +02:00
Peter Simons d0faafe335 LTS Haskell 15.6 2020-04-03 21:54:44 +02:00
Frederik Rietdijk 92124ed660 Merge master into staging-next 2020-04-03 21:54:40 +02:00
zimbatm 3420bd63b9 nim: 1.0.6 -> 1.2.0 2020-04-04 01:15:27 +05:30
Drew Risinger fb252907f5 datasette: 0.35 -> 0.39 2020-04-03 14:12:50 -04:00
Drew Risinger 4b822bbd23 pythonPackages.pint: 0.9 -> 0.11 2020-04-03 13:46:24 -04:00
Maximilian Bosch 470b916556
Merge pull request #84186 from matthiasbeyer/update-pulseeffects
pulseeffects: 4.7.1 -> 4.7.2
2020-04-03 16:31:33 +02:00
Doron Behar aa600362ad qwt6: 6.1.2 -> 6.1.4 2020-04-03 15:36:23 +02:00
Matthias Beyer c028978211 boost: init at 1.72.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:06 +02:00
Mario Rodas 09022cb32f
ocamlformat: 0.13.0 -> 0.14.0
Changelog: https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.14.0
2020-04-03 04:20:00 -05:00
Mario Rodas 2c5c285cc0
buildah: 1.14.5 -> 1.14.6
Changelog: https://github.com/containers/buildah/releases/tag/v1.14.6
2020-04-03 04:20:00 -05:00
talyz 8924a7de3d
php: Make buildEnv recursive + take extension deps into account
A slight rewrite of buildEnv which:

1. Makes buildEnv recursively add itself to its output, so that it can
   be accessed from any php derivation.

2. Orders the extension text strings according to their internalDeps
   attribute - dependencies have to be put before dependants in the
   php.ini or they will fail to load due to missing symbols.
2020-04-03 10:11:15 +02:00
talyz 282337799b
php: Build an even slimmer base
This moves yet more extensions from the base build to
phpPackages.ext. Some of the extensions are a bit quirky and need
patching for this to work, most notably mysqlnd and opcache.

Two new parameters are introduced for mkExtension - internalDeps and
postPhpize. internalDeps is used to specify which other internal
extensions the current extension depends on, in order to provide them
at build time. postPhpize is for when patches and quirks need to be
applied after running phpize.

Patch notes:

- For opcache, older versions of PHP have a bug where header files are
  included in the wrong order.

- For mysqlnd, the config.h is never included, so we include it in the
  main header file, mysqlnd.h. Also, the configure script doesn't add
  the necessary library link flags, so we add them to the variable
  configure should have added them to.
2020-04-03 10:11:13 +02:00
Benjamin Hipple ea8845487e
Merge pull request #83247 from r-ryantm/auto-update/rust-cbindgen
rust-cbindgen: 0.13.1 -> 0.13.2
2020-04-02 14:44:24 -04:00
Sarah Brofeldt ba47be3e89
Merge pull request #83786 from stigtsp/package/litecli-1.3.2
litecli: 1.1.0 -> 1.3.2
2020-04-02 20:30:56 +02:00
Sarah Brofeldt bb60186948
Merge pull request #83869 from davidtwco/computecpp-1.3.0
computecpp: 1.2.0 -> 1.3.0
2020-04-02 20:26:16 +02:00
Dmitry Kalinkin b6187aa596
libxml2,libxslt: fix pythonSupport=false override 2020-04-02 13:29:47 -04:00
Jonathan Ringer f329b29cb8 python3Packages.tbm-utils: 1.0.0 -> 2.5.0 2020-04-02 10:04:28 -07:00
Jonathan Ringer 9c1222aa01 python3Packages.httpx: 0.9.5 -> 0.12.1 2020-04-02 10:04:28 -07:00
Jonathan Ringer 60d5dc598b python3Packages.google-music: 3.2.1 -> 3.5.0 2020-04-02 10:04:28 -07:00
Jonathan Ringer c38615cc8a python3Packages.google-music-proto 2020-04-02 10:04:28 -07:00
Jonathan Ringer 4c1789f5e4 python3Packages.audio-metadata: 0.6.0 -> 0.9.0 2020-04-02 10:04:28 -07:00
Drew Risinger beedfa5f27 pythonPackages.osqp: remove mkl
Also add scipy.
Cleanup commit slightly for formatting.
Removing mkl allows this to be built in Hydra (mkl = unfree),
and it seems the mkl dependency is somewhat optional given downstream
packages build cleanly when removing mkl.
2020-04-02 12:43:54 -04:00
Ying Kanyang (Harry Ying) 315155cfcb
libupnp: 1.8.4 -> 1.12.0 2020-04-02 16:27:38 +00:00
AndersonTorres 5897b9563f jwasm: 2017-11-12 -> 2.13 2020-04-02 16:24:38 +00:00
Drew Risinger 53b803ed95 pythonPackages.cvxpy: explicit numpy/scipy
Make numpy/scipy dependencies explicit, based on conda install
instructions for cvxpy.
Slight formatting fix.
2020-04-02 12:07:21 -04:00
Mario Rodas 0b68f2ef09
Merge pull request #84066 from marsam/update-pdfminer
python3Packages.pdfminer: 20191020 -> 20200402
2020-04-02 08:26:40 -05:00
Seebi d343d703c8
rgp: init at 1.7.0.29 (#79343)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-04-02 12:49:36 +01:00
Michael Raskin c7432425ae
Merge pull request #84033 from utsl42/fpc-upgrade
fpc: 3.0.0 -> 3.0.4; lazarus: 1.8.4 -> 2.0.6
2020-04-02 11:11:42 +00:00
Thomas Tuegel 20937a2202
Merge pull request #83152 from s9gf4ult/master
qxmledit: init at 0.9.15
2020-04-02 05:48:06 -05:00
Peter Hoeg 0cef04976f wp-cli: 2.2.0 -> 2.4.0 2020-04-02 09:20:01 +00:00
Mario Rodas 37dfac7bd8
pythonPackages.grpcio-tools: 1.27.1 -> 1.28.1 2020-04-02 04:20:00 -05:00
Mario Rodas ad871d23f6
grpc: 1.27.1 -> 1.28.1
Changelog:
- https://github.com/grpc/grpc/releases/tag/v1.28.0
- https://github.com/grpc/grpc/releases/tag/v1.28.1
2020-04-02 04:20:00 -05:00
Jörg Thalheim cd3d229eba
Merge pull request #83583 from colemickens/nixpkgs-ha-pkgs-alarmdecoder
pythonPackages.alarmdecoder: init at v1.13.9
2020-04-02 09:47:54 +01:00
Jan Tojnar 6a99952795
gpgme: Fix tests with gnupg > 2.2.19 2020-04-02 06:35:36 +02:00
R. RyanTM 1b6d715bdc samurai: 1.0 -> 1.1 2020-04-01 18:58:42 -07:00
Dmitry Kalinkin 99a236b477
Merge pull request #83914 from cgevans/gwyddion-darwin
gwyddion: support darwin
2020-04-01 21:44:21 -04:00
Mario Rodas 728f4b2a92
Merge pull request #83992 from r-ryantm/auto-update/mod
mod: 0.2.2 -> 0.3.0
2020-04-01 20:25:46 -05:00
R. RyanTM d32b77f5e4 python37Packages.chalice: 1.12.0 -> 1.13.0 2020-04-01 18:14:56 -07:00
Mario Rodas cade2fba96
Merge pull request #84024 from r-ryantm/auto-update/terracognita
terracognita: 0.3.0 -> 0.4.0
2020-04-01 20:03:22 -05:00
Jonathan Ringer f5617ff294 pythonPackages.pytest-pylint: disable for python2 2020-04-01 17:59:07 -07:00
R. RyanTM 6d6dc97c60 python37Packages.pytest-pylint: 0.14.1 -> 0.15.1 2020-04-01 17:59:07 -07:00
Constantine Glen Evans 45c9ad32fd
libunique: add darwin
libunique builds, and dependencies appear to build and run correctly,
in OS X.
2020-04-01 17:50:59 -07:00
R. RyanTM 54e45fcf18 python37Packages.moderngl-window: 1.2.0 -> 2.1.0 2020-04-01 17:43:35 -07:00
R. RyanTM 8234f4ab49 aws-adfs: 1.21.2 -> 1.24.3 2020-04-01 17:22:10 -07:00
Ryan Mulligan 5c78b12927
Merge pull request #84003 from r-ryantm/auto-update/openxr-loader
openxr-loader: 1.0.6 -> 1.0.8
2020-04-01 17:20:36 -07:00
R. RyanTM 0750bc3628 python37Packages.hg-evolve: 9.2.2 -> 9.3.0 2020-04-01 17:18:51 -07:00
Ben Darwin 2d50f3e27e python3Packages.spyder: unbreak package
- by removed removed "Editor" category from categories arg to
  makeDesktopItem
2020-04-01 17:16:05 -07:00
R. RyanTM 53b318564e randoop: 4.2.2 -> 4.2.3 2020-04-01 17:14:33 -07:00
R. RyanTM e133b5f8f4 python37Packages.django-multiselectfield: 0.1.11 -> 0.1.12 2020-04-01 17:08:54 -07:00
R. RyanTM 4fb8e55e0b python37Packages.cliff: 2.17.0 -> 3.1.0 2020-04-01 17:06:16 -07:00
Jonathan Ringer 7d6e15b9db python3Packages.dash: 1.9.1 -> 1.10.1 2020-04-01 17:05:48 -07:00
Jonathan Ringer 54dd44d9c6 python3Packages.dash-table: 4.6.1 -> 4.6.2 2020-04-01 17:05:48 -07:00
Jonathan Ringer 96852b405e python3Packages.dash-renderer: 1.2.4 -> 1.3.0 2020-04-01 17:05:48 -07:00
Jonathan Ringer d39ad7a5f9 python3Packages.dash-html-components: 1.0.2 -> 1.0.3 2020-04-01 17:05:48 -07:00
R. RyanTM 3ae13a9aa6 python37Packages.dash-core-components: 1.8.1 -> 1.9.0 2020-04-01 17:05:48 -07:00
R. RyanTM 5d2a778c91 python37Packages.django-mailman3: 1.3.1 -> 1.3.2 2020-04-01 16:52:42 -07:00
R. RyanTM 88a4b68985 python37Packages.vowpalwabbit: 8.8.0 -> 8.8.1 2020-04-01 16:51:08 -07:00
R. RyanTM d5526f0d98 sbt: 1.3.8 -> 1.3.9 2020-04-01 16:48:07 -07:00
R. RyanTM d26cc95018 tiledb: 1.7.6 -> 1.7.7 2020-04-01 16:47:37 -07:00
R. RyanTM a6ecdd7bab python37Packages.HTSeq: 0.11.2 -> 0.11.4 2020-04-01 16:43:32 -07:00
R. RyanTM d42b7f6e7d python37Packages.sly: 0.3 -> 0.4 2020-04-01 16:42:49 -07:00
R. RyanTM df003491d7 python37Packages.jsonrpc-websocket: 1.0.2 -> 1.1.0 2020-04-01 16:42:24 -07:00
Ryan Mulligan b0a65d5953
Merge pull request #83981 from r-ryantm/auto-update/janet
janet: 1.7.0 -> 1.8.1
2020-04-01 15:25:53 -07:00
Nathan Hawkins af38a72dc4 fpc: 3.0.0 -> 3.0.4; lazarus: 1.8.4 -> 2.0.6 2020-04-01 20:39:28 +00:00
John Ericson a5480d09dd
Merge pull request #84028 from obsidiansystems/consistent-bazel-ref
bazel-*: Consistently self reference
2020-04-01 16:33:20 -04:00
John Ericson 6bf6ec8a96 Merge remote-tracking branch 'upstream/master' into consistent-bazel-ref 2020-04-01 16:16:30 -04:00
John Ericson 6f94f8fd3f bazel-*: Consistently self reference
Using `bazel_self` for self-references makes managing bazel versions
easier: their less risk of changing defaults or copy pasted code for no
versions leading to incorrect self-references.
2020-04-01 16:16:26 -04:00
Matthew Bauer efae68aa49
Merge pull request #83906 from nh2/krb5-1.18-fix-musl-build
krb5: Add patches to fix build with musl on 1.18
2020-04-01 15:08:08 -05:00
R. RyanTM 7ce6949f65 terracognita: 0.3.0 -> 0.4.0 2020-04-01 19:59:53 +00:00
Jaakko Luttinen 094f7ddd5a pythonPackages.salmon-mail: 3.1.1 -> 3.2.0 2020-04-01 12:34:11 -07:00
Drew Risinger 543382d83c pythonPackages.qiskit-ignis: init at 0.2.0
Qiskit Ignis is a toolbox for quantum hardware verification,
noise characterization, and error correction.

This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-04-01 09:49:29 -07:00
R. RyanTM bae440bb57 openxr-loader: 1.0.6 -> 1.0.8 2020-04-01 16:47:39 +00:00
Bas van Dijk d44a752b91
Merge pull request #83350 from DieGoldeneEnte/llvm10
llvmPackages_10: rc5 -> release
2020-04-01 17:35:05 +02:00
Vincent Laporte 34db9b5ee3 ocamlPackages.phylogenetics: 2019-11-15 → 2020-01-05 2020-04-01 17:29:30 +02:00
Vincent Laporte 206cf8a341 ocamlPackages.gnuplot: 0.5.3 → 0.7 2020-04-01 17:29:30 +02:00
Vincent Laporte 8e686bacc4 ocamlPackages.ocaml-r: init at 0.2.0 2020-04-01 17:29:30 +02:00
R. RyanTM 4f933be5a3 mod: 0.2.2 -> 0.3.0 2020-04-01 15:25:28 +00:00
Armin1402 e10b507ec0 nexus: 3.20.1-01 -> 3.22.0-02 2020-04-01 16:51:27 +02:00
Tim Steinbach be792c92ec
jenkins: 2.204.5 -> 2.222.1 2020-04-01 10:46:07 -04:00
Christine Dodrill 09b47478f8
development/libraries/libdap: fix hash
(cherry picked from commit aa61e722b041ce60dd71f9e6f3f5a474db9f7211)
2020-04-01 16:36:28 +02:00
Marek Mahut e1f741937c
Merge pull request #83957 from mmahut/trezor0120
python3Packages.trezor: 0.11.6 -> 0.12.0
2020-04-01 16:34:04 +02:00
Mario Rodas f6d5e343ad
Merge pull request #83944 from r-ryantm/auto-update/cargo-expand
cargo-expand: 0.4.18 -> 0.4.19
2020-04-01 08:31:06 -05:00
Mario Rodas 54c25aabca
Merge pull request #83964 from r-ryantm/auto-update/fly
fly: 5.8.0 -> 6.0.0
2020-04-01 08:29:12 -05:00
Mario Rodas ff174bf0f5
Merge pull request #83952 from r-ryantm/auto-update/compcert
compcert: 3.6 -> 3.7
2020-04-01 08:27:02 -05:00
R. RyanTM 86aa3630a7 janet: 1.7.0 -> 1.8.1 2020-04-01 13:24:36 +00:00
Mario Rodas 4e02ae60f5
Merge pull request #83965 from r-ryantm/auto-update/flyctl
flyctl: 0.0.102 -> 0.0.110
2020-04-01 08:24:25 -05:00
Mario Rodas c970178cc3
Merge pull request #83946 from r-ryantm/auto-update/checkstyle
checkstyle: 8.30 -> 8.31
2020-04-01 08:12:57 -05:00
Mario Rodas 46c779d0a5
Merge pull request #83950 from r-ryantm/auto-update/cloudflare-wrangler
cloudflare-wrangler: 1.8.1 -> 1.8.4
2020-04-01 08:10:42 -05:00
Mario Rodas 92c97abba3
Merge pull request #83953 from r-ryantm/auto-update/conftest
conftest: 0.18.0 -> 0.18.1
2020-04-01 08:02:41 -05:00
Mario Rodas 3ab49aac64 ruby: remove ruby_2_4 patchset 2020-04-01 12:22:14 +00:00
Mario Rodas a7f1e9f1ef ruby_2_7: 2.7.0 -> 2.7.1
Changelog: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/
2020-04-01 12:22:14 +00:00
Mario Rodas b312ecf34e ruby_2_6: 2.6.5 -> 2.6.6
Changelog: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-6-6-released/
2020-04-01 12:22:14 +00:00
Mario Rodas 99b09d6b8f ruby_2_5: 2.5.7 -> 2.5.8
Changelog: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-5-8-released/
2020-04-01 12:22:14 +00:00
Mario Rodas dd24a2f2a0 ruby: update RVM patchsets 2020-04-01 12:22:14 +00:00
Jörg Thalheim 4e3958fff8
Merge pull request #83949 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 20200305T151710 -> 20200314T202821
2020-04-01 13:22:03 +01:00
Jörg Thalheim deb5e89c33
clojure-lsp: add smoke test 2020-04-01 13:18:07 +01:00
Jörg Thalheim f615df5c6e
clojure-lsp: fix java shebang 2020-04-01 13:09:51 +01:00
R. RyanTM 3b37ff146e flyctl: 0.0.102 -> 0.0.110 2020-04-01 11:49:03 +00:00
R. RyanTM 6da44bf95e fly: 5.8.0 -> 6.0.0 2020-04-01 11:45:42 +00:00
Marek Mahut ff6a64c5bc python3Packages.trezor: 0.11.6 -> 0.12.0 2020-04-01 12:42:12 +02:00
R. RyanTM 0c5bd1588e conftest: 0.18.0 -> 0.18.1 2020-04-01 10:10:40 +00:00
R. RyanTM d6aee72a9e compcert: 3.6 -> 3.7 2020-04-01 10:06:48 +00:00
R. RyanTM d3973ad475 cloudflare-wrangler: 1.8.1 -> 1.8.4 2020-04-01 09:58:14 +00:00
R. RyanTM d4f2f039c1 clojure-lsp: 20200305T151710 -> 20200314T202821 2020-04-01 09:52:22 +00:00
R. RyanTM 3330eefeff checkstyle: 8.30 -> 8.31 2020-04-01 09:36:09 +00:00
R. RyanTM 7b07a07e37 cargo-expand: 0.4.18 -> 0.4.19 2020-04-01 09:21:57 +00:00
Mario Rodas 899c35ccc1
python3Packages.pdfminer: 20191020 -> 20200402 2020-04-01 04:20:00 -05:00
Jörg Thalheim ec3c04340a
Merge pull request #83934 from r-ryantm/auto-update/act
act: 0.2.6 -> 0.2.7
2020-04-01 09:53:03 +01:00
R. RyanTM 926b31c244 act: 0.2.6 -> 0.2.7 2020-04-01 07:33:38 +00:00
worldofpeace e6afda424d
Merge pull request #83245 from worldofpeace/qgnomeplatform-patch
qgnomeplatform: hardcode gsettings schemas
2020-04-01 02:16:25 -04:00
R. RyanTM 75a164ef4c python27Packages.sybil: 1.2.2 -> 1.3.0 2020-03-31 22:56:43 -07:00
R. RyanTM be3121ab5c python27Packages.mypy-protobuf: 1.16 -> 1.20 2020-03-31 22:54:52 -07:00
R. RyanTM 673b3cd92e python27Packages.jsbeautifier: 1.10.2 -> 1.10.3 2020-03-31 22:40:32 -07:00
R. RyanTM 74ad48e413 snscrape: 0.3.0 -> 0.3.1 2020-03-31 22:39:40 -07:00
R. RyanTM 18fde5d57b jc: 1.9.2 -> 1.9.3 2020-03-31 22:39:34 -07:00
worldofpeace 0ea686647f
qgnomeplatform: hardcode gsettings schemas
Fixes #81866
2020-04-01 07:35:48 +02:00
Dennis Gosnell 4c23f68699
Merge pull request #82964 from lilyball/psc-package
psc-package: Stop using haskellPackages to build
2020-04-01 10:39:46 +09:00
Niklas Hambüchen 5676e6df1f krb5: Add patches to fix build with musl on 1.18 2020-04-01 02:23:13 +02:00
Shea Levy 0a7c10f701
setupcfg2nix: Bump to 2.0.1.
Fixes #83814
2020-03-31 17:54:12 -04:00
Elis Hirwing 96a5e0c928
php: init phpXYbase packages and make the default php extended by default
Also, add opcache to default extensions since it significantly
increases PHP's performance and is by default enabled on Debian based
distributions. Not having it enabled by default results in a puzzling
performance loss for anyone attempting to migrate from Debian/Ubuntu
to NixOS who is unaware of this. Therefore, enable it by default. /talyz
2020-03-31 22:06:45 +02:00
Timo Kaufmann c9bf23e658
Merge pull request #83482 from doronbehar/improve-picard
picard: add optional qtmultimedia dependency
2020-03-31 19:37:28 +00:00
Jan Tojnar dbb4a47de0
Merge branch 'staging-next' into staging 2020-03-31 21:33:00 +02:00
Jan Tojnar 3e0f4e202f
Merge branch 'master' into staging-next 2020-03-31 21:32:15 +02:00
Leo Colisson abe5f7070a python37Packages.picos: 1.2.0 -> 2.0 2020-03-31 12:27:20 -07:00
Jan Tojnar 08306f3f26
Merge pull request #83832 from jtojnar/samba-things
Clean up & update samba things
2020-03-31 20:38:45 +02:00
Jonathan Ringer 0f9e2ba04d ldc: inherit python interpreter from lit 2020-03-31 10:54:56 -07:00
Jonathan Ringer 10993853d4 lit: passthru python interpreter 2020-03-31 10:54:56 -07:00
Jonathan Ringer 239343c6c3 lit: use python3 2020-03-31 10:54:56 -07:00
R. RyanTM 5a34c9946f lit: 0.8.0 -> 0.9.0 2020-03-31 10:54:56 -07:00
John Ericson be0d1dc5a6
Merge pull request #69454 from jmillerpdt/bugfix/tensorflow-mkl
pythonPackages.tensorflow: fix for bazel settings for intel mkl, dnnl
2020-03-31 12:47:29 -04:00
R. RyanTM a90b82dfe9 alibuild: 1.5.4rc3 -> 1.5.5 2020-03-31 09:29:48 -07:00
Jason Miller 4a4b44803c tensorflow: bugfix for bazel settings (intel mkl, dnnl) 2020-03-31 12:01:22 -04:00
Benjamin Andresen 74051c00c6 clj-kondo: 2019.12.14 -> 2020.03.20 2020-03-31 18:00:35 +02:00
Timo Kaufmann c6590b2063
Merge pull request #82259 from doronbehar/package-liberio
liberio: init at unstable-2019-12-11
2020-03-31 15:42:46 +00:00
Timo Kaufmann aa304bb398
Merge pull request #83795 from risicle/ris-nghttp2-python
nghttp2: add python bindings as pythonPackages.nghttp2
2020-03-31 14:27:04 +00:00
Jörg Thalheim 3d6b05766c
Merge pull request #83857 from Mic92/fcgi
fcgi: 2.4.0 -> 2.4.2
2020-03-31 14:35:56 +01:00
Jörg Thalheim 5112c97730
Merge pull request #83441 from lsix/update-khronos-ocl-icd-loader
khronos-ocl-icd-loader: 6c03f8b -> 2020.03.13
2020-03-31 12:40:56 +01:00
Jörg Thalheim 5371ea9702
Merge pull request #83582 from colemickens/nixpkgs-ha-pkgs-roku
pythonPackages.roku: init at v4.1
2020-03-31 11:46:04 +01:00