Commit Graph

77961 Commits

Author SHA1 Message Date
Silvan Mosberger
87fc484219 haskellPackages.bitwise-enum: Fix build 2020-02-28 20:31:25 +01:00
Silvan Mosberger
df0392dc3c haskellPackages.Chart-tests: Fix build 2020-02-28 20:31:24 +01:00
Simon Chatterjee
fdb4ed35ed haskell-gtk2hs packges: fixes for building on Darwin
This includes two layered changes so the gtk2hs packages build on Darwin:

 - For `glib`, `gio`, `gtk`, `gtk3`, and `pango`: the fix for version 0.13.8.0
   from https://github.com/gtk2hs/gtk2hs/pull/293 . I expect at some point the
   referenced fix (or one like it) will be released and and brought into
   nixpkgs, at which point the override and patch files here can (in fact must)
   be removed.

 - For `gtk` and `gtk3`: also apply the required cabal flag cited in
   https://github.com/gtk2hs/gtk2hs/issues/249 to specify the Quartz rather than
   X11 backend (Quartz is the one that both nixpkgs and macOS support
   out-the-box). This override is likely to be wanted indefinitely.

Both modifications are required for a successful build of `gtk` or `gtk3` on
Darwin right now.
2020-02-28 20:31:24 +01:00
Domen Kožar
524535f185 configuration-ghc-8.8.x: fix eval 2020-02-28 20:31:24 +01:00
Simon Chatterjee
4f39597903 spago: fix Darwin build
This change gets round a weird permissions error on darwin
2020-02-28 20:31:23 +01:00
Simon Chatterjee
3d7b19344d haskell-cabal-fmt: override Cabal to version 3.0.x 2020-02-28 20:31:23 +01:00
Peter Simons
ee52b6ac68 haskell-brick: update overrides to the latest version 2020-02-28 20:31:23 +01:00
Peter Simons
79e53ba252 hackage2nix: update list of broken packages 2020-02-28 20:31:22 +01:00
Peter Simons
aba43b8c3e ghc-8.8.x: update override for lens to the latest version 2020-02-28 20:31:22 +01:00
(cdep)illabout
c44ded75fe haskellPackages.mplayer-spot: add runtime dependency on mplayer 2020-02-28 20:31:22 +01:00
(cdep)illabout
a0171c6439 haskellPackages.prettyprinter: make sure everything depends on this correctly 2020-02-28 20:31:22 +01:00
(cdep)illabout
025faad9a9 haskell.packages.ghc882.policeman: fix up ansi-terminal dep 2020-02-28 20:31:21 +01:00
(cdep)illabout
b6f45d056a haskellPackages.cabal-plan: fix up ansi-terminal dep 2020-02-28 20:31:21 +01:00
(cdep)illabout
b68c9dda98 spago: 0.13.1 -> 0.14.0 2020-02-28 20:31:21 +01:00
Christian Lütke-Stetzkamp
671db18e22 haskellPackages.hledger-flow: do not build static
Fixes #68840
2020-02-28 20:31:20 +01:00
Peter Simons
ea1aae15ae hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-19-g1b9b3ef from Hackage revision
2054fb03f4.
2020-02-28 20:31:20 +01:00
Christian Lütke-Stetzkamp
15d71ed75b hackage2nix: restrict gi-gdkx11 to versions below 4
... because gi-gdkx11-4.x requires gtk-4.x, which is still under
development and not yet available in Nixpkgs

Fixes #77588
2020-02-28 20:31:19 +01:00
Christian Lütke-Stetzkamp
cf8e796dd1 hackage2nix: mark taffybar as unbroken
...it builds because gi-gdkx11 is no longer broken

Fixes #63500
2020-02-28 20:31:19 +01:00
Christian Lütke-Stetzkamp
494124603a hackage2nix: mark http-streams not broken
Fixes #79227
2020-02-28 20:31:19 +01:00
Peter Simons
dbc7989d3f hackage2nix: update to ghc-8.8.2 for lts-15.x 2020-02-28 20:31:18 +01:00
Peter Simons
9bc4a358cf LTS Haskell 15.1 2020-02-28 20:31:13 +01:00
Adam Sandberg Ericsson
9a5ecf1212 ghc: really use ld.gold 2020-02-28 20:29:33 +01:00
Michael Raskin
71d5e1595c
Merge pull request #81308 from r-ryantm/auto-update/geoclue
geoclue2: 2.5.5 -> 2.5.6
2020-02-28 19:29:02 +00:00
Roman Plášil
3a3ccb106e Address PR comments 2020-02-28 18:50:12 +01:00
Roman Plášil
f47e6ff4ed leveldb: fix rpath setting on Darwin 2020-02-28 18:50:12 +01:00
Roman Plášil
fb285f2153 minetest: update to 5.1.0 and build on Darwin 2020-02-28 18:50:12 +01:00
R. RyanTM
f150d16ab4 geoclue2: 2.5.5 -> 2.5.6 2020-02-28 17:47:30 +00:00
Emily
6d3fc35620 pypy{,3}: use openssl_1_1
"We now support building PyPy with OpenSSL 1.1 in our built-in _ssl
module, as well as maintaining support for previous versions."
-- https://pypy.readthedocs.io/en/latest/release-pypy2.7-v5.6.0.html
2020-02-28 16:06:20 +00:00
Peter Simons
05ab8c6d4c mlt: update from version 6.18.0 to 6.20.0 2020-02-28 16:42:29 +01:00
Jörg Thalheim
112cc9c052
python3.pkgs.pyicloud: 0.9.1 -> 0.9.2 2020-02-28 15:32:02 +00:00
Michael Raskin
3ee1e3b2c0
Merge pull request #80224 from fare-patches/fare
Update Gambit and Gerbil, fix #78921
2020-02-28 15:00:39 +00:00
Scott Worley
695c1339b8 libu2f-host: Fix license 2020-02-28 14:53:19 +00:00
R. RyanTM
0a545f61fc buildbot: 2.6.0 -> 2.7.0 2020-02-28 14:51:52 +00:00
R. RyanTM
e68418d000 enchant: 2.2.7 -> 2.2.8 2020-02-28 13:57:41 +00:00
Orivej Desh
8c1cb557c6 fmt: 6.1.1 -> 6.1.2
Tests and parallel building are enabled by default.
2020-02-28 13:17:10 +00:00
Eelco Dolstra
74c82056c9
lcov: Support gcc 9
https://github.com/linux-test-project/lcov/issues/58
https://github.com/Homebrew/homebrew-core/pull/50070
2020-02-28 12:31:41 +01:00
Joao Neves
95c91cebf1 bazel: output correct binary name
From Bazel 2.0.0 onwards, Bazel looks for a binary named
`bazel-${version}-${os_arch}` if the project root contains a
`.bazelversion` file or the USE_BAZEL_VERSION environment
variable is set.

This change ensures we output a binary with the correct name
for the current version and OS/arch combination.
2020-02-28 12:21:22 +01:00
Joao Neves
dd413d4c2d bazel: 2.0.0 -> 2.1.0 2020-02-28 12:21:22 +01:00
Mario Rodas
fa78ec1704
Merge pull request #81143 from r-ryantm/auto-update/python2.7-gphoto2
python27Packages.gphoto2: 2.0.0 -> 2.1.0
2020-02-28 05:41:15 -05:00
Mario Rodas
36814e3201
Merge pull request #81142 from r-ryantm/auto-update/python3.7-ezdxf
python37Packages.ezdxf: 0.9 -> 0.11
2020-02-28 05:39:39 -05:00
Jan Tojnar
1660735076
Merge branch 'staging-next' into staging 2020-02-28 11:31:07 +01:00
Jan Tojnar
bb701376cf
Merge branch 'master' into staging-next 2020-02-28 11:30:44 +01:00
Mario Rodas
e6f350ced3
Merge pull request #81195 from r-ryantm/auto-update/xapian
xapian: 1.4.14 -> 1.4.15
2020-02-28 05:12:22 -05:00
Millian Poquet
65336dc3cf
meson: 0.52.1 -> 0.53.2
https://mesonbuild.com/Release-notes-for-0-53-0.html

