Andrew Dunham
5601d7483d
mbelib: init at 1.3.0
2020-07-16 17:59:24 -07:00
Ben Darwin
ea8f8bcc54
python3Packages.torchgpipe: init at 0.0.5
2020-07-16 17:49:23 -07:00
zowoq
916bc99f2c
ffmpeg: 4.3 -> 4.3.1
2020-07-17 09:28:45 +10:00
zowoq
88c720f0bf
ffmpeg_3_4: 3.4.7 -> 3.4.8
2020-07-17 09:28:45 +10:00
zowoq
92cfd28d2b
ffmpeg_2_8: 2.8.16 -> 2.8.17
2020-07-17 09:28:45 +10:00
zowoq
af1b0c92ad
go: 1.14.4 -> 1.14.5
2020-07-17 09:28:19 +10:00
Cole Mickens
749418c6b4
xdg-desktop-portal-gtk: add gnome-settings-daemon
...
This fixes "xdg-desktop-portal-gtk breaks font hinting".
Aka, nixos/nixpkgs#93199 .
2020-07-16 15:12:54 -07:00
Kevin Rauscher
8a58662c40
metals: 0.9.1 -> 0.9.2
2020-07-16 23:31:28 +02:00
Michael Weiss
e0b6b0a6d1
Merge pull request #91433 from primeos/sway-1.5
...
Sway 1.5
2020-07-16 23:05:28 +02:00
worldofpeace
7bbcb280d0
Merge pull request #93295 from bcdarwin/unbreak-pydicom
...
python3Packages.pydicom: unbreak package
2020-07-16 16:56:15 -04:00
Michael Weiss
369dcb9202
wlroots: 0.10.1 -> 0.11.0
2020-07-16 22:46:26 +02:00
Ben Darwin
f2d85f0433
python3Packages.pydicom: unbreak package by disabling a test failing due to a string matching issue in an assert
2020-07-16 15:24:54 -04:00
Daniël de Kok
2b6a6c2e79
Merge pull request #93193 from danieldk/rocm-runtime-ext
...
rocm-runtime-ext: init at 3.5.1
2020-07-16 20:25:44 +02:00
R. RyanTM
35f96e6c7b
cargo-fuzz: 0.5.4 -> 0.8.0
2020-07-16 17:06:23 +00:00
Markus Kowalewski
fe2c68a791
openmpi: build with ucx support
2020-07-16 17:34:07 +02:00
Markus Kowalewski
0e2f98d69d
ucx: 1.7.0 -> 1.8.1
2020-07-16 17:33:39 +02:00
Daniël de Kok
a856b54987
Merge pull request #93212 from r-ryantm/auto-update/cargo-expand
...
cargo-expand: 0.6.0 -> 0.6.4
2020-07-16 15:12:13 +02:00
Daniël de Kok
68fecda43a
rocm-runtime-ext: init at 3.5.1
...
This package provides the closed-source extension for rocm-runtime
that is necessary for OpenCL image processing.
2020-07-16 14:56:33 +02:00
Ryan Mulligan
aa9aa2b9dc
Merge pull request #93236 from r-ryantm/auto-update/mustache-go
...
mustache-go: 1.0.1 -> 1.2.0
2020-07-16 05:35:53 -07:00
zimbatm
390737910d
gopls: 0.4.1 -> 0.4.3
2020-07-16 14:32:18 +02:00
Florian Klink
ba20bc872f
Merge pull request #93128 from Ma27/fix-rust-build-flags
...
rust: Fix build flags
2020-07-16 12:47:26 +02:00
Michael Weiss
e285da460d
libplacebo: 1.29.1 -> 2.72.0 ( #93198 )
2020-07-16 11:20:57 +02:00
R. RyanTM
fbb1a543c0
mustache-go: 1.0.1 -> 1.2.0
2020-07-16 08:14:58 +00:00
Stig Palmquist
a05489fb90
perlPackages.WWWCurl: fix build
...
- Include patch from AUR to fix compatibility with newer libcurl.
- Fix build with clang
2020-07-16 09:35:58 +02:00
Daniël de Kok
8775590c7e
Merge pull request #93213 from zowoq/go-1-13
...
go_1_13: 1.13.12 -> 1.13.13
2020-07-16 09:17:23 +02:00
R. RyanTM
a16038b3bd
libcrafter: 0.3 -> 1.0
2020-07-16 06:47:54 +00:00
R. RyanTM
2d5f459258
k6: 0.26.2 -> 0.27.0
2020-07-16 06:17:40 +00:00
Justin Gerhardt
2370ca0b26
stm32cubemx: 5.3.0 -> 5.6.1
2020-07-16 01:54:41 -04:00
Jan Tojnar
11ae0fb1ad
Merge pull request #93041 from jtojnar/flatpak-builder-1.0.11
...
flatpak-builder: 1.0.10 → 1.0.11
2020-07-16 07:15:56 +02:00
R. RyanTM
1e816defe7
fly: 6.3.0 -> 6.4.0
2020-07-16 04:42:06 +00:00
zowoq
ea3d6dddd8
go_1_13: 1.13.12 -> 1.13.13
2020-07-16 13:00:58 +10:00
Jan Tojnar
d49b38b73c
Merge pull request #92715 from jtojnar/fix-libinput-commands
2020-07-16 04:58:38 +02:00
zowoq
3bfa73bbe8
go_1_15: go: only set CC when cross-compiling
...
81a8b76b3a
2020-07-16 12:50:33 +10:00
Jan Tojnar
75fdc1ced6
cmake.setupHook: define shareDocName
...
The docdir flag needs to include `PROJECT_NAME` according to [GNU guidelines]. We are passing
`-DCMAKE_INSTALL_DOCDIR=${!outputDoc}/share/doc/${shareDocName}` but `$shareDocName` was unset.
The `multiple-outputs.sh` setup hook actually only defines `shareDocName` as a local variable
so it was not available for cmake setup hook. Making it global would be of limited usability,
since it primarily tries to extract the project name from configure script.
Additionally, it would not be set because the setup hook defines `setOutputFlags=`,
preventing the function defining `shareDocName` from running. And lastly, the function
would not run for single-output derivations.
Previously, we tried [not disabling `setOutputFlags`] and passing the directory flags
only for multi-output derivations that do not disable `setOutputFlags` but that meant having
two different branches of code, making it harder to check correctness. The multi-output
one did in fact not work due to aforementioned undefined `shareDocName`. It also broke
derivations that set `setOutputFlags=` like [`qtModule` function does] (probably
because some Qt modules have configure scripts incompatible with `configureFlags` defined
by `multiple-outputs.sh` setup hook). For that reason, it was [reverted], putting us back to start.
Let’s try to extract the project name from CMake in the cmake setup hook.
CMake has a `-L` flag for dumping variables but `PROJECT_NAME` did not seem to be among them
when I tested, so I had to resort to parsing the `CMakeLists.txt` file.
The extraction function is limited, it does not deal with
* project name on different line from the `project(` command opening
- that will just not get matched so we will fall back to
using the derivation name
* variable interpolation
- we will just fall back to using derivation name when the extracted
`project_name` contains a dollar character
* multiple [`project`] commands
- The command sets `PROJECT_NAME` variable anew with each call, so the
last `project` call before `include(GNUInstallDirs)` command will be used
when the included module would [cache the `CMAKE_INSTALL_DOCDIR` variable].
We will just take the first discovered `project` command for simplicity.
Hopefully, there are not many projects that use multiple `project` calls
before including `GNUInstallDirs`.
In either case, we will have some subdirectory so the conflicts will be minimized.
[GNU guidelines]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html#index-docdir
[not disabling `setOutputFlags`]: be1b22538a
[`qtModule` function does]: https://github.com/NixOS/nixpkgs/pull/12740
[reverted]: https://github.com/NixOS/nixpkgs/pull/92298
[`PROJECT_NAME`]: https://cmake.org/cmake/help/v3.18/variable/PROJECT_NAME.html
[`project`]: https://cmake.org/cmake/help/v3.18/command/project.html
[cache the `CMAKE_INSTALL_DOCDIR` variable]: 92e30d576d/Modules/GNUInstallDirs.cmake (L298-L299)
2020-07-16 04:38:07 +02:00
R. RyanTM
466562c3e0
cargo-expand: 0.6.0 -> 0.6.4
2020-07-16 02:38:04 +00:00
Dmitry Kalinkin
166a71a6ae
arrow-cpp: fix eval, enable linking against zstd_shared
...
This is a second part for #93203 .
2020-07-15 22:36:07 -04:00
Dmitry Kalinkin
9173beb67d
Merge branch 'staging-next' into staging
2020-07-15 22:28:18 -04:00
Dmitry Kalinkin
992db90c4c
Merge pull request #93203 from veprbl/pr/arrow-cpp_zstd_link_static
...
arrow-cpp: fix darwin build by linking against libzstd_static
2020-07-15 22:15:43 -04:00
Dmitry Kalinkin
c184c87571
pythonPackages.numexpr: fix darwin build by refactoring checkPhase
...
This fixes a following error on python 3.8:
FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/0s7kw66pav5c7bi38lb0gznxnxz31a1n-python3.8-numexpr-2.7.1/<stdin>'
2020-07-15 22:11:43 -04:00
Mario Rodas
178de8429d
Merge pull request #92802 from misuzu/rednose-macos
...
pythonPackages.rednose: fix build on macOS
2020-07-15 20:24:47 -05:00
R. RyanTM
bc241042f9
python27Packages.kazoo: 2.7.0 -> 2.8.0
2020-07-15 18:13:39 -07:00
R. RyanTM
8fb0db8474
python27Packages.pytelegrambotapi: 3.7.1 -> 3.7.2
2020-07-15 18:13:00 -07:00
Cassidy Dingenskirchen
6d44f37c94
pythonPackages.discordpy: 1.3.3 -> 1.3.4
2020-07-15 18:12:43 -07:00
Daniël de Kok
777bcfd337
python3Packages.spacy: 2.3.1 -> 2.3.2
...
Changelog:
https://github.com/explosion/spaCy/releases/tag/v2.3.2
2020-07-15 18:10:31 -07:00
R. RyanTM
a466225b57
python27Packages.wurlitzer: 2.0.0 -> 2.0.1
2020-07-15 18:05:57 -07:00
R. RyanTM
285a93d89b
python37Packages.python3-openid: 3.1.0 -> 3.2.0
2020-07-15 18:04:11 -07:00
R. RyanTM
3f909b6a17
python27Packages.uamqp: 1.2.8 -> 1.2.9
2020-07-15 18:02:10 -07:00
Lancelot SIX
9db754433c
pythonPackages.django: 2.2.13 -> 2.2.14
...
See https://docs.djangoproject.com/en/2.2/releases/2.2.14/ for release
information
2020-07-15 17:46:21 -07:00
Lancelot SIX
cfdf467458
python3Packages.celery: 4.4.4 -> 4.4.6
2020-07-15 17:42:12 -07:00
Nikolay Korotkiy
af9aa5af7c
python3Packages.gpxpy: 1.3.5 -> 1.4.2
2020-07-15 17:23:05 -07:00
Jonathan Ringer
a83d217703
onnxruntime: enable lto
2020-07-15 17:09:30 -07:00
Dmitry Kalinkin
4ae8a4977b
arrow-cpp: fix darwin build by linking against libzstd_static
...
The enableShared=false override will need to be reverted on staging.
2020-07-15 19:45:22 -04:00
worldofpeace
80a3c332a4
gtk3: 3.24.20 -> 3.24.21
2020-07-15 15:31:24 -04:00
Thomas Tuegel
ee036bc025
krunner: upstream patch for deprecated virtual method
2020-07-15 13:54:44 -05:00
Thomas Tuegel
f0d158fd88
kdeFrameworks: set version attribute
2020-07-15 13:54:26 -05:00
ajs124
487373fb2c
nss: 3.52.1 -> 3.54
2020-07-15 19:08:51 +02:00
Daniël de Kok
d2754e07bb
Merge pull request #92914 from danieldk/rocm-opencl
...
rocm-opencl-icd: init at 3.5.0
2020-07-15 18:55:53 +02:00
Vincent Laporte
f4722ea0bc
ocamlPackages.ppx_tools: 6.1 → 6.2
2020-07-15 15:48:04 +02:00
Daniël de Kok
17ad22a838
Merge pull request #93074 from r-ryantm/auto-update/libmatroska
...
libmatroska: 1.5.2 -> 1.6.0
2020-07-15 14:32:30 +02:00
Pavol Rusnak
bcdb9a427d
python3Packages.bip_utils: init at 1.0.5
2020-07-15 11:40:59 +02:00
Michael Raskin
71eb03a3c1
Merge pull request #92403 from r-ryantm/auto-update/picoLisp
...
picolisp: 19.12 -> 20.6
2020-07-15 07:30:00 +00:00
Jan Tojnar
821dba740e
Merge branch 'staging-next' into staging
2020-07-15 09:29:01 +02:00
Michele Guerini Rocco
661ebced1b
Merge pull request #93137 from rnhmjoj/uncertain
...
uncertainties: 3.1.2 -> 3.1.4
2020-07-15 09:19:58 +02:00
Jan Tojnar
f83c9a7561
libevdev: fix aarch64 support
2020-07-15 06:15:16 +02:00
Jan Tojnar
d9f416313a
python3.pkgs.pyudev: do not propagate systemd
...
It is not linked against so there is no need to include it in build inputs, much less propagate it.
This removes systemd.dev from the runtime closure of packages using pyudev.
2020-07-15 06:15:16 +02:00
Jan Tojnar
6cf8110264
libinput: fix subcommands
...
Running subcommands like `libinput measure` requires python and some python modules.
I previously added the dependencies in [1] but [2] accidentally moved them to checkInputs so they are not available at runtime by patchShebangs (especially since tests are disabled).
Additionally, the tools were ported from evdev python module to python-libevdev in libinput 1.14, which was missed [3] during upgrade.
Finally, other python modules are needed so let's add them as well.
[1]: https://github.com/NixOS/nixpkgs/pull/51304
[2]: de14f0c6e1
[3]: b291f2a995
2020-07-15 06:15:16 +02:00
Jan Tojnar
7c75c1ed56
python3.pkgs.libevdev: enable tests
2020-07-15 06:15:15 +02:00
Jan Tojnar
10e5b931eb
python3.pkgs.libevdev: hardcode path
2020-07-15 06:15:15 +02:00
Mario Rodas
2c97056db4
Merge pull request #93129 from r-ryantm/auto-update/python2.7-python-dotenv
...
python27Packages.python-dotenv: 0.13.0 -> 0.14.0
2020-07-14 17:43:42 -05:00
Dmitry Kalinkin
25d3591fd1
ujson: version 3.0.0 requires python 3.5+
2020-07-14 17:51:08 -04:00
Dmitry Kalinkin
a4c7c2ab30
Merge pull request #92295 from avnik/wine-update
...
Wine update: 5.11 -> 5.12
2020-07-14 16:35:23 -04:00
R. RyanTM
a794977af3
alembic: 1.7.12 -> 1.7.13
2020-07-14 16:32:56 -04:00
Tobias Mayer
27642c1e5c
flatbuffers: 1.11.0 -> 1.12.0
2020-07-14 21:41:09 +02:00
R. RyanTM
30adb1013c
python37Packages.azure-core: 1.6.0 -> 1.7.0
2020-07-14 12:31:29 -07:00
rnhmjoj
5718d1927b
uncertainties: 3.1.2 -> 3.1.4
2020-07-14 20:46:47 +02:00
Ryan Mulligan
e72a18da0f
Merge pull request #93054 from r-ryantm/auto-update/intel-media-sdk
...
intel-media-sdk: 20.1.1 -> 20.2.0
2020-07-14 11:36:02 -07:00
Florian Klink
b0a107335a
Merge pull request #91359 from oxalica/rust-analyzer
...
rust-analyzer: 2020-06-08 -> 2020-07-13, and fix version display
2020-07-14 18:03:39 +02:00
Thomas Tuegel
7a8bdde4e5
Merge pull request #91571 from NixOS/u/kde
...
kde-applications: 19.12.3 -> 20.04.1
2020-07-14 10:40:48 -05:00
Maximilian Bosch
7713fba8f8
Revert "buildRustPackage: fix cargoBuildFlags"
...
This reverts commit deb78151a9
.
Mixing up two distinct phases of a derivation's build is not a good idea. See
also https://github.com/NixOS/nixpkgs/pull/91689#issuecomment-657813954 .
2020-07-14 17:39:09 +02:00
Thomas Tuegel
ef0a601e13
kdsoap: fix meta attributes
2020-07-14 09:47:18 -05:00
adisbladis
e038a4363a
poetry2nix: 1.9.2 -> 1.10.0
2020-07-14 16:18:39 +02:00
Mario Rodas
e97fdce4e1
Merge pull request #93113 from david-sawatzke/easypdkprog-update
...
easypdkprog: 1.2 -> 1.3
2020-07-14 09:09:50 -05:00
Mario Rodas
b79571808c
Merge pull request #92991 from r-ryantm/auto-update/openimagedenoise
...
openimagedenoise: 1.2.1 -> 1.2.2
2020-07-14 09:03:13 -05:00
Mario Rodas
9932552651
Merge pull request #92889 from r-ryantm/auto-update/python2.7-Wand
...
python27Packages.Wand: 0.6.1 -> 0.6.2
2020-07-14 08:57:58 -05:00
oxalica
26de7b3711
rust-analyzer: disable install check due to #93119
2020-07-14 21:51:50 +08:00
Mario Rodas
3dea1f2f48
Merge pull request #93106 from 06kellyjac/deno_1.2.0
...
deno: 1.1.3 -> 1.2.0
2020-07-14 08:50:53 -05:00
R. RyanTM
939d26675b
python27Packages.python-dotenv: 0.13.0 -> 0.14.0
2020-07-14 13:05:59 +00:00
Georges Dubus
249a368cd7
Merge pull request #87738 from cw789/erlang_update
...
erlangR23: init at 23.0.2
2020-07-14 14:50:53 +02:00
David Sawatzke
705dbe002d
easypdkprog: 1.2 -> 1.3
2020-07-14 14:25:50 +02:00
oxalica
ddacdbc953
rust-analyzer: fix version display and add check
2020-07-14 20:15:55 +08:00
oxalica
c90e6dd06d
rust-analyzer: 2020-06-08 -> 2020-07-13
2020-07-14 20:15:55 +08:00
06kellyjac
1470516da6
deno: 1.1.3 -> 1.2.0
2020-07-14 11:25:24 +00:00
oxalica
1cb300ac2a
rust-analyzer: fix update script and avoid updating nodePackages if possible
2020-07-14 19:02:04 +08:00
Jörg Thalheim
1facbd61b1
Merge pull request #92830 from raboof/nixpkgs-mastodon-bot-init-at-1.0.2
2020-07-14 11:56:20 +01:00
Daniël de Kok
efdbbb02eb
Merge pull request #93065 from r-ryantm/auto-update/libslirp
...
libslirp: 4.3.0 -> 4.3.1
2020-07-14 06:57:00 +02:00
Ryan Mulligan
6faba433b2
Merge pull request #84973 from glittershark/init-aadict
...
pythonPackages.{aadict,,globre,pxml}: init at 0.2.3, 0.1.5, 0.2.13 respectively
2020-07-13 20:35:48 -07:00
Jonathan Ringer
9cd4fcb207
python3Packages.pytest-black: 0.3.9 -> 0.3.10
2020-07-13 19:10:31 -07:00
Ryan Mulligan
c6e7f26bea
Merge pull request #92985 from r-ryantm/auto-update/librealsense
...
librealsense: 2.35.2 -> 2.36.0
2020-07-13 18:55:16 -07:00
Timo Kaufmann
be4f99d16b
Merge pull request #92697 from xaverdh/jab
...
jabcode: init at git-2020-05-13
2020-07-14 00:15:14 +02:00
Dominik Xaver Hörl
18ce5dbba4
jabcode: init at git-2020-05-13
2020-07-13 23:26:09 +02:00
Jonas Schievink
720a9358dd
nrfutil: 5.2 -> 6.1
2020-07-13 23:25:43 +02:00
Jonas Schievink
d82b7b8690
pc-ble-driver-py: 0.11.4 -> 0.14.2
2020-07-13 23:25:43 +02:00
Jonas Schievink
e1a1b974ed
pc-ble-driver: init at 4.1.1
...
It's a dependency of pc-ble-driver-py, but it's no longer built
alongside it.
2020-07-13 23:25:26 +02:00
Maximilian Bosch
5f44782db4
Merge pull request #93078 from jonringer/expose-yamllint
...
yamllint: add top-level attribute
2020-07-13 22:52:06 +02:00
Maximilian Bosch
514afd26bc
rustracer: 2.1.30 -> 2.1.33, fix build
...
ChangeLog: https://github.com/racer-rust/racer/blob/v2.1.33/CHANGELOG.md#2132
Broken build: https://hydra.nixos.org/build/123837796
Please note that I intentionally didn't bump to `2.1.35` since it
requires nightly features. `2.1.33` is the latest version which supports
our current `rustc`-version (1.44.1) on nixpkgs `master`.
Closes #89481
2020-07-13 22:46:22 +02:00
Cole Mickens
0e93ae3f67
mesa: 20.0.8 -> 20.1.3 ( #92977 )
2020-07-13 22:42:13 +02:00
Michael Weiss
aa166e7703
python3Packages.mysql-connector: 8.0.20 -> 8.0.21
2020-07-13 22:41:10 +02:00
Florian Klink
20be1467ed
Merge pull request #93067 from Luflosi/nextpnr-fix-macos
...
nextpnr: fix build on macOS
2020-07-13 22:17:49 +02:00
Sirio Balmelli
1666b03bf7
python3Packages.biplist: init at 1.0.3
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-13 12:04:45 -07:00
Sirio Balmelli
1e529449e8
python3Packages.mac_alias: init at 2.0.7
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-13 12:03:17 -07:00
cfhammill
3c503aa733
rpackages.RcppParallel: Patch shebang
...
Fixes hydra build error
2020-07-13 14:21:34 -04:00
Drew Risinger
7e8d919787
python3Packages.pygogo: init at 0.13.2
2020-07-13 11:13:03 -07:00
Drew Risinger
c8e496ecc5
pythonPackages.pkutils: init at 1.1.1
2020-07-13 11:13:03 -07:00
Jonathan Ringer
dda3d9dc12
ovito: mark broken
...
```
Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
"Qt5Core_DIR" to a directory containing one of the above files. If
"Qt5Core" provides a separate development package or SDK, be sure it has
been installed.
```
2020-07-13 11:05:44 -07:00
Daniël de Kok
d5e6acfe28
rocm-opencl-icd: init at 3.5.0
2020-07-13 20:02:19 +02:00
Daniël de Kok
c0eec29dfb
rocm-opencl-runtime: init at 3.5.0
2020-07-13 20:02:18 +02:00
Daniël de Kok
85598c5fab
rocclr: init at 3.5.0
2020-07-13 20:01:19 +02:00
Daniël de Kok
4ba7e9aa8e
rocm-cmake: init at 3.5.0
2020-07-13 20:00:20 +02:00
Daniël de Kok
bf54eee427
rocm-comgr: init at 3.5.0
2020-07-13 19:59:35 +02:00
Daniël de Kok
b5de63fb8c
rocm-device-libs: init at 3.5.0
2020-07-13 19:59:33 +02:00
Daniël de Kok
e492cd92a9
llvmPackages_rocm: init at 3.5.1
2020-07-13 19:58:44 +02:00
Jonathan Ringer
2ff62aa34f
python3Packages.yamllint: add joringer as maintainer
2020-07-13 10:49:32 -07:00
Daniël de Kok
d2d402a695
rocm-runtime: init at 3.5.0
2020-07-13 19:47:47 +02:00
Daniël de Kok
466d74c4ba
rocm-thunk: init at 3.5.0
2020-07-13 19:47:06 +02:00
Thomas Tuegel
3a732bb263
kdsoap: init at 1.9.0
2020-07-13 12:38:02 -05:00
Thomas Tuegel
2855e9b77f
kcmutils: remove obsolete patch
2020-07-13 11:26:47 -05:00
Maximilian Bosch
ad2fc0b16d
Merge pull request #93068 from Luflosi/batinfo-linux-only
...
batinfo: limit build to Linux
2020-07-13 17:53:58 +02:00
R. RyanTM
530ae3f732
libmatroska: 1.5.2 -> 1.6.0
2020-07-13 15:49:51 +00:00
R. RyanTM
0d2112dae7
libfilezilla: 0.22.0 -> 0.23.0
2020-07-13 15:36:18 +00:00
Daniel Șerbănescu
8958237f38
gtk-sharp3: fixed build and removed broken flag.
2020-07-13 16:27:37 +02:00
Luflosi
97c8c99f1d
batinfo: limit build to Linux
...
According to the README of batinfo, it runs only on Linux-based operating systems.
2020-07-13 15:58:13 +02:00
Daniël de Kok
9730290b77
Merge pull request #92939 from RaghavSood/mage/1.10.0
...
mage: 1.9.0 -> 1.10.0
2020-07-13 15:56:40 +02:00
Luflosi
3fc5151782
nextpnr: fix build on macOS
...
`PYTRELLIS_LIBDIR` has been replaced by `TRELLIS_LIBDIR` in 1dc1164dce
, which causes the build to fail on macOS.
2020-07-13 15:45:40 +02:00
R. RyanTM
3bbc8696b1
libslirp: 4.3.0 -> 4.3.1
2020-07-13 13:00:32 +00:00
R. RyanTM
d62c129e0d
intel-media-sdk: 20.1.1 -> 20.2.0
2020-07-13 09:53:46 +00:00
Mario Rodas
49897b8859
SDL2: fix build on darwin
2020-07-13 04:20:00 -05:00
Jan Tojnar
0e4bdc9f6e
flatpak-builder: 1.0.10 → 1.0.11
...
https://github.com/flatpak/flatpak-builder/releases/tag/1.0.11
Also try to fix: https://github.com/NixOS/nixpkgs/issues/73325
2020-07-13 07:25:49 +02:00
Vladimír Čunát
377324ca6d
Merge branch 'staging-next' (PR #91090 )
2020-07-13 07:13:56 +02:00
Mario Rodas
b8af0194d2
Merge pull request #92982 from r-ryantm/auto-update/leatherman
...
leatherman: 1.12.0 -> 1.12.1
2020-07-12 22:07:57 -05:00
Dmitry Kalinkin
1e4290b78c
python2Packages.numpy: fix build on darwin
...
By applying the old patch (compatible with 1.18.x and older). Also
refactor expression to make presence of the "old" version more
explicit.
2020-07-12 21:49:31 -04:00
Jan Tojnar
09558f1dbf
Merge pull request #73795 from worldofpeace/fontconfig-2.13.92
2020-07-13 03:34:06 +02:00
Maximilian Bosch
e072276cf2
Merge pull request #93015 from equirosa/lazygit
...
lazygit: 0.20.5 -> 0.20.6
2020-07-12 23:37:50 +02:00
markuskowa
8a48fe1682
Merge pull request #92815 from ck3d/add-redo-c
...
redo-c: Init at 0.2
2020-07-12 23:07:30 +02:00
Eduardo Quiros
6c70cee85a
lazygit: 0.20.5 -> 0.20.6
...
new version released with some improvements and a couple fixes:
https://github.com/jesseduffield/lazygit/releases/tag/v0.20.6
2020-07-12 11:50:04 -06:00
Michael Weiss
fc2a4610a1
vaapiIntel: Refactor and improve the build expression ( #92996 )
...
This doesn't cause any changes to the contents of the output path (apart
from the $out reference changing due to the modified expression).
2020-07-12 14:29:18 +02:00
R. RyanTM
eeab7d4a2f
vaapiIntel: 2.4.0 -> 2.4.1 ( #89983 )
2020-07-12 13:08:51 +02:00
R. RyanTM
a6c5d51add
openimagedenoise: 1.2.1 -> 1.2.2
2020-07-12 10:09:18 +00:00
Oleksii Filonenko
a2e8547c36
Merge pull request #92913 from equirosa/lazygit
...
lazygit: 0.20.4 -> 0.20.5
2020-07-12 12:37:10 +03:00
R. RyanTM
9b204b34a3
librealsense: 2.35.2 -> 2.36.0
2020-07-12 08:17:52 +00:00
R. RyanTM
721d304103
leatherman: 1.12.0 -> 1.12.1
2020-07-12 07:33:20 +00:00
Daniël de Kok
2611e96bf3
python3Packages.pytorch: create separate lib output
...
At some point pytorch.dev was added to expose the libtorch headers and
libraries to non-Python users of libtorch. However, this output
currently has two disadvantages:
1. An application that compiles against the dev output will also have
the libtorch header files in its closure. This is not so nice when
e.g. building Docker images of applications that use libtorch.
2. The dev output has a large transitive closure with many dependencies
that are not necessary when compiling against libtorch.
This change adds the `lib` output so that applications that only link
against libtorch libraries have a small closure.
Before this change, the libtorch dependency adds 746MiB:
% nix path-info -S `realpath result-dev`
/nix/store/10rmy81bjk628sfpbj2szxlws6brq1xn-python3.8-pytorch-1.5.1-dev 782203848
With this change it is reduced to 196MiB:
% nix path-info -S `realpath result-lib`
/nix/store/bck65lf0z7gdhcf89w1zs5nz333lhgwa-python3.8-pytorch-1.5.1-lib 205865056
2020-07-12 08:34:19 +02:00
Daniël de Kok
4c40111f1d
maturin: 0.8.1 -> 0.8.2
...
The changelog is not updated, so this has to do:
https://github.com/PyO3/maturin/compare/v0.8.1...v0.8.2
2020-07-12 07:26:44 +02:00
misuzu
386ebbccf0
pythonPackages.maxminddb: 1.5.2 -> 1.5.4 ( #92793 )
2020-07-12 00:16:20 -04:00
Florian Klink
9a3c1892ee
Merge pull request #92879 from matthuszagh/glasgow
...
python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
2020-07-12 00:26:48 +02:00
Matt Huszagh
3a8c2f71a0
python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
...
Includes new analyzer applet.
2020-07-11 14:49:16 -07:00
Matt Huszagh
e8fe2e631f
python3Packages.fx2: unstable-2020-01-25 -> 0.9
2020-07-11 14:49:07 -07:00
Florian Klink
4b18e4cef6
Merge pull request #92789 from bachp/ocrmypdf-10.2.0
...
ocrmypdf: 9.8.2 -> 10.2.0
2020-07-11 23:45:36 +02:00
Michele Guerini Rocco
54d7b36a9e
Merge pull request #92899 from r-ryantm/auto-update/randomX
...
randomx: 1.1.7 -> 1.1.8
2020-07-11 23:12:32 +02:00
Sarah Brofeldt
abaf8a9bf0
Merge pull request #92931 from vbgl/ocaml-lambdasoup-0.7.1
...
ocamlPackages.lambdasoup: 0.6.3 -> 0.7.1
2020-07-11 22:48:45 +02:00
Ben Wolsieffer
248d460d6f
console-bridge: 1.0.0 -> 1.0.1
2020-07-11 22:00:48 +02:00
Elis Hirwing
1a5709c74a
Merge pull request #92895 from r-ryantm/auto-update/python3.7-voluptuous-serialize
...
python37Packages.voluptuous-serialize: 2.3.0 -> 2.4.0
2020-07-11 20:58:45 +02:00
Elis Hirwing
f7334cad42
Merge pull request #92801 from mvnetbiz/fix-zigbee
...
home-assistant: fix zha in home-assistant
2020-07-11 20:54:29 +02:00
Mario Rodas
b6b8f3993c
Merge pull request #92905 from marsam/fix-pillow-darwin
...
python27Packages.pillow: fix build on darwin
2020-07-11 13:22:58 -05:00
Daniël de Kok
e8d7851e00
Merge pull request #92943 from minijackson/cargo-inspect-0.10.3
...
cargo-inspect: 0.10.1 -> 0.10.3
2020-07-11 20:09:27 +02:00
Milan Pässler
915d2fa8cb
uci: unstable-2020-01-27 -> unstable-2020-04-27
2020-07-11 19:05:46 +02:00
Olli Helenius
0877879d0c
jetbrains.jdk: 11.0.6-b774 -> 11.0.7-b64 ( #92837 )
2020-07-11 18:46:49 +02:00
Maximilian Bosch
db2a5bf3b9
Merge pull request #92928 from etu/php72-update
...
php72: 7.2.31 -> 7.2.32
2020-07-11 18:27:37 +02:00
Maximilian Bosch
f510162d69
Merge pull request #92927 from etu/php73-update
...
php73: 7.3.19 -> 7.3.20
2020-07-11 18:27:22 +02:00
Minijackson
ca343e5398
cargo-inspect: 0.10.1 -> 0.10.3
2020-07-11 18:26:40 +02:00
Maximilian Bosch
2423213b95
Merge pull request #92925 from etu/php74-update
...
php74: 7.4.7 -> 7.4.8
2020-07-11 18:25:41 +02:00
Mikhail Klementev
84106ec7f1
python: jedi: 0.17.0 -> 0.17.1
2020-07-11 16:09:27 +00:00
Raghav Sood
881c92f68f
mage: 1.9.0 -> 1.10.0
2020-07-11 16:06:12 +00:00
Maximilian Bosch
3d9c143b77
Merge pull request #91895 from kristoff3r/jupyter-service
...
Improve jupyter service
2020-07-11 18:03:31 +02:00
Jan Tojnar
6f8345035b
fontconfig: remove its rules from configs
...
ITS rules are used for extracting translatable strings and they have
been moved to external files in 2.13.92 so they are not needed in
the config files themselves.
Removing them also cuts down on errors/warnings produced when using
older versions of fontconfig (< 2.12.92). Now it will only complain
about the description element but that is fortunately just a warning,
not errors like the ones caused by the its attributes.
Thanks to this, we can change the config version in NixOS module
back to 2.11 allowing us to re-use the 2.13/2.14 configs for apps
built against 2.12 fontconfig.
2020-07-11 17:05:15 +02:00
Jan Tojnar
993deed7ab
fontconfig: Load fonts also from FHS paths
...
With previous patch, we no longer load non-versioned fonts.conf file to avoid incompatibilities
but this also means fontconfig will not load system-wide installed fonts on non-NixOS systems.
As a compromise, let's hardcode the FHS font paths to the built-in config so that the system
fonts work there. Unlike with the system config we do not need to worry about compatibility as
incompatible font files will be simply ignored.
Of course there will still be disparity if the system install fonts to some other location than
these two but I am afraid this is the best we can do.
See https://github.com/NixOS/nixpkgs/pull/73795#issuecomment-635771967 for discussion.
2020-07-11 17:05:13 +02:00
Jan Tojnar
edf2541f02
fontconfig: Only read versioned config dirs
...
Falling back to unversioned `/etc/fonts/conf.d` when versioned one does not exist
is problematic since it only occurs on non-NixOS systems and those are likely
to have a different version of fontconfig. When those versions use incompatible
elements in the config, apps using fontconfig will crash.
Instead, we are now falling back to the in-package `fonts.conf` file that loads
both the versioned global `conf.d` directory and the in-package `conf.d` since using
upstream settings on non-NixOS is preferable to not being able to use apps there.
In fact, we would not even need to link `fonts.conf`, as the in-package `fonts.conf`
will be always used unless someone creates the global one manually (the option is still
retained if one wants to write a custom NixOS module and to avoid unnecessary stat call on NixOS).
Additionally, since the `fonts.conf` will always load `conf.d` from the package, we no longer
need to install them to sytem `/etc` in the module. This needed some mucking with `50-user.conf`
which disables configs in user directories (a good thing IMO, NixOS module will turn it back on)
but otherwise, it is cleaner. The files are still prioritized by their name, regardless of their location.
See https://github.com/NixOS/nixpkgs/pull/73795#issuecomment-634370125 for more information.
2020-07-11 17:05:13 +02:00
worldofpeace
87786bc47f
fontconfig: bump configVersion to 2.13
2020-07-11 17:05:13 +02:00
worldofpeace
27b14ee82a
fontconfig: 2.12.6 -> 2.13.92
2020-07-11 17:05:12 +02:00
Daniël de Kok
25bf5520bd
Merge pull request #92546 from danieldk/transformers-0.8.1
...
python3Packages.transformers: 3.0.1 -> 3.0.2
2020-07-11 16:50:55 +02:00
Vladimír Čunát
ec74a02bde
Merge branch 'master' into staging-next
...
Thousands of rebuilds from master (not sure why).
2020-07-11 16:45:47 +02:00
Vincent Laporte
1bff502065
ocamlPackages.lambdasoup: 0.6.3 → 0.7.1
2020-07-11 15:23:47 +02:00
Elis Hirwing
49316cca66
php74: 7.4.7 -> 7.4.8
...
Changelog: https://www.php.net/ChangeLog-7.php#7.4.8
2020-07-11 15:07:44 +02:00
Elis Hirwing
86ed3bf578
php72: 7.2.31 -> 7.2.32
...
Changelog: https://www.php.net/ChangeLog-7.php#7.2.32
2020-07-11 14:49:37 +02:00
Elis Hirwing
ef4f6dba94
php73: 7.3.19 -> 7.3.20
...
Changelog: https://www.php.net/ChangeLog-7.php#7.3.20
2020-07-11 14:46:29 +02:00
Florian Klink
0057be6ebc
Merge pull request #92000 from f4814/platformio-udev
...
platformio: Add udev rules to package output
2020-07-11 14:10:33 +02:00
Damien Cassou
e1efaa951f
Merge pull request #91918 from DamienCassou/vdirsync-0.16.8
...
vdirsyncer: 0.16.7 -> 0.16.8
2020-07-11 11:53:00 +02:00
Vladimír Čunát
c62e88ab81
Merge #91818 : gperftools: fix on ARM
2020-07-11 11:08:58 +02:00
Jonathan Ringer
f7108ec48b
python3Packages.msrestazure: 0.6.3 -> 0.6.4
2020-07-11 01:22:09 -07:00
Jonathan Ringer
d5ac1d5d76
python3Packages.msrest: 0.6.13 -> 0.6.17
2020-07-11 01:22:09 -07:00
Eduardo Quiros
40f4cbbd7c
lazygit: 0.20.4 -> 0.20.5
...
new version released with a small improvement
https://github.com/jesseduffield/lazygit/releases/tag/v0.20.5
2020-07-11 02:10:54 -06:00
Frederik Rietdijk
a3a40ac7cc
Merge staging-next into staging
2020-07-11 09:00:18 +02:00
Frederik Rietdijk
ae8eee9c3f
Merge master into staging-next
2020-07-11 08:59:54 +02:00
Mario Rodas
c87c474b17
Merge pull request #92901 from r-ryantm/auto-update/rustup
...
rustup: 1.21.1 -> 1.22.1
2020-07-10 22:32:18 -05:00
R. RyanTM
0d68512749
rustup: 1.21.1 -> 1.22.1
2020-07-11 01:11:05 +00:00
R. RyanTM
017f120e50
randomx: 1.1.7 -> 1.1.8
2020-07-10 22:22:42 +00:00
Austin Seipp
57a53677b4
liburing: 0.6pre600 -> 0.7
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-10 16:54:28 -05:00
Jan Tojnar
4be4ae71aa
Merge pull request #92829 from r-ryantm/auto-update/poppler-glib
...
poppler: 0.89.0 -> 0.90.0
2020-07-10 23:20:42 +02:00
R. RyanTM
12cf86fd19
python37Packages.voluptuous-serialize: 2.3.0 -> 2.4.0
2020-07-10 20:10:47 +00:00
Benjamin Hipple
2dadcdc05b
Merge pull request #92840 from r-ryantm/auto-update/python2.7-bitarray
...
python27Packages.bitarray: 1.2.2 -> 1.3.0
2020-07-10 14:45:42 -04:00
R. RyanTM
50be30a112
python27Packages.Wand: 0.6.1 -> 0.6.2
2020-07-10 18:33:41 +00:00
Benjamin Hipple
01f0aef501
Merge pull request #86809 from r-ryantm/auto-update/capnproto
...
capnproto: 0.7.0 -> 0.8.0
2020-07-10 14:06:58 -04:00
R. RyanTM
3a32232cbf
python27Packages.wasabi: 0.6.0 -> 0.7.0
2020-07-10 11:01:42 -07:00
R. RyanTM
c3bbbb75a9
python27Packages.pytest-isort: 1.0.0 -> 1.1.0
2020-07-10 10:57:01 -07:00
Benjamin Hipple
dd4a6b64f8
Merge pull request #92651 from matthuszagh/nmigen
...
python3Packages.nmigen: from unstable-2020-02-08 to unstable-2020-04-02
2020-07-10 12:47:09 -04:00
Silvan Mosberger
75ee18766a
yarn2nix: Don't pass yarnNix to mkDerivation ( #92856 )
...
The generated yarnNix file doesn't need to be part of the mkDerivation.
And doing so prevents other platforms from reproducibly instantiating
it. With this change you can e.g. do
darwinPkgs.yarn2nix.mkYarnPackage {
# ...
yarnNix = pkgs.yarn2nix.mkYarnNix {
yarnLock = ./yarn.lock;
};
}
Which is a darwin derivation, but can still be instantiated reproducibly on Linux.
2020-07-10 16:24:03 +00:00
Vincent Laporte
d1a7237eee
coqPackages.coq-extensible-records: remove at 1.2.0
2020-07-10 11:26:41 +02:00
Vincent Laporte
473519a25d
coqPackages.coq-extensible-records: enable for Coq 8.11 and 8.12
2020-07-10 11:26:41 +02:00
R. RyanTM
1e338c42bf
python27Packages.bitarray: 1.2.2 -> 1.3.0
2020-07-10 09:21:44 +00:00
Mario Rodas
33873dab22
python27Packages.pillow: fix build on darwin
2020-07-10 04:20:00 -05:00
R. RyanTM
9c833ae6ae
poppler: 0.89.0 -> 0.90.0
2020-07-10 07:03:32 +00:00
Arnout Engelen
58ecf0bfd5
mastodon-bot: init at 1.0.2
2020-07-10 09:03:17 +02:00
Jörg Thalheim
33b5621ef6
Merge pull request #92794 from dguibert/dg/cross-texinfo-interactive
2020-07-10 07:28:39 +01:00
Daniël de Kok
c2e1c9175f
python3Packages.transformers: 3.0.1 -> 3.0.2
...
Changelog:
https://github.com/huggingface/transformers/releases/tag/v3.0.2
2020-07-10 08:24:03 +02:00
David Guibert
b92c2c666c
Update cross-tools-flags.patch
2020-07-10 08:07:35 +02:00
Joe Hermaszewski
f6e07b3c5d
defaultGemConfig.mathematical: fix cross compilation
2020-07-10 07:48:12 +02:00
Matt Votava
97805ff989
python3Packages.zigpy-deconz: fix dependencies
2020-07-09 22:10:26 -07:00
Elis Hirwing
2b04280575
python3Packages.zigpy-zigate: init at 0.6.1
2020-07-09 22:10:26 -07:00
Elis Hirwing
f10f300f01
python3Packages.zigpy-xbee: init at 0.12.1
2020-07-09 22:10:26 -07:00
Elis Hirwing
29b377db27
python3Packages.zigpy-cc: init at 0.4.4
2020-07-09 22:10:26 -07:00
Elis Hirwing
2c004e0c53
python3Packages.bellows: init at 0.17.0
2020-07-09 22:10:26 -07:00
Elis Hirwing
63e59c6d10
python3Packages.pure-pcapy3: init at 1.0.1
2020-07-09 22:10:14 -07:00
Matt Votava
d15d77abd3
python3Packages.zigpy: 0.11.0 -> 0.22.0
2020-07-09 22:10:14 -07:00
Mario Rodas
eb227e19b3
Merge pull request #92816 from r-ryantm/auto-update/mercury
...
mercury: 20.01.2 -> 20.06
2020-07-09 19:51:20 -05:00
Christian Kögler
30a2f40336
redo-c: Initial 0.2
2020-07-10 00:48:57 +02:00
Daniel Șerbănescu
9d6f01aeef
webkitgtk: 2.28.2 -> 2.28.3
2020-07-10 00:40:29 +02:00
R. RyanTM
178b8073d8
mercury: 20.01.2 -> 20.06
2020-07-09 22:32:11 +00:00
R. RyanTM
a31dc294f7
gjs: 1.64.3 -> 1.64.4
2020-07-10 00:28:12 +02:00
R. RyanTM
adda7cf634
libevent: 2.1.11 -> 2.1.12
2020-07-09 18:40:22 +00:00
misuzu
8003ec876a
pythonPackages.rednose: fix build on macOS
2020-07-09 21:12:02 +03:00
Sirio Balmelli
669de6d21d
python3Packages.pyspinel: fix build
...
Adopt upstream patch accepted here:
https://github.com/openthread/pyspinel/pull/98
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-07-09 10:58:12 -07:00
Daiderd Jordan
e0604a9333
Merge pull request #92347 from LnL7/darwin-libxml2
...
libxml2: fix python2 build on darwin
2020-07-09 19:32:05 +02:00
Matt Huszagh
fe381b3cf4
python3Packages.nmigen: from unstable-2020-02-08 to unstable-2020-04-02
...
Fixes nmigen build due to pyvcd being bumped to v0.2.
2020-07-09 10:22:39 -07:00
Jonathan Ringer
3e42013517
python3Packages.xmlschema: 1.1.0 -> 1.2.2
2020-07-09 09:23:02 -07:00
Griffin Smith
e1024031bb
pythonPackages.pxml: init at 0.2.13
2020-07-09 12:01:33 -04:00
David Guibert
a2eb391e8f
fix pkgsCross.*.texinfoInteractive
...
This fixes #86166 to build cross compilied texinfoInteractive.
BUILD_CC has been renamed to CC_FOR_BUILD so the patch needs to applied
this renaming.
tested on: pkgsCross.armv7l-hf-multiplatform.texinfoInteractive
2020-07-09 17:19:09 +02:00
Austin Seipp
9058630c2e
nextpnr: 2020.06.12 -> 2020.07.08
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-09 09:12:42 -05:00
Austin Seipp
e494368606
trellis: 2020.06.12 -> 2020.06.29
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-09 09:12:42 -05:00
Austin Seipp
f22c718e17
icestorm: 2020.04.22 -> 2020.07.08
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-09 09:12:42 -05:00
Austin Seipp
63e55fae00
yosys: 2020.06.19 -> 2020.07.07
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-09 09:12:41 -05:00
mupdt
f70a54893e
python3Packages.pytimeparse: use checkInputs
2020-07-09 15:50:51 +02:00
Pascal Bach
98ba751a35
colorlogs: 10.0 -> 14.0
2020-07-09 14:39:57 +02:00
Josh Holland
a96c2a3c3a
python3Packages.xarray: add setuptools to propagatedBuildInputs
...
This package has been required since 0.15.1.
2020-07-09 14:21:36 +02:00
R. RyanTM
b8f8a15b2f
gperftools: 2.7 -> 2.8
2020-07-09 10:11:19 +00:00
Félix Baylac-Jacqué
074d131979
Merge pull request #92696 from flokli/certbot-1.6.0
...
certbot: 1.3.0 -> 1.6.0
2020-07-09 11:55:41 +02:00
markuskowa
6ce044250b
Merge pull request #92048 from markuskowa/add-pmix
...
pmix: init at 3.1.5, add support to slurm, openmpi
2020-07-09 11:41:00 +02:00
Florian Klink
ee9123ddb9
python3.pkgs.certbot-dns-rfc2136: init at 1.6.0
2020-07-09 11:21:50 +02:00
Florian Klink
b9d97f313b
python3.pkgs.certbot-dns-route53: init at 1.6.0
2020-07-09 11:21:50 +02:00
Florian Klink
9b4364d703
python3.pkgs.certbot-dns-cloudflare: init at 1.6.0
2020-07-09 11:21:50 +02:00
ash lea
888d7bb4db
python3Packages.pyside2: 5.12.3 -> 5.12.6
...
fixes #91726
2020-07-09 01:28:29 -07:00
Vincent Laporte
f6db90a389
coqPackages.coq-bits: enable for Coq 8.11 and 8.12
2020-07-09 08:17:49 +02:00