Commit graph

89758 commits

Author SHA1 Message Date
Niklas Hambüchen 0672de5b89 gstreamer: 1.16.2 -> 1.18.0
Fixes #98769.

Important changes from https://gstreamer.freedesktop.org/releases/1.18/:

* `gst-validate` was renamed to `gst-devtools` upstream:

    > * the `gst-validate` tarball has been superseded by
    >   the `gst-devtools` tarball for consistency with the git module name.

* `gst-python` is now Python 3 only:

    > * Python 2.x is no longer supported
2020-10-24 02:02:09 +02:00
Daiderd Jordan bb0b872b61
Merge pull request #100388 from thefloweringash/darwin-dylib-names-hook
treewide: move fixDarwinDylibNames to nativeBuildInputs
2020-10-21 19:25:48 +02:00
Andrew Childs 722d02a720 treewide: move fixDarwinDylibNames to nativeBuildInputs
This hook runs at build time and depends on executing
install_name_tool from binutils.
2020-10-21 13:26:53 +09:00
Christian Kampka 507a5e95da gamin: Fix cross compiling issues
Gamin fails to build cross-platform because it tries to run
AC_RUN_IFELSE during configure which fails as the test program is built
for the wrong platform and cannot execute. Since the test is only for
the 'abstract socket namespace' feature, we can just pin the results
for out builds, it is 'yes' for Linux and 'no' for Darwin (and other
BSD).
2020-10-20 21:22:37 +02:00
Jonathan del Strother f0431e22c1 rubygems: 3.1.2 -> 3.1.3 2020-10-20 21:10:43 +02:00
TredwellGit c95bed1b9d libinput: 1.16.1 -> 1.16.2
https://lists.freedesktop.org/archives/wayland-devel/2020-October/041640.html
2020-10-20 21:08:03 +02:00
Niklas Hambüchen 70a924fa80 meson: Patch out default boost search paths. See #86131.
Avoids impure builds on unsandboxed non-NixOS builds, see:
https://github.com/NixOS/nixpkgs/issues/86131#issuecomment-711051774
2020-10-20 21:02:43 +02:00
TredwellGit 3775af7057 freetype: 2.10.2 -> 2.10.4
https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/
2020-10-20 20:57:46 +02:00
Frederik Rietdijk 23890fc236 Merge staging-next into staging 2020-10-20 20:55:46 +02:00
Vladimír Čunát 8bdf7dc4ab
Merge #100886: cairo: fix build on darwin 2020-10-20 20:52:33 +02:00
Ivan Tham 86b885a4a0
gtk+: refactor name (#100947)
* gtk+: refactor name
2020-10-20 17:00:23 +00:00
Yuki Okushi afc8027dde rust-bindgen: 0.54.1 -> 0.55.1 2020-10-20 09:09:13 -07:00
Austin Seipp a7e87bdd58
yosys: 2020.08.22 -> 2020.10.20
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-20 09:52:41 -05:00
Austin Seipp 232a0c2a90
picat: 3.0 -> 3.0p2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-20 09:52:41 -05:00
Peter Simons 97d0eb5059
Merge pull request #95836 from jbedo/r-modules
r-modules: bioc and cran update
2020-10-20 15:55:44 +02:00
Jan Tojnar d4975d23f1
Merge pull request #101022 from jtojnar/pycairo-drop-xlibs
python3.pkgs.pycairo: drop xlibs
2020-10-20 13:54:32 +02:00
Vincent Laporte 466194482c ocamlPackages.ppx_type_conv: remove at 113.33.03 2020-10-20 09:39:30 +02:00
Vincent Laporte 1f65cf4bde ocamlPackages.ppx_fail: remove at 113.33.03 2020-10-20 09:39:30 +02:00
Vincent Laporte 649059d42b ocamlPackages.ppx_driver: remove at 113.33.03 2020-10-20 09:39:30 +02:00
Vincent Laporte 07ad2970a5 ocamlPackages.ppx_core: remove at 113.33.03 2020-10-20 09:39:30 +02:00
Jack Kelly bdbcfb4360 python3Packages.aws-sam-cli: 1.0.0rc1 -> 1.6.2 2020-10-19 23:05:35 -07:00
Jack Kelly 2e73fd35f4 python3Packages.aws-sam-translator: 1.26.0 -> 1.27.0 2020-10-19 23:05:35 -07:00
Jack Kelly c12b142911 python3Packages.aws-lambda-builders: 0.9.0 -> 1.1.0 2020-10-19 23:05:35 -07:00
Renato Alves 0a41e3f938 pythonPackages.pysam: add libdeflate and enable tests
Some tests still fail due to upstream reasons so we skip those.

Note also that we are not using nix's pytestCheckHook due to
pysam detecting how it's loaded which conflicts with how
pytestCheckHook runs tests. In addition, the selection mode used
by disabledTests causes more tests than the failing ones to be
skipped, which is undesired.
See the discussion in https://github.com/NixOS/nixpkgs/pull/100823
2020-10-19 22:03:08 -07:00
Jared Ramirez 8545f5d1b8 elmPackages: update 2020-10-19 21:47:39 -07:00
Mario Rodas b565432a70
Merge pull request #100950 from r-ryantm/auto-update/go-protobuf
go-protobuf: 1.4.2 -> 1.4.3
2020-10-19 22:59:28 -05:00
Mario Rodas a24aa5d787
Merge pull request #101011 from r-ryantm/auto-update/libamqpcpp
libamqpcpp: 4.1.7 -> 4.2.1
2020-10-19 22:57:36 -05:00
John Ericson 76b3bfbb7a
Merge pull request #101057 from aaronjanse/aj-relibc-top-files
relibc: fix for nix 3.0
2020-10-19 23:31:39 -04:00
Aaron Janse 99176c0955 use fetchzip 2020-10-19 17:17:22 -07:00
Jan Tojnar 17739fa570
python3.pkgs.pycairo: clean up
* drop unneeded xlibs dependency
* correct license
* do not use pkgconfig alias
* use pytestCheckHook
* format
2020-10-20 00:07:26 +02:00
Michael Weiss c7fb650893
python3Packages.mysql-connector: 8.0.21 -> 8.0.22 2020-10-19 23:09:54 +02:00
V 744a504030
fx: init at 20.0.2 (#100828) 2020-10-19 20:38:17 +00:00
oxalica dc12101886 rust-analyzer: 2020-10-12 -> 2020-10-19 2020-10-19 13:26:54 -07:00
Rok Garbas 9be3b1b08f
Merge pull request #101077 from ymeister/master
nodePackages.readability-cli: init at 1.1.5
2020-10-19 21:49:58 +02:00
Maximilian Bosch 903a9131d9
Merge pull request #100874 from r-ryantm/auto-update/cargo-crev
cargo-crev: 0.17.0 -> 0.18.0
2020-10-19 21:38:28 +02:00
Martin Weinelt 4dca83eb54
Merge pull request #101033 from JamieMagee/pyaftership
pythonPackages.pyaftership: init at 0.1.2
2020-10-19 20:59:26 +02:00
Robert Scott e5973b4438
Merge pull request #101044 from r-burns/lcms2
lcms2: fix build on darwin
2020-10-19 19:16:30 +01:00
Robert Scott c873f13eac
Merge pull request #101031 from r-burns/spooles
spooles: fix build on darwin
2020-10-19 19:07:03 +01:00
Marco Farrugia ffac55a0da format 2020-10-19 18:32:48 +02:00
Marco Farrugia a360b05cb7 bazel: Fix bazel query and provide a default java toolchain
These are fixes for problems I ran into with:
- `bazel test //example:cpp-test`
This needed `build --host_javabase='@local_jdk//:jdk'`

- `bazel query 'deps(//example:cpp-test)'`
This needed the same flags as `build`.

Is it contentious to (partially?) configure the default java toolchain? I don't see it as much different than providing the bazel server's java.
It would continue to be configurable/overridable by overriding the flags. 

---
And a random notes from this escapade, but https://github.com/bazelbuild/bazel/blob/master/WORKSPACE#L144-L308 looks a little different from https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/build-managers/bazel/bazel_3/src-deps.json so one of them is probably wrong :)
2020-10-19 18:32:48 +02:00
Jonathan Ringer 67d2de5ffa python310: init at 3.10a1 2020-10-19 09:31:27 -07:00
Nikita Uvarov d7f7eb2a0a pythonPackages.pyatv: move pytestCheckHook to checkInputs 2020-10-19 09:06:29 -07:00
Ryan Mulligan 12642234d9
Merge pull request #99883 from mtanzi/elixir-1.11.0
elixir_1_11: init at 1.11.0
2020-10-19 08:52:02 -07:00
Sandro Jäckel 77d5e86ae4 ansible-lint: update meta.homepage 2020-10-19 08:29:53 -07:00
Sandro Jäckel 8218431da9 ansible-lint: 4.2.0 -> 4.3.5 2020-10-19 08:29:53 -07:00
Jean-François Roche 8781030dfa python3Package.python-markdown-math: remove support for python 2.7
As stated in its changelog [1], python 2.7 is no longer supported.

[1] https://github.com/mitya57/python-markdown-math/blob/master/changelog#L4
2020-10-19 08:13:10 -07:00
ymeister 5bf4704ee7 nodePackages.readability-cli: init at 1.1.5 2020-10-19 21:32:54 +07:00
Vincent Laporte 92d4ced442 ocamlPackages.ppx_sqlexpr: use ppxlib instead of the deprecated ppx_core 2020-10-19 14:25:57 +02:00
Aaron Janse 38ed4fcde6 relibc: fix for nix 3.0 2020-10-19 02:20:28 -07:00
Bas van Dijk 5505f2ee38
Merge pull request #100975 from basvandijk/rocksdb-optionally-disable-shared-lib
rocksdb: support disabling building shared lib
2020-10-19 10:44:16 +02:00