https://github.com/mesonbuild/meson/releases/tag/0.53.0
https://github.com/mesonbuild/meson/releases/tag/0.53.1
https://github.com/mesonbuild/meson/releases/tag/0.53.2
2020-02-28 11:10:06 +01:00
Jan Tojnar
ca55015ed8
Revert "meson: 0.52.1 -> 0.53.2"
This reverts commit d607564d68.

should go to staging
2020-02-28 11:09:24 +01:00
Jan Tojnar
b0dfe1cf63
Merge pull request #80797 from mpoquet/meson-0.52.1-to-0.53.1
meson: 0.52.1 -> 0.53.1
2020-02-28 10:28:04 +01:00
Vincent Laporte
644b931c49 ocamlPackages.javalib: 3.1.1 → 3.2.1
ocamlPackages.sawja: 1.5.7 → 1.5.8
2020-02-28 09:37:54 +01:00
Benjamin Hipple
fdb98b936f clog-cli: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-28 00:12:37 -08:00
Mario Rodas
4e50a048d1 breezy: init at 3.0.2 2020-02-28 00:06:52 -08:00
Mario Rodas
52e4c7516f pythonPackages.launchpadlib: init at 1.10.10 2020-02-28 00:06:52 -08:00
Mario Rodas
e0efde5421 pythonPackages.lazr-restfulclient: init at 0.14.3 2020-02-28 00:06:52 -08:00
Mario Rodas
14780770a7 pythonPackages.wadllib: init at 1.3.3 2020-02-28 00:06:52 -08:00
Mario Rodas
8de8110ac7 pythonPackages.lazr-uri: init at 1.0.3 2020-02-28 00:06:52 -08:00
worldofpeace
e10900b068 crystal: use latest openssl 2020-02-28 01:32:20 -05:00
Mario Rodas
97306926fb
Merge pull request #81183 from marsam/fix-talloc-darwin
talloc: fix build on darwin
2020-02-27 23:18:39 -05:00
Ryan Mulligan
e6eb0dfa7d
Merge pull request #81213 from r-ryantm/auto-update/dnnl
dnnl: 1.2 -> 1.2.1
2020-02-27 20:10:04 -08:00
Stig Palmquist
ccb142916c rakudo: 2020.01.1 -> 2020.02
dependencies:
moarvm: 2020.01.1 -> 2020.02
nqp: 2020.01 -> 2020.01

recommended:
zef: 0.8.2 -> 0.8.3
2020-02-27 22:00:27 -06:00
Dmitry Kalinkin
544baad622
Merge pull request #79817 from tobim/pkgs/arrow-cpp-0.16
arrow-cpp: 0.15.1 -> 0.16.0
2020-02-27 19:46:29 -05:00
Evan Stoll
5e895e535c ycmd: 2019-09-19 -> 2020-02-22
drop support for python2

ycmd dropped support for python2 with https://github.com/ycm-core/ycmd/pull/1382

youcompleteme dropped support for python2 with https://github.com/ycm-core/YouCompleteMe/pull/3566
2020-02-27 15:46:36 -08:00
R. RyanTM
70081ecc17 dnnl: 1.2 -> 1.2.1 2020-02-27 21:42:17 +00:00
Jonathan Ringer
35f00b429b libsecret: remove obsolete patch
remove patch that was merged into the 0.20.1 patch.

regression introduced in c6a1e23eb7
2020-02-27 13:25:52 -08:00
Francois-Rene Rideau
4ee219ef8e gerbil-unstable: 2019-11-15 -> 2020-02-27
Let Gerbil Scheme find its GERBIL_HOME where Nix put it
when the environment variable is left unspecified.

Comment out work in progress for static linking.

Notes about working on macOS.
2020-02-27 16:02:39 -05:00
Millian Poquet
d607564d68
meson: 0.52.1 -> 0.53.2
https://mesonbuild.com/Release-notes-for-0-53-0.html

https://github.com/mesonbuild/meson/releases/tag/0.53.0
https://github.com/mesonbuild/meson/releases/tag/0.53.1
https://github.com/mesonbuild/meson/releases/tag/0.53.2
2020-02-27 21:22:54 +01:00
worldofpeace
b1ec189c9f
Merge pull request #80746 from vcunat/p/openssl-eol
openssl_1_0_2: mark as insecure; fixes #77503 (kinda)
2020-02-27 20:12:09 +00:00
Maximilian Bosch
29b495d4d7
cargo-make: 0.27.0 -> 0.28.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.28.0
2020-02-27 20:31:39 +01:00
Jon
5341720ca7 stlink: inline version info 2020-02-27 10:31:19 -08:00
R. RyanTM
2936fa8f1f stlink: 1.5.1 -> 1.6.0 2020-02-27 10:31:19 -08:00
Daiderd Jordan
c6bbad4e87
Merge pull request #81165 from manveru/vaultenv-0.13.0
vaultenv: 0.8.0 -> 0.13.0
2020-02-27 19:03:29 +01:00
Dmitry Kalinkin
56c2b7cb9a
arrow-cpp: fix RPATH on darwin
Instead of patching test binaries with install_name_tool just set
CMAKE_SKIP_BUILD_RPATH to OFF let cmake compile them with RPATH set
correctly.

