Commit Graph

79464 Commits

Author SHA1 Message Date
Peter Simons 35c3eb6737 git-annex: update sha256 hash for new version 8.20200330 2020-04-03 22:00:30 +02:00
Chuck dec9ac364a darcs: Fix build (Use old GHC)
This is fixed at upstream's head; this change can be reverted after
darcs cuts a new release (current release is 2.14.2).
2020-04-03 22:00:30 +02:00
Peter Simons f660d6ec3d haskell-hackage-security: update default version to 0.6.x 2020-04-03 22:00:29 +02:00
Peter Simons 11d28064b7 haskell-Cabal: update overrides for the new 3.2.x release 2020-04-03 22:00:29 +02:00
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
Vincent Laporte 6fa7355819
reason: 3.5.4 → 3.6.0 2020-04-02 21:28:10 +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
Jörg Thalheim 61cee883a9
Merge pull request #83720 from bhipple/f/py-application
python27Packages.application: 2.7.0 -> 2.8.0 and fix build; python27Packages.python-otr: mark as broken
2020-03-31 11:36:51 +01:00
David Wood e6df077ce6
computecpp: 1.2.0 -> 1.3.0 2020-03-31 11:34:37 +01:00
markuskowa 470c50d633
Merge pull request #71607 from r-ryantm/auto-update/geos
geos: 3.7.3 -> 3.8.0
2020-03-31 11:44:03 +02:00
Cole Mickens ad65f60099 pythonPackages.alarmdecoder: init at v1.13.9 2020-03-31 07:46:44 +00:00
Jörg Thalheim ebc2110f3f
Merge pull request #83854 from r-ryantm/auto-update/wllvm
wllvm: 1.2.2 -> 1.2.8
2020-03-31 08:41:19 +01:00
Jörg Thalheim 35523fbb0d
fcgi: 2.4.0 -> 2.4.2 2020-03-31 08:39:25 +01:00
R. RyanTM 4a623b9c8a wllvm: 1.2.2 -> 1.2.8 2020-03-31 06:56:11 +00:00
Jon 1504df58e2 vcstools: fix dependencies
missing setuptools

```
$ ./results/vcstool/bin/vcs --help
Traceback (most recent call last):
  File "/nix/store/m9w0gapwnwffhnvyv3ds14mgbx2p5y93-vcstool-0.2.7/bin/.vcs-wrapped", line 6, in <module>
    from vcstool.commands.vcs import main
  File "/nix/store/m9w0gapwnwffhnvyv3ds14mgbx2p5y93-vcstool-0.2.7/lib/python3.7/site-packages/vcstool/commands/vcs.py", line 5, in <module>
    from vcstool.commands.help import get_entrypoint
  File "/nix/store/m9w0gapwnwffhnvyv3ds14mgbx2p5y93-vcstool-0.2.7/lib/python3.7/site-packages/vcstool/commands/help.py", line 6, in <module>
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
```
2020-03-30 22:41:47 -07:00
R. RyanTM aa6c79daeb vcstool: 0.1.36 -> 0.2.7 2020-03-30 22:41:47 -07:00
Jon 4c3c03eb56
Merge pull request #83850 from r-ryantm/auto-update/gitup
git-repo-updater: 0.5 -> 0.5.1
2020-03-30 22:33:26 -07:00
Jon 18abe3a09c
Merge pull request #83847 from r-ryantm/auto-update/gdbgui
gdbgui: 0.13.1.1 -> 0.13.2.0
2020-03-30 22:30:35 -07:00
R. RyanTM 0474424904 whatstyle: 0.1.7 -> 0.1.8 2020-03-30 22:28:20 -07:00
R. RyanTM 560e80348c sqlite-web: 0.3.5 -> 0.3.6 2020-03-30 22:27:11 -07:00
R. RyanTM b64ce81b87 rshell: 0.0.26 -> 0.0.27 2020-03-30 22:26:55 -07:00
R. RyanTM b3bd6835b7 git-repo-updater: 0.5 -> 0.5.1 2020-03-31 05:11:30 +00:00
R. RyanTM 1e78891e85 gdbgui: 0.13.1.1 -> 0.13.2.0 2020-03-31 04:57:29 +00:00
Jan Tojnar e6674f6472
Merge pull request #83825 from Gabriel439/gabriel/fix_cabal2nix
Fix evaluation of `cabal2nix`
2020-03-31 06:44:32 +02:00
Jan Tojnar 1be7664496
ntdb: clean up expression
* format with nixpkgs-fmt
* quote homepage as per RFC 0045
* split name → pname & version
* do not use aliases
* switch to wafHook
* move build tools to nativeBuildInputs
2020-03-31 05:20:26 +02:00
Jan Tojnar 4cfdc7af53
ldb: 1.3.3 → 2.1.1
* Move build tools to nativeBuildInputs
* Switch to Python 3 as it is required by most Samba libraries
* Do not yet enable the experimental lmdb backend introduced in 1.4.0