Add CMAKE_INSTALL_RPATH to set correct RPATH for the installed
executables for parquet tools. We could set it to an absolute path using
"-DCMAKE_INSTALL_RPATH=${placeholder "out"}", but instead we use
@loader_path to provide a relocable solution.
2020-02-27 12:50:23 -05:00
Dmitry Kalinkin
4b65f859c9
pythonPackages.pytest-lazy-fixture: use pytestCheckHook 2020-02-27 12:49:44 -05:00
Ben Darwin
fd9b40d076 ocamlPackages_latest.phylogenetics: dune2/fix meta 2020-02-27 12:22:14 -05:00
Ben Darwin
290b09847a ocamlPackages.owl: 0.7.2 -> 0.8.0 2020-02-27 12:05:21 -05:00
Ben Darwin
5fc6b34dba ocamlPackages.eigen: 0.1.5 -> 0.2.0 2020-02-27 12:03:28 -05:00
R. RyanTM
2e074b60e4
xapian: 1.4.14 -> 1.4.15 2020-02-27 16:45:44 +00:00
worldofpeace
14474ff8b5
Merge pull request #78475 from GRBurst/dart
dart: 2.0.0 -> 2.7.1 (stable) + 2.0.0 -> 2.8.0-dev.10.0 (dev)
2020-02-27 13:43:28 +00:00
GRBurst
1204e44cad
dart: 2.0.0 -> 2.7.1 (stable) + 2.0.0 -> 2.8.0-dev.10.0 (dev)
- dart stable: make it default
- add aarch64 (arm64) packages
- set myself as maintainer
2020-02-27 14:23:27 +01:00
Mario Rodas
7e50a2f780
Merge pull request #78924 from bcdarwin/update-biocaml
ocamlPackages.biocaml: 0.10.0 -> 0.10.1
2020-02-27 07:27:15 -05:00
Mario Rodas
607a03c566
Merge pull request #81134 from bcdarwin/python3-nitime
python3Packages.nitime: init at 0.8.1
2020-02-27 07:26:42 -05:00
Mario Rodas
dfad6d1bd2
Merge pull request #77685 from bcdarwin/python3-ignite
python3Packages.ignite: init at 0.2.1
2020-02-27 07:25:22 -05:00
Mario Rodas
4e1e3eda3b
Merge pull request #81163 from lilyball/cocoapods
cocoapods: 1.8.4 -> 1.9.0
2020-02-27 07:22:55 -05:00
Matthieu Coudron
7f821b3efc
Merge pull request #81067 from teto/lua_fix
- introduce a default checkPhase for lua (disabled by default)
- dont apply patchShebangs on the whole lua package; hopefulyl it doesnt break stuff
2020-02-27 11:01:30 +01:00
Michael Fellinger
07fc3ce302
vaultenv: 0.8.0 -> 0.13.0 2020-02-27 10:30:46 +01:00
R. RyanTM
5d33637dd9 krb5: 1.17 -> 1.18 2020-02-27 10:21:01 +01:00
R. RyanTM
357f8bd0e7 libqmi: 1.24.2 -> 1.24.4 2020-02-27 10:20:24 +01:00
Mario Rodas
014c95bc18
talloc: fix build on darwin 2020-02-27 04:20:00 -05:00
Sergey Lukjanov
2f060f6a67 go_1_14: init at 1.14 and switch to it 2020-02-27 10:18:05 +01:00
Frederik Rietdijk
ef156f7a8b Merge staging-next into staging 2020-02-27 10:15:34 +01:00
Artemis Tosini
df3849e5c7 libinput: 1.15.1 → 1.15.2 2020-02-27 10:10:56 +01:00
Lily Ballard
c0af0c4763 cocoapods-beta: 1.9.0.beta.3 -> 1.9.0 2020-02-26 23:56:46 -08:00
Lily Ballard
915a3aa437 cocoapods: 1.8.4 -> 1.9.0 2020-02-26 23:56:34 -08:00
Daiderd Jordan
cc05b65a99
Merge pull request #81114 from cw789/elixir_update
elixir_1_10: 1.10.1 -> 1.10.2
2020-02-27 08:34:05 +01:00
Xavier Zwirtz
2922049a6c
hg-evolve: init at 9.2.2 (#81158)
* maintainers: add xavierzwirtz

* hg-evolve: init at 9.2.2
2020-02-27 09:15:02 +02:00
Michael Raskin
93f5b02c4f
Merge pull request #80905 from bennofs/update-gnulib
gnulib:  20190811 -> 20200223  and simplify usage
2020-02-27 06:35:48 +00:00
Vincent Laporte
8706ed24e5 ocamlPackages.dum: cleaning
Propagate the `easy-format` dependency.

Fix build with OCaml ≥ 4.09.
2020-02-27 07:33:11 +01:00
Michael Raskin
b41a7eeb18
Merge pull request #79864 from doronbehar/improve-octave
octave: Use qt5 and other improvements
2020-02-27 06:32:54 +00:00
Francois-Rene Rideau
32b3758b3d gambit-unstable: 2019-07-21 -> 2020-02-24 2020-02-26 20:37:03 -05:00
Francois-Rene Rideau
0d422d5007 gambit: set CC to full path, fixes #78921
Use -Os rather than -O2 as our compilation flag, document why.

Document why we always use gcc over clang.

Fix openssl path in gambit.
Stop trying to make static openssl.
2020-02-26 20:37:03 -05:00
Mario Rodas
fd98b29b29
Merge pull request #80932 from r-ryantm/auto-update/ocaml4.07.1-uri
ocamlPackages.uri: 3.0.0 -> 3.1.0
2020-02-26 20:10:07 -05:00
Mario Rodas
1da1afbbdc
Merge pull request #81141 from filalex77/act-0.2.4
act: 0.1.3 -> 0.2.4
2020-02-26 20:08:24 -05:00
Mario Rodas
1135b6053f
Merge pull request #80939 from r-ryantm/auto-update/python2.7-gssapi
python27Packages.gssapi: 1.6.1 -> 1.6.2
2020-02-26 20:04:29 -05:00
Austin Seipp
c134564c26
bluespec: install utilities, too
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-26 18:32:20 -06:00
Austin Seipp
d1293a70c7
yosys: 2020.02.07 -> 2020.02.25
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-26 18:32:16 -06:00
Matthieu Coudron
fb822c5d97
Merge pull request #81070 from lilyball/insect
nodePackages.insect: init at 5.4.0
2020-02-27 00:34:40 +01:00
Matthieu Coudron
33323e4006 node updater improvements
- Make it run from anywhere
- overwrite old packages only on success to prevent getting into a bad
state
2020-02-27 00:34:11 +01:00
R. RyanTM
9244aaab1f python27Packages.gphoto2: 2.0.0 -> 2.1.0 2020-02-26 22:27:55 +00:00
R. RyanTM
fb25925056 python37Packages.ezdxf: 0.9 -> 0.11 2020-02-26 21:34:10 +00:00
Jonathan Ringer
0538dec989 dotnetCorePackages.{aspnetcore,netcore,sdk}_2_1: 2.1.15 -> 2.1.16 2020-02-26 12:43:48 -08:00
Jonathan Ringer
3a3d15f1f6 dotnetCorePackages.{aspnetcore,netcore,sdk}_3_1: 3.1.1 -> 3.1.2 2020-02-26 12:43:48 -08:00
Jonathan Ringer
bd938f6bea dotnetCorePackages.{aspnetcore,netcore,sdk}_3_0: 3.0.2 -> 3.0.3 2020-02-26 12:43:48 -08:00
Oleksii Filonenko
a3c9bb7cd9 act: 0.1.3 -> 0.2.4 2020-02-26 22:14:15 +02:00
Klaas van Schelven
256a07d3fb pythonPackages.grpcio: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven
7db11155d0 pythonPackages.grpcio-tools: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven
3cef56f8d7 pythonPackages.googleapis-common-protos: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven
606253bee7 pythonPackages.google-cloud-speech: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven
1b56c10792 pythonPackages.google-cloud-core: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven
17c3ed4d30 pythonPackages.google-auth: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven
2358ecf252 pythonPackages.google-api-core: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven
1b79fb8c94 readline: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Christian Poveda
fa838323dd pythonPackages.msgpack: 0.6.2 -> 1.0.0 2020-02-26 12:04:42 -08:00
Ben Darwin
65461ea1f2 python3Packages.nitime: init at 0.8.1 2020-02-26 13:19:28 -05:00
R. RyanTM
0b919c249f
mill: 0.6.0 -> 0.6.1 (#81017) 2020-02-26 12:18:16 -05:00
Lancelot SIX
2d7549ae2a
Merge pull request #81018 from vanschelven/swagger-spec-validator-2.5
pythonPackages.swagger-spec-validator 2.4.3 -> 2.5.0
2020-02-26 18:17:20 +01:00
Jörg Thalheim
c094972a45
hass-nabucasa: 0.29 -> 0.31 2020-02-26 16:38:00 +00:00
Jörg Thalheim
e0ba4b2e12
python3.pkgs.jsonpath: init at 0.82 2020-02-26 16:37:58 +00:00
Jörg Thalheim
059ee2a8b1
python3.pkgs.pushover-complete: init at 1.1.1 2020-02-26 16:37:56 +00:00
Georges Dubus
6c4813a238
Merge pull request #81005 from eraserhd/parinfer-rust-fix
parinfer-rust: 0.4.2 -> 0.4.3
2020-02-26 17:34:09 +01:00
worldofpeace
0babf18003
Merge pull request #71378 from bb010g/git-my
git-my: init at 1.1.2
2020-02-26 15:54:16 +00:00
Doron Behar
ca35318508 luaPackages.nvim-client: 0.2.0-1 -> 0.2.2-1 2020-02-26 15:47:54 +01:00
cw
da473475d5 elixir_1_10: 1.10.1 -> 1.10.2 2020-02-26 13:12:21 +01:00
Richard Marko
d617e54692 talloc: 2.1.14 -> 2.1.16, build with python3 2020-02-26 11:55:39 +01:00
Tobias Mayer
5ddadce27b
arrow-cpp: 0.15.1 -> 0.16.0
This switches to explicitly enabling dependency lookups for
optional features (they were not picked up before).
It also enables building of the Parquet command line tools.
2020-02-26 10:23:43 +01:00
Edward Tjörnhammar
d5b5ff5ae5
rPackages.ggbio: patch away spelling mistake 2020-02-26 09:45:23 +01:00
Doron Behar
3fa64cd5de octave: make optional features declarative in default.nix
Instead of in all-packages.nix .
2020-02-26 10:09:09 +02:00
bb010g
a7cb757af4 git-and-tools: canonicalize hyphenated names
Old intercaps names are aliased.

darcs-to-git: rename from darcsToGit
git-fast-export: rename from gitFastExport
git-remote-gcrypt: rename from gitRemoteGcrypt
hub-unstable: rename from hubUnstable
top-git: rename from topGit
2020-02-25 23:04:20 -08:00
Dmitry Kalinkin
d35009ee63
python3Packages.ipykernel: fix build on darwin
Also python34 is not supported:

979e6fd2db

nixpkgs doesn't provide python34 anymore, so pythonOlder "3.5" is always
true and can be removed.
2020-02-26 00:48:29 -05:00
worldofpeace
ff41002b80 exiv2: fix exiv2.pc file
This fix comes from #71669.
2020-02-25 23:25:43 -05:00
Sébastien Maret
a0f50fe24b pythonPackages.reproject: fix tests
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-02-25 18:30:05 -08:00
Matthieu Coudron
006aeb5704 buidLuarocksPackage: add a checkPhase 2020-02-26 01:14:30 +01:00
Matthieu Coudron
6eeb434b33 buildLuarocksPackage: extraVariables is now an attrset 2020-02-26 01:14:29 +01:00
Lily Ballard
f2d2d69203 nodePackages.insect: init at 5.4.0 2020-02-25 15:56:52 -08:00
Maximilian Bosch
cac1e32bd5
Merge pull request #81026 from marsam/update-tflint
tflint: 0.14.0 -> 0.15.0
2020-02-25 23:55:43 +01:00
Maximilian Bosch
cf0cc0596e
scalafmt: 2.3.2 -> 2.4.2 2020-02-25 22:14:38 +01:00
Michael Raskin
633dd4d8a1
Merge pull request #80876 from r-ryantm/auto-update/cgal
cgal_5: 5.0 -> 5.0.1
2020-02-25 20:43:35 +00:00
Michael Raskin
e99d9abf5c
Merge pull request #80543 from r-ryantm/auto-update/asdf
asdf: 3.3.3 -> 3.3.4
2020-02-25 20:43:13 +00:00
Maximilian Bosch
d92b56e99e
Merge pull request #80918 from velovix/remove-go-maintainer
go_1_12, go_1_13: remove velovix from maintainers
2020-02-25 21:07:26 +01:00
Jörg Thalheim
21baef32d5
Merge pull request #75451 from Izorkin/php-build
Update php build configuration
2020-02-25 18:50:38 +00:00
Matthieu Coudron
7aee5b838b build-lua-package: dont patchShebangs folder
It can be source of trouble for some read-only folders (libluv for
instance) and slow down install.
2020-02-25 17:34:29 +01:00
Drew Risinger
49ad19b257 pythonPackages.qiskit-terra: init at 0.12.0
Qiskit is a quantum information toolkit from IBM. This commit
follows the new Qiskit scheme of breaking from one large package into
smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-02-25 07:59:54 -08:00
Drew Risinger
ee3226bc65 pythonPackages.fastdtw: init at 0.3.4
Fast implementation of Dynamic Time Warping algorithm.

Dependency for qiskit-aqua.
2020-02-25 07:59:36 -08:00
Andrew Childs
1a73b69e20
liblinear: use absolute install name on Darwin (#81015)
nixpkgs prefers absolute install names. Replace the manually specified
relative install name with the standard hook.
2020-02-25 10:31:53 -05:00
Mario Rodas
58dac371d5
tflint: 0.14.0 -> 0.15.0
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.0
2020-02-25 08:32:00 -05:00
Profpatsch
8246c35875
Merge pull request #79900 from Gabriel439/gabriel/dhall_packages_2
Add Nixpkgs support for Dhall
2020-02-25 14:16:28 +01:00
Klaas van Schelven
efa25157e9 pythonPackages.swagger-spec-validator 2.4.3 -> 2.5.0
Includes various upstream fixes of the tests, see

* https://github.com/Yelp/swagger_spec_validator/pull/117
* https://github.com/Yelp/swagger_spec_validator/pull/121
2020-02-25 14:11:41 +01:00
Gabor Greif
f111c6f9ce llvmPackages_10: copy llvmPackages_9
* starting with rc2
* make `lldb` compilable again on Darwin
* separate out manpage creation for `lldb` into a new derivation
* minor tweaks to the patching of sources,
  some of which are backportable to earlier versions
2020-02-25 13:24:27 +01:00
Mario Rodas
82cbc6af3c
Merge pull request #80836 from zowoq/skaffold
skaffold: 1.3.1 -> 1.4.0
2020-02-25 06:37:40 -05:00
Vladyslav M
d363be93b4
Merge pull request #81008 from doronbehar/update-sccache
sccache: 0.2.12 -> 0.2.13
2020-02-25 12:00:14 +02:00
Andreas Rammhold
52a076e3a4
Merge pull request #81004 from lopsided98/libyamlcpp-single-output
libyamlcpp: don't use multiple outputs
2020-02-25 10:52:11 +01:00
Jörg Thalheim
e23f9415ef
Merge pull request #80998 from mmilata/parsoid
nixos/parsoid: fix service by reinstating nodePackages.parsoid
2020-02-25 09:21:04 +00:00
Doron Behar
d7c6c9a793
cpp-utilities: patch upstream issue 18 (#80014)
See https://github.com/Martchus/cpp-utilities/issues/18
2020-02-25 03:36:57 -05:00
Jonathan Ringer
e1e71e5886 pythonPackages.ansible-lint: disable for python2
raumel.yaml is not importable, which makes pip
fail during installation
2020-02-25 00:08:14 -08:00
R. RyanTM
58f608339a python27Packages.flask-babelex: 0.9.3 -> 0.9.4 2020-02-25 00:07:55 -08:00
Doron Behar
0c3ca28e8e sccache: 0.2.12 -> 0.2.13
Quote homepage URL.
2020-02-25 09:12:50 +02:00
Vincent Laporte
4f7484f038 ocamlPackages.pgocaml_ppx: init at 4.0 2020-02-25 08:12:07 +01:00
Jason Felice
f54d8b68d6 parinfer-rust: 0.4.2 -> 0.4.3 2020-02-24 23:32:12 -05:00
Ben Wolsieffer
bdbbe6f34f libyamlcpp: don't use multiple outputs
This package uses CMake's install(EXPORT ...) command which assumes that
libraries are installed in the same location as the CMake files.
2020-02-24 21:49:17 -05:00
tollb
ad337f7f3a
gdb: Fix abort w/NIX_DEBUG_INFO_DIRS patch (#80929)
The current gdb patch to support NIX_DEBUG_INFO_DIRS fails if
the user attempts to change the debug file directory to a
value other than the default. For instance:

(gdb) set debug-file-directory /run/booted-system/sw/lib/debug

results in:

munmap_chunk(): invalid pointer
Aborted (core dumped)

To fix this issue, the debug_file_directory is allocated
with xstrdup so that a subsequent call to xfree will succeed.
2020-02-25 01:18:09 +00:00
Martin Milata
9264a0fabf nodePackages.parsoid: init at 0.11.0 2020-02-25 01:32:12 +01:00
Michele Guerini Rocco
1805cfabff
Merge pull request #80888 from rnhmjoj/jinja2
python2Packages.jinja2: disable tests on 32bit systems
2020-02-25 01:31:04 +01:00
Robert Helgesson
c5cd289b13
nodePackages: remove duplicate package 2020-02-25 00:10:11 +01:00
Robert Helgesson
8883371fd1
yaml-language-server: init at 0.7.2 2020-02-25 00:06:10 +01:00
Robert Helgesson
47036e173a
nodePackages: update package versions 2020-02-25 00:06:09 +01:00
worldofpeace
868e28e6f9
Merge pull request #80943 from r-ryantm/auto-update/python2.7-datadog
python27Packages.datadog: 0.33.0 -> 0.34.1
2020-02-24 17:45:57 -05:00
worldofpeace
509533426b
Merge pull request #80983 from B4dM4n/seasocks-fix
seasocks: remove unneeded patch
2020-02-24 16:31:26 -05:00
Fabian Möller
2bd5d8c04a
seasocks: remove unneeded patch 2020-02-24 21:28:00 +01:00
Lancelot SIX
9532ca329e
Merge pull request #80968 from r-ryantm/auto-update/python2.7-mockito
python27Packages.mockito: 1.2.0 -> 1.2.1
2020-02-24 20:37:52 +01:00
Lancelot SIX
9be3fe0573
Merge pull request #80969 from r-ryantm/auto-update/python3.7-tablib
python37Packages.tablib: 1.0.0 -> 1.1.0
2020-02-24 20:34:36 +01:00
Michael Weiss
d6b692f483
Merge pull request #80959 from B4dM4n/mysql-connector-fix-build
pythonPackages.mysql-connector: fix build for python != python3
2020-02-24 18:56:38 +01:00
Marek Mahut
f5d2675512
Merge pull request #80909 from artemist/libfido2
libfido2: add macOS support
2020-02-24 18:44:58 +01:00
R. RyanTM
c5efe372fa python37Packages.tablib: 1.0.0 -> 1.1.0 2020-02-24 16:36:42 +00:00
R. RyanTM
745750d685 python27Packages.mockito: 1.2.0 -> 1.2.1 2020-02-24 16:32:00 +00:00
Thomas Tuegel
2cb48bb1c6
Merge pull request #80579 from mmilata/qt5-cmake-fix
qt5.qtbase: backport cmake macro fix (unbreaks FreeCAD build)
2020-02-24 09:22:24 -06:00
Vincent Laporte
86d1378d3e ocamlPackages.batteries: 2.11.0 → 3.0.0 2020-02-24 16:04:15 +01:00
Lancelot SIX
f0927d3a17
Merge pull request #80957 from r-ryantm/auto-update/python2.7-django-gravatar2
python27Packages.django-gravatar2: 1.4.2 -> 1.4.4
2020-02-24 15:46:33 +01:00
Vincent Laporte
229dc013b3 coqPackages.mathcomp_1_10: init at 1.10.0 2020-02-24 15:18:07 +01:00
Fabian Möller
09796a644c
pythonPackages.mysql-connector: fix build for python != python3 2020-02-24 14:43:05 +01:00
rnhmjoj
655b9c3400
python2Packages.jinja2: disable tests on 32bit systems 2020-02-24 14:39:39 +01:00
adisbladis
48e4304adf
poetry: Remove importlib-metadata override
This workaround is no longer required as the bug requiring it has been
fixed in poetry2nix.
2020-02-24 13:38:35 +00:00
adisbladis
e90bf5782e
poetry2nix: 1.4.0 -> 1.5.0 2020-02-24 13:38:32 +00:00
R. RyanTM
e648441eef python27Packages.django-gravatar2: 1.4.2 -> 1.4.4 2020-02-24 13:25:54 +00:00
Yegor Timoshenko
8cf6d496bc
Merge pull request #79203 from cw789/hex_update
beamPackages.hex: 0.20.1 -> 0.20.5
2020-02-24 15:22:06 +03:00
Max Wittig
3e47a8781f
gitlab-runner: 12.7.0 -> 12.8.0 (#80947) 2020-02-24 12:09:01 +00:00
cw
7d553eea3a beamPackages.hex: 0.20.1 -> 0.20.5 2020-02-24 15:03:01 +03:00
Mario Rodas
2e1198cb47 dune_2: fix hash 2020-02-24 12:54:42 +01:00
José Romildo Malaquias
897a5c327e ocamlPackages.printbox: 0.2 -> 0.4 2020-02-24 12:50:02 +01:00
Michele Guerini Rocco
1ded2578b0
Merge pull request #80895 from rnhmjoj/pysaml2
pythonPackages.pysaml2: fix tests on 32bit systems
2020-02-24 12:39:22 +01:00
Christoph Hrdinka
dc436efc90
Merge pull request #80513 from r-ryantm/auto-update/mapnik
mapnik: 3.0.22 -> 3.0.23
2020-02-24 11:49:46 +01:00
Ryan Mulligan
0320b2e384
Merge pull request #80941 from r-ryantm/auto-update/python2.7-Jug
python27Packages.jug: 1.6.9 -> 2.0.0
2020-02-24 02:38:42 -08:00
R. RyanTM
9a3e3037d6 python27Packages.datadog: 0.33.0 -> 0.34.1 2020-02-24 09:40:26 +00:00
Mario Rodas
0507717aae flow: 0.118.0 -> 0.119.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.119.0
2020-02-24 09:57:14 +01:00
Vincent Laporte
6036633e2b ocamlPackages.ppx_tools: 5.3 → 6.{0,1} 2020-02-24 09:48:13 +01:00
R. RyanTM
5d9266266d python27Packages.jug: 1.6.9 -> 2.0.0 2020-02-24 08:42:09 +00:00
Jonathan Ringer
193c58489e pythonPackages.locustio: 0.9.0 -> 0.14.4
disable python3.8 version, as tests hang indefinitely
2020-02-24 00:24:40 -08:00
R. RyanTM
f75906dbc9 python27Packages.gssapi: 1.6.1 -> 1.6.2 2020-02-24 08:23:01 +00:00
Cole Mickens
2f893b54bb pythonPackages.importlib-metadata: 1.3.0 -> 1.5.0 2020-02-23 22:35:59 -08:00
Guillaume Bouchard
5c11e174b2 pythonPackages.pyopengl: fix runtime shared library loading failure
This closes #76822.

pyopengl 3.1.4 introduced a new logic for shared library loading: it
tests a few combinations of library name and suffix (such as .so.X).

Our previous patch was just replacing the library name (e.g. 'glut') by
the full path to the nix store. This does not work anymore with pyopengl
3.1.4 new heuristic.

This commit just keep the behavior of pyopengl but adds the nix store
path to the list of tried paths.
2020-02-23 22:07:56 -08:00
R. RyanTM
a3ac72c337 ocamlPackages.uri: 3.0.0 -> 3.1.0 2020-02-24 03:35:34 +00:00
Tyler Compton
2ae7a8d710 go_1_12, go_1_13: remove velovix from maintainers 2020-02-23 15:08:58 -08:00
Michael Lingelbach
74f312e042 python.pkgs.pybullet: 2.6.1 -> 2.6.6
Update static-libs.patch

Add numpy to pybullet propagatedBuildInputs

Added numpy to build inputs
2020-02-23 14:20:38 -08:00
R. RyanTM
eda05110a0 hpx: 1.4.0 -> 1.4.1 2020-02-23 14:12:57 -08:00
Jonathan Ringer
0d1d43d49c pythonPackages.psutil: 5.6.7 -> 5.7.0 2020-02-23 14:01:08 -08:00
R. RyanTM
b5788ccdf3 jruby: 9.2.9.0 -> 9.2.10.0 2020-02-23 13:56:45 -08:00
R. RyanTM
16ef1be710 python27Packages.filebytes: 0.10.0 -> 0.10.2 2020-02-23 13:51:56 -08:00
R. RyanTM
6082646aff jython: 2.7.2b2 -> 2.7.2b3 2020-02-23 13:41:27 -08:00
Jonathan Ringer
2c12bb39a8 pythonPackages.chalice: disable pip version bounds 2020-02-23 12:46:32 -08:00
Kevin Amado
3c72558ef0 pythonPackages.fluidasserts: 20.1.33141 -> 20.2.30165
- Release entirely the version pinning, the active development of
  the package makes it be compatible with the latest dependency
  versions
- Added more tests, and missing packages
2020-02-23 12:43:39 -08:00
Kevin Amado
638251852e pythonPackages.promise: init at 2.3 2020-02-23 12:43:39 -08:00
Kevin Amado
c6f75c74df pythonPackages.graphql-server-core: init at 1.2.0 2020-02-23 12:43:39 -08:00
Kevin Amado
58dac999c2 pythonPackages.graphql-core: init at 2.3.1 2020-02-23 12:43:39 -08:00
Kevin Amado
36a1d1023a pythonPackages.pywinrm: missing dependency
- Keberos is a dependency that you really want included in the pkg,
  this is also needed to run the test suite by default
2020-02-23 12:43:39 -08:00
Patrick Hilhorst
35e5fc34ff pythonPackages.bespon: init at 0.3.0
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-02-23 11:56:10 -08:00
Artemis Tosini
099359afc7
libfido2: add macOS support
* pass IOKit to libfido2
* Add a patch so that cmake uses lld flags when linking
* Upgrade from 1.3.0 to 1.3.1 (based off #80781)
* Specify CMAKE_INSTALL_LIBDIR so that the demo binaries link
  correctly on macOS and libfido2.pc specifies correct arguments
2020-02-23 19:46:14 +00:00
Benno Fünfstück
9d5cc98363 gnulib: 20190811 -> 20200223
This update makes gnulib work even if it is installed into a readonly
location, so some hacks in nixpkgs can be removed.
2020-02-23 19:16:02 +01:00
Franz Pletz
02fc8dc4dc
Merge pull request #79882 from petabyteboy/feature/netifd
update libubox, uqmi; init uci, ubus, netifd
2020-02-23 17:11:59 +00:00
Michael Weiss
5111cf2da9
neatvnc: init at 0.1.0 2020-02-23 17:28:20 +01:00
Konrad Borowski
420b444773 noweb: fix build 2020-02-23 17:22:14 +01:00
Konrad Borowski
0302cbf42b icon-lang: fix build 2020-02-23 17:22:13 +01:00
adisbladis
5c50087566
Merge pull request #80880 from Infinisil/poetry-python-3.8
poetry: Fix build with Python 3.8
2020-02-23 16:55:58 +01:00
Daniel Schaefer
4441a6a8a4
Merge pull request #80838 from maxxk/pyfribidi-fix
pythonPackages.pyfribidi: fix build
2020-02-23 16:22:22 +01:00
rnhmjoj
60575b2fb7
pythonPackages.pysaml2: fix tests on 32bit systems 2020-02-23 14:47:50 +01:00
Maxim Krivchikov
23f265cdf5 python27Packages.seaborn: remove FRidh from maintainers 2020-02-23 10:46:36 +01:00
Silvan Mosberger
8f5b5baed7
poetry: Fix build with Python 3.8 2020-02-23 10:09:24 +01:00
R. RyanTM
92ef705954 cgal_5: 5.0 -> 5.0.1 2020-02-23 08:16:52 +00:00
Maxim Krivchikov
a517238f9f Add patch for python2 build with clang 2020-02-23 07:21:10 +00:00
John Ericson
83a4705f49
Merge pull request #80843 from obsidiansystems/rust-no-std
rust 1.41: Fix build with no_std only target
2020-02-23 00:48:45 -05:00
worldofpeace
83b7dc4469
Merge pull request #80594 from worldofpeace/gnome-3.34.4-staging
Gnome updates staging
2020-02-22 23:51:54 -05:00
Klaas van Schelven
c597007cce python.pkgs.httpretty: disable flaky test
As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376
2020-02-22 18:38:21 -08:00
Matt McHenry
84f839b9ac chefdk: 2.4.17 -> 4.7.73 2020-02-22 21:36:48 -05:00
Maxim Krivchikov
444370f1d8 pythonPackages.seaborn: use v0.9.1 for python 2
required for poretools
2020-02-22 16:02:37 -08:00
John Ericson
0b0e691833 rust 1.41: Fix build with no_std only target
See https://github.com/rust-lang/rust/pull/69381
2020-02-22 18:34:05 -05:00
worldofpeace
dfa418772b vte: 0.58.2 -> 0.58.3 2020-02-22 18:27:33 -05:00
worldofpeace
8d2827fd53 tracker-miners: 2.3.1 -> 2.3.2 2020-02-22 18:27:32 -05:00
worldofpeace
9c1c68a96e tracker: 2.3.1 -> 2.3.2 2020-02-22 18:27:32 -05:00
worldofpeace
c6a1e23eb7 libsecret: 0.20.0 -> 0.20.1 2020-02-22 18:27:32 -05:00
worldofpeace
8bf3b33cf2 libpeas: 1.24.0 -> 1.24.1 2020-02-22 18:27:32 -05:00
worldofpeace
7e22c873a2 gtk3: 3.24.13 -> 3.24.14 2020-02-22 18:27:32 -05:00
worldofpeace
1e234806e1 grilo-plugins: 0.3.10 -> 0.3.11 2020-02-22 18:27:31 -05:00
worldofpeace
0def916454 grilo: 0.3.11 -> 0.3.12 2020-02-22 18:27:31 -05:00
worldofpeace
4ac9af7bd3 glib: 2.62.4 -> 2.62.5 2020-02-22 18:27:31 -05:00
R. RyanTM
f0b586c612 libite: 2.1.0 -> 2.1.2 2020-02-22 22:39:51 +00:00
John Ericson
196682b175 Merge remote-tracking branch 'upstream/master' into work-on-multi-shellFor 2020-02-22 17:34:08 -05:00
Maxim Krivchikov
4644a4c482 pythonPackages.pyfribidi: fix build 2020-02-22 22:29:49 +00:00
zowoq
4a3262fcf2 skaffold: 1.3.1 -> 1.4.0
https://github.com/GoogleContainerTools/skaffold/releases/tag/v1.4.0
2020-02-23 08:15:37 +10:00
Maxim Krivchikov
50f3704c2f pythonPackages.ldaptor: fix build 2020-02-22 22:05:18 +00:00
Jonathan Ringer
2fea715779 pythonPackages.acoustics: disable
no longer compatible with pandas>=1
2020-02-22 13:10:07 -08:00
Cassidy Dingenskirchen
df54d70e3e poetry: 0.12.17 -> 1.0.3 2020-02-22 12:02:27 -08:00
R. RyanTM
2758e3975a python27Packages.azure-mgmt-storage: 7.0.0 -> 7.1.0 2020-02-22 11:46:09 -08:00
R. RyanTM
0d7ae2a5c6 python27Packages.azure-mgmt-network: 8.0.0 -> 9.0.0 2020-02-22 11:45:01 -08:00
R. RyanTM
20d5f3f23d python27Packages.azure-mgmt-resource: 7.0.0 -> 8.0.1 2020-02-22 11:44:46 -08:00
Vincent Breitmoser
5b244b986d pythonPackages.etesync: init at 0.9.3 2020-02-22 11:15:39 -08:00
Vincent Breitmoser
384afdc82c pythonPackages.furl: 2.0.0 -> 2.1.0 2020-02-22 11:15:39 -08:00
Vincent Breitmoser
e9578b9736 pythonPackages.pyscrypt: init at 1.6.2 2020-02-22 11:15:39 -08:00
David Wood
b0d7d8527b sycl-info: init at unstable-2019-11-19
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
David Wood
0ce1b1a380 lyra: init at 1.1
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
David Wood
54cbe01782 doctest: init at 2.3.5
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
Daniël de Kok
9bab3b5a61 sentencepiece: set platforms to unix to support Darwin
- The sentencepiece library builds fine on Darwin as well.
- Remove superfluous `enableParallelBuilding = true`.
- Make the value of homepage a string.
2020-02-22 10:55:48 -08:00
R. RyanTM
082c7f0181 python27Packages.pyftpdlib: 1.5.5 -> 1.5.6 2020-02-22 10:22:15 -08:00
John Ericson
1c07ee7925 haskell shellFor: Fix hoogle 2020-02-22 13:10:30 -05:00
R. RyanTM
8fd1365953 python27Packages.qtawesome: 0.6.1 -> 0.7.0 2020-02-22 10:07:33 -08:00
Renato Alves
e30abffb66 pythonPackages.googletrans: init at 2.4.0 2020-02-22 10:00:06 -08:00
Mario Rodas
8072b09754
Merge pull request #80723 from marsam/update-go-tools
go-tools: 2019.2.2 -> 2020.1.2
2020-02-22 11:06:29 -05:00
Mario Rodas
1278addbf6
Merge pull request #80757 from r-ryantm/auto-update/grails
grails: 4.0.1 -> 4.0.2
2020-02-22 11:05:18 -05:00
Mario Rodas
71368f3488
Merge pull request #80764 from r-ryantm/auto-update/kubectx
kubectx: 0.7.1 -> 0.8.0
2020-02-22 10:59:55 -05:00
Doron Behar
62d7ad9309 octave: Use sundials_2 in package's signature instead of callPackage 2020-02-22 12:35:06 +02:00
Doron Behar
b631f620d4 octave: Revert "remove old fix for build issue"
This reverts commit 3beeacfd58239bb6e95aa716dedddae17716b6eb.
2020-02-22 12:33:58 +02:00
Doron Behar
d4861e2b18 octave: clean up all build inputs - use qt5 2020-02-22 12:33:58 +02:00
Doron Behar
2b18e72064 octave: mark package as broken if JIT is enabled 2020-02-22 12:33:58 +02:00
Doron Behar
b3a20c4feb octave: remove old fix for build issue 2020-02-22 12:33:58 +02:00
Doron Behar
acf2ad3876 octave: clean up configure flags - remove --enable-dl 2020-02-22 12:33:58 +02:00
Doron Behar
40c2fb8b1e octave: Makeinfo is no longer needed at runtime 2020-02-22 12:33:58 +02:00
Doron Behar
b74fe1a248 octave: order arguments at top and import qt5 libs 2020-02-22 12:33:58 +02:00
Doron Behar
749afca8dc sundials: Add version 2.7.0 as sundials_2 2020-02-22 12:32:23 +02:00
Michele Guerini Rocco
57bcca369d
Merge pull request #80718 from rnhmjoj/timeout
pythonPackages.pytest-timeout: disable flaky test
2020-02-22 09:33:13 +01:00
Izorkin
ffe90532f7 php: update build configuration 2020-02-22 11:22:05 +03:00
Izorkin
0ee5d55d3b php: use external GD library 2020-02-22 11:22:05 +03:00
Izorkin
ac3c11a980 php: add option pearSupport 2020-02-22 11:22:05 +03:00
Izorkin
a74fb5a1af php: add option ipv6Support 2020-02-22 11:22:05 +03:00
Izorkin
5dae87ec2d php: remove unused configureFlags 2020-02-22 11:22:05 +03:00
Izorkin
82b5cef58d php: drop support libmysqlclient 2020-02-22 11:22:04 +03:00
R. RyanTM
3d95727892 uftrace: 0.9.3 -> 0.9.4 2020-02-22 09:12:43 +01:00
Daiderd Jordan
e4af779056
Merge pull request #80635 from marsam/fix-bazel-darwin
bazel: fix build on darwin
2020-02-22 08:52:58 +01:00
Mario Rodas
1fe82110fe
Merge pull request #80627 from marsam/update-bazel-buildtools
bazel-buildtools: 0.29.0 -> 1.0.0
2020-02-21 23:44:41 -05:00
R. RyanTM
f14a49c5dd kubectx: 0.7.1 -> 0.8.0 2020-02-22 00:56:40 +00:00
Drew Risinger
d38b8d8ff7 pythonPackages.cvxpy: init at 1.0.25
Convex optimization problem modeler in Python.
Dependency of qiskit-aer.
2020-02-21 16:50:12 -08:00
Wael Nasreddine
20e7a3d6a6
yq-go: 3.1.0 -> 3.1.2 (#80762) 2020-02-21 14:39:23 -10:00
Dmitry Kalinkin
b83257ca5f
lhapdf.pdf_sets: fix download url 2020-02-21 19:36:34 -05:00
R. RyanTM
af12b02b90 grails: 4.0.1 -> 4.0.2 2020-02-21 23:31:20 +00:00
Florian Klink
f545816c62
Merge pull request #80540 from flokli/scikits-odes-2.6.1
python.pkgs.scikits-odes: 2.4.0-9-g93075ae ->  2.6.1
2020-02-22 00:29:49 +01:00
Maximilian Bosch
b7566d7715
python3Packages.face_recognition: 1.2.3 -> 1.3.0
https://pypi.org/project/face-recognition/1.3.0/
2020-02-21 19:43:56 +01:00
Silvan Mosberger
e0fc181f5c
Merge pull request #80645 from xfix/cmake_2_8-fix-build
cmake_2_8: fix build
2020-02-21 19:38:25 +01:00
Vladimír Čunát
7cda2823be
openssl_1_0_2: mark as insecure; fixes #77503 (kinda)
No vulnerabilities are know so far (to me), but still I'd go this way.
Especially for 20.03 it seems better to deprecate it before official
release happens.

Current casualties:
$ ./maintainers/scripts/rebuild-amount.sh --print HEAD HEAD^
Estimating rebuild amount by counting changed Hydra jobs.
     87 x86_64-darwin
    161 x86_64-linux
2020-02-21 18:49:16 +01:00
Silvan Mosberger
69c0de2fe7
Merge pull request #80625 from unode/pysam-0.15.4
pysam: 0.15.3 -> 0.15.4 (and disabling tests)
2020-02-21 18:18:13 +01:00
Silvan Mosberger
7a56099d2d
Merge pull request #80706 from Infinisil/fix/swift
swift: Fix build for glibc 2.30
2020-02-21 17:22:29 +01:00
R. RyanTM
6f824c38fd python27Packages.pyodbc: 4.0.28 -> 4.0.30 2020-02-21 17:01:52 +01:00
Marek Mahut
94fbb7b418
Merge pull request #80722 from mmahut/libfido2
libfido2: evaluate systemd only on Linux
2020-02-21 15:49:56 +01:00
Timo Kaufmann
ec6bf457bf
Merge pull request #80728 from timokau/maven-jdk-overridable
maven: make jdk overridable
2020-02-21 14:49:41 +00:00
Mario Rodas
09c1342c70 dune_2: 2.3.0 -> 2.3.1
Changelog: https://github.com/ocaml/dune/releases/tag/2.3.1
2020-02-21 15:04:02 +01:00
Timo Kaufmann
0141cfefbc maven: make jdk overridable
This makes it possible to use maven with different (newer) jdks.

Fixes #75630
2020-02-21 14:26:33 +01:00
Marek Mahut
1ea0a243d2 libfido2: evaluate systemd only on Linux 2020-02-21 13:53:27 +01:00
Marek Mahut
448c671a62
Merge pull request #80710 from mmahut/libfido2
libfido2: build only Linux
2020-02-21 13:47:48 +01:00
rnhmjoj
c4865b8933
pythonPackages.pytest-timeout: disable flaky test 2020-02-21 13:40:24 +01:00
Mario Rodas
65593304e0
go-tools: 2019.2.2 -> 2020.1.3 2020-02-21 07:35:00 -05:00
Jan Tojnar
0c4755b420
Merge pull request #80715 from jtojnar/gimp-2.10.16
gimp: 2.10.14 → 2.10.16
2020-02-21 13:08:02 +01:00
Marek Mahut
852d2bcfd4 libfido2: linux build only 2020-02-21 12:56:45 +01:00
Jan Tojnar
abacc68138
gegl_0_4: 0.4.20 → 0.4.22
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_22/docs/NEWS.txt#L1-9
2020-02-21 12:27:51 +01:00
Jan Tojnar
0328d77cb8
mypaint-brushes1: 1.3.0 → 1.3.1
https://github.com/mypaint/mypaint-brushes/releases/tag/v1.3.1
2020-02-21 12:27:51 +01:00
Renato Alves
bf88bf47d1
pysam: 0.15.3 -> 0.15.4
Also disable tests until upstream test data issues are resolved.
See link in comment in code for more information.
2020-02-21 10:12:32 +01:00
Silvan Mosberger
7d8a33125f
swift: Fix build for glibc 2.30 2020-02-21 10:10:07 +01:00
Tor Hedin Brønner
bbbb49c450 p11-kit: 0.23.19 -> 0.23.20
Small bug fix release. Fixes a bunch of flatpak issues (eg. no playback
on spotify).

news: https://github.com/p11-glue/p11-kit/releases/tag/0.23.20
2020-02-21 09:00:45 +01:00
lewo
4eb3f3be83
Merge pull request #80347 from babariviere/insomnia-7.1.0
insomnia: 7.0.6 -> 7.1.0
2020-02-21 08:27:35 +01:00
R. RyanTM
ac4831238a python27Packages.pytest-flask: 0.15.0 -> 0.15.1 2020-02-20 22:17:06 -08:00
Vincent Laporte
ca6391a7c4 ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+rc1 → 4.10.0+rc2 2020-02-21 07:15:49 +01:00
R. RyanTM
a9ef3e3f48 python27Packages.pyroute2: 0.5.7 -> 0.5.9 2020-02-20 22:11:00 -08:00
R. RyanTM
204786644b python37Packages.aioresponses: 0.6.2 -> 0.6.3 2020-02-20 21:57:25 -08:00
R. RyanTM
cdd25d4b4b python27Packages.fuzzywuzzy: 0.17.0 -> 0.18.0 2020-02-20 21:56:34 -08:00
Konrad Borowski
621c4239c3 pythonPackages.aiohttp: remove pytest-timeout check dependency 2020-02-20 21:00:46 -08:00
R. RyanTM
4fcce2abab python27Packages.nbval: 0.9.4 -> 0.9.5 2020-02-20 20:20:25 -08:00
R. RyanTM
7d1842b5b9 python27Packages.nbsphinx: 0.5.0 -> 0.5.1 2020-02-20 20:18:05 -08:00
Jan Tojnar
f43ec582d4
Merge pull request #79997 from r-ryantm/auto-update/poppler-glib
poppler: 0.84.0 -> 0.85.0
2020-02-21 00:29:55 +01:00
R. RyanTM
bbf34acab7 python37Packages.ckcc-protocol: 0.8.0 -> 1.0.0 2020-02-20 15:01:50 -08:00
R. RyanTM
fd198bc821 python37Packages.azure-core: 1.2.1 -> 1.2.2 2020-02-20 15:00:27 -08:00
markuskowa
39fce027b8
Merge pull request #80641 from ikervagyok/ucx
ucx: init at 1.7.0
2020-02-20 23:27:59 +01:00
R. RyanTM
143a1305eb python37Packages.aiorun: 2020.1.3 -> 2020.2.1 2020-02-20 13:56:08 -08:00
Lancelot SIX
99d34d1a96
Merge pull request #80659 from r-ryantm/auto-update/python2.7-bsddb3
python27Packages.bsddb3: 6.2.6 -> 6.2.7
2020-02-20 22:54:12 +01:00
Lancelot SIX
fe2c8e67db
Merge pull request #80660 from r-ryantm/auto-update/python2.7-braintree
python27Packages.braintree: 3.58.0 -> 3.59.0
2020-02-20 22:49:55 +01:00
R. RyanTM
436a6784b0 python27Packages.braintree: 3.58.0 -> 3.59.0 2020-02-20 19:01:14 +00:00
R. RyanTM
4979ccb4b0 python27Packages.bsddb3: 6.2.6 -> 6.2.7 2020-02-20 18:58:16 +00:00
koral
d57c05acd1 mps-youtube: 0.2.8 -> unstable-2020-01-28
Also move derivation from python-packages to all-packages,
as this is a standalone application.
2020-02-20 09:17:50 -08:00
Valentin Robert
40376f1724 coqPackages.coq-ext-lib: 0.10.3 -> 0.11.1 2020-02-20 18:13:11 +01:00
Konrad Borowski
8dd592e3b2 pythonPackages.can: remove pytest-timeout check input
pytest-timeout can cause tests to be flaky. It's not
necessary to patch the code, as pytest ignores unrecognized
marks with an ignorable warning.
2020-02-20 08:43:50 -08:00
Konrad Borowski
4bad7d67cd cmake_2_8: fix build 2020-02-20 16:09:14 +01:00
Lengyel Balazs
78d5a13cf8 ucx: init at 1.7.0 2020-02-20 15:24:18 +01:00
Jörg Thalheim
e657a87f80
Merge pull request #80602 from cole-h/rls
rls: add llvm to buildInputs
2020-02-20 14:07:07 +00:00
Jörg Thalheim
b878000c66
r2: 4.2.0 -> 4.2.1 2020-02-20 11:54:37 +00:00
Jörg Thalheim
c385f9f9a0
Merge pull request #59414 from hlolli/lumo-bump
lumo 1.9.0 -> 1.10.1 plus darwin support
2020-02-20 11:19:48 +00:00
Richard Marko
87057d9bdc blackmagic: add libusb, pkgconfig. expose pc-* (hosted) targets
Add myself to maintainers and change meta.platforms to platforms.linux
due to build failures on Darwin.
2020-02-20 11:07:17 +01:00
Richard Marko
bb73acd27f blackmagic: v1.6.1-317-gc9c8b08 -> v1.6.1-409-g7a595ea 2020-02-20 11:03:21 +01:00
Mario Rodas
572a6672d0
bazel-buildtools: add marsam to maintainers 2020-02-20 04:21:00 -05:00
Mario Rodas
d1ee615f1c
bazel: fix linker flags for darwin 2020-02-20 04:20:00 -05:00
Mario Rodas
3dd0593020
bazel-buildtools: 0.29.0 -> 1.0.0 2020-02-20 04:20:00 -05:00
Nikola Knezevic
6d8539c1d8 perl: Enable threading on darwin
Perl on darwin (and any other sane platform) has a pretty good threading
support, enable it.

As it turns out, we were building non-multithreaded perl on all systems,
since glibc was not part of the stdenv anymore:

    nix-repl> pkgs = import <nixpkgs> {}

    nix-repl> pkgs.stdenv ? glibc
    false

meaning that the comments were incorrect. Thus, clear up the confusion
and remove the misleading comments, while enabling multithreading by
default. The builds will fail on unsupported platforms, and in this case
the only place is the bootstrap, where we already force
non-multithreaded perl.

As a consequence of the above, this change will cause the full rebuild
of stdenv on all platforms, including linux.
2020-02-20 08:35:45 +01:00