Changes:
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=4e2eb5660a11cea215d39495844aa76ffb5a1a2e
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=3eecdbcc38dbe084b285c9720443d819304f7b97
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=b7f0ee93f58e663bb8fc0b39985aa49b254582d9
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=bdbb9422c0430d74c3173822257e23a9dfb2713e
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=340cb9ca97bc2a23f102f80897a8d8f4809f0072
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=de3bb5cd5236565f2b79644d99e55d03b254b65e
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=09d281d69b668a71e4457889bb5e949414a664fb
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=81648d576d56e924945b2214ac12ca6a40679db8
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=86d480ade25953a175b0837667ce5efb8b7e65df
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=80bd467affbda1d962f4deb3caa8a42c6531425d
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=bc0d16c9d8eacd254552ff28726a2ba5f2a1c8c0
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=c37b94fd0a7b24df93b664ad4c2d197c516c9dce
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=79460b1b9f3452d6d68014b84f4a9dc3988bd916
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=0ca46a37268c8219192abc3ab5f2546a02ed8862
2020-03-31 05:16:10 +02:00
Matt Snider c015badaa2 python3Packages.openwrt-luci-rpc: init at 1.1.2 2020-03-30 20:10:58 -07:00
Jan Tojnar f1582a04df
tdb: Port to Python 3
Half of the Samba libraries needs it now
2020-03-31 04:52:47 +02:00
Jan Tojnar 43f5507446
tdb: clean up expression
* format with nixpkgs-fmt
* quote homepage as per RFC 0045
* split name → pname & version
* do not use aliases
* switch to wafHook
2020-03-31 04:52:46 +02:00
Jan Tojnar b04ace2fbb
ldb: clean up expression
* format with nixpkgs-fmt
* quote homepage as per RFC 0045
* split name → pname & version
* do not use aliases
* switch to wafHook
2020-03-31 04:52:46 +02:00
Jan Tojnar 2ef17b38fb
tevent: 0.9.37 → 0.10.2
* Now requires Python 3
* Which was also coincidentally required to fix build (https://github.com/NixOS/nixpkgs/issues/82489)
* Also switch to wafhook

Changes:
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=1c73f38633ce40bcf19775fbeaf5e3baacdba9ab
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=db58a50296041ca57675daee15caea8850f1d3f8
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=6f2278018436184785e19f69efc60ec408b14aa7
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=123267138e993c6a87990c0022e89f4970c0ac12
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=4aea5c0972de53c143530cc42ef6d3b8cfafb973
2020-03-31 04:51:58 +02:00
R. RyanTM 215ca6863d python27Packages.pysmbc: 1.0.18 -> 1.0.19 2020-03-30 19:40:58 -07:00
Gabriel Gonzalez 8d2c08e774 Fix evaluation of `cabal2nix`
`cabal2nix` fails to evaluate due to attempting to
evaluate `pkgs.haskellPackages.hackage-db_2_1_0`, which
does not exist.  However, the default
`pkgs.haskellPackages.hackage-db` is already version 2.1.0,
so the fix is simple: go back to using the default version.
2020-03-30 19:24:01 -07:00
Jan Tojnar f6f09daa23
tevent: clean up expression
* format with nixpkgs-fmt
* do not use aliases
2020-03-31 04:14:20 +02:00
Jan Tojnar fa7d35dcbf
tevent: clean up expression
* format with nixpkgs-fmt
* quote homepage as per RFC 0045
* split name → pname & version
* do not use aliases
2020-03-31 04:10:00 +02:00
Raphael Borun Das Gupta 4bbb0e83b1 python: Shapely: 1.6.4.post2 -> 1.7.0 2020-03-30 18:57:34 -07:00
Ben Darwin 4aaa18b64b python3Packages.dcmstack: init at 0.8 2020-03-30 18:01:07 -07:00
Jan Tojnar 40ecaf3808
Revert "flatpak: do not use autoreconfHook"
This reverts commit a7e4dba1e9.

Apparently, tarballs do not ship autogen.sh 😿
2020-03-31 02:54:31 +02:00
Dmitry Kalinkin 03ccfe23f7 pythonPackages.pyarrow: remove dead code in preCheck, use pytestCheckHook 2020-03-30 17:50:19 -07:00
Jan Tojnar a7e4dba1e9
flatpak: do not use autoreconfHook
They use custom autogen.sh and running autoreconf is not enough.

This is necessary when running from Git, which I do on almost every update.
2020-03-31 02:16:55 +02:00
Jan Tojnar 648327d510
Merge pull request #83781 from zowoq/flatpak
flatpak: 1.6.2 -> 1.6.3
2020-03-31 02:15:05 +02:00
R. RyanTM 5e8451b8a3 socket_wrapper: 1.2.3 -> 1.2.4 2020-03-30 17:06:52 -07:00
R. RyanTM cce45bd7d7 commonsLang: 3.9 -> 3.10 2020-03-30 17:05:12 -07:00
R. RyanTM dad6f372fb python27Packages.flaskbabel: 0.12.2 -> 1.0.0 2020-03-30 17:04:08 -07:00
R. RyanTM 62948a60be python27Packages.datadog: 0.34.1 -> 0.35.0 2020-03-30 17:00:06 -07:00
Jonathan Ringer 915d58ba7c python3Packages.subunit: fix build and add tests 2020-03-30 16:54:40 -07:00
R. RyanTM ab2d5c286c leatherman: 1.10.0 -> 1.11.0 2020-03-30 16:26:43 -07:00
R. RyanTM d3a077ca06 python27Packages.identify: 1.4.11 -> 1.4.13 2020-03-30 16:04:08 -07:00
R. RyanTM b7572546b4 python27Packages.ipdb: 0.13.0 -> 0.13.2 2020-03-30 16:02:16 -07:00
R. RyanTM b0a29a6dae python27Packages.cgroup-utils: 0.6 -> 0.8 2020-03-30 16:01:46 -07:00
R. RyanTM 8f91b1745a python27Packages.cocotb: 1.3.0 -> 1.3.1 2020-03-30 15:57:26 -07:00
Jon 9cf5d3a2b4
Merge pull request #83802 from r-ryantm/auto-update/python2.7-hdbscan
python27Packages.hdbscan: 0.8.24 -> 0.8.25
2020-03-30 15:38:52 -07:00