Markus Kowalewski
68fa960f6a
nixos/release-notes: add comment about generic mpi attribute
2021-01-23 12:15:18 +01:00
Markus Kowalewski
b6a09f8887
scalapack: fix building with mpich
2021-01-23 12:15:18 +01:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
...
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
{
mpi = super.mpich;
}
All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
Pavol Rusnak
a6f6f739c8
Merge pull request #109655 from prusnak/stdenv-lib-mobile
...
pkgs/development/mobile: stdenv.lib -> lib
2021-01-23 12:11:03 +01:00
Michael Weiss
fac05ac695
chromium: Don't set "channel" in the environment
...
The "channel" variable shouldn't be part of the final derivation. This
also makes it possible to avoid unnecessary rebuilds for identical
channels (e.g. major updates are tested via the "beta" channel first and
usually neither the source-code archive nor the dependencies change when
the update makes it into the "stable" channel - this means we could
better use chromiumBeta to test major updates in advance).
2021-01-23 11:54:11 +01:00
TredwellGit
c81247f204
electron_11: 11.2.0 -> 11.2.1
...
https://github.com/electron/electron/releases/tag/v11.2.1
2021-01-23 10:46:09 +00:00
Daniël de Kok
cca0b0117b
python3Packages.tokenizers: 0.9.4 -> 0.10.0
...
Changelog:
https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.0
2021-01-23 11:22:34 +01:00
Jörg Thalheim
f6a583eeec
Merge pull request #110465 from siraben/development-compilers-stdenv-lib
...
pkgs/development/compilers: stdenv.lib -> lib
2021-01-23 10:07:31 +00:00
Sandro
3698438873
Merge pull request #110572 from doronbehar/stdenv/no-stdenv.lib
...
treewide: Remove usages of stdenv.lib by @doronbehar
2021-01-23 10:43:20 +01:00
Fabian Affolter
bfa62ed53c
home-assistant: update component-packages
2021-01-23 09:54:56 +01:00
Fabian Affolter
002b6599da
python3Packages.amcrest: init at 1.7.2
2021-01-23 09:52:45 +01:00
Doron Behar
f9c6e07c67
treewide: Remove usages of stdenv.lib by @doronbehar
...
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
Frederik Rietdijk
4affc40a50
sqlite: test sqlalchemy when updating
...
This is an important Python package that should keep functioning on an
upgrade.
2021-01-23 08:35:54 +01:00
Jörg Thalheim
103dfe655e
Merge pull request #109722 from euank/libvirt-ebtables-iptables
...
libvirt: don't use iptables-nftables
2021-01-23 07:29:31 +00:00
Milan Pässler
7ccc4fd222
alertmanager-bot: 0.4.0 -> 0.4.3
2021-01-23 07:55:46 +01:00
Spencer Baugh
0bdc35a2ed
crawl: 0.25.1 -> 0.26.0
...
FORCE_PKGCONFIG was added upstream in crawl/crawl@61de54256c , so we
can drop our patch to the Makefile which does the same thing - nice!
Still need the other patches since crawl/crawl#1367 isn't yet fully
merged.
2021-01-23 00:27:25 -05:00
AndersonTorres
bdb60d7fa9
pyspread: init at 1.99.5
2021-01-23 01:31:52 -03:00
David Birks
bd680be132
kind: 0.9.0 -> 0.10.0
2021-01-22 22:54:10 -05:00
Stig
b8c3cd1318
Merge pull request #110321 from stigtsp/package/perl-5.33.6
...
perldevel: 5.33.5 -> 5.33.6, perl-cross: b444794 -> 4c55233
2021-01-23 03:17:03 +01:00
Stig
63333a977f
Merge pull request #110298 from stigtsp/perl/remove-parallel-building-patch
...
perl: remove obsolete parallel building patch
2021-01-23 03:02:49 +01:00
Ben Siraphob
acc5f7b18a
pkgs/development/compilers: stdenv.lib -> lib
2021-01-23 08:57:37 +07:00
Stig
c52a11e741
Merge pull request #110389 from tnias/usbguard_test_pr
...
nixos/tests/usbguard: init
2021-01-23 02:50:50 +01:00
zowoq
f8013960c6
minikube: 1.16.0 -> 1.17.0
...
https://github.com/kubernetes/minikube/releases/tag/v1.17.0
2021-01-23 11:31:36 +10:00
Ryan Horiguchi
0a900a5c75
vscode-extensions.hookyqr.beautify: init at 1.5.0
2021-01-23 02:29:06 +01:00
Ryan Horiguchi
6cead806db
vscode-extensions.spywhere.guides: init at 0.9.3
2021-01-23 02:24:57 +01:00
Ryan Horiguchi
d314c0141b
vscode-extensions.streetsidesoftware.code-spell-checker: init at 1.10.2
2021-01-23 02:22:57 +01:00
Ryan Horiguchi
a24832ae8c
vscode-extensions.jock.svg: init at 1.4.4
2021-01-23 02:18:16 +01:00
Ryan Horiguchi
6773cbc50c
vscode-extensions.davidanson.vscode-markdownlint: init at 0.38.0
2021-01-23 02:16:17 +01:00
Ryan Horiguchi
8ff285d579
vscode-extensions.gruntfuggly.todo-tree: init at 0.0.196
2021-01-23 02:13:14 +01:00
Stig
2bc16b381e
Merge pull request #110440 from zakame/updates/perl-IO-Async-0.78
...
perlPackages.IOAsync: 0.77 -> 0.78
2021-01-23 02:10:48 +01:00
Mario Rodas
4766c5e8be
Merge pull request #110510 from r-ryantm/auto-update/nfpm
...
nfpm: 2.2.2 -> 2.2.3
2021-01-22 19:57:34 -05:00
Mario Rodas
d65c354710
Merge pull request #110528 from r-ryantm/auto-update/pgmetrics
...
pgmetrics: 1.10.3 -> 1.10.5
2021-01-22 19:57:04 -05:00
Ryan Horiguchi
fd72f6a8ac
vscode-extensions.rubymaniac.vscode-paste-and-indent: init at 0.0.8
2021-01-23 01:51:28 +01:00
Zak B. Elep
79ff3de8a5
perlPackages.IOAsync: 0.77 -> 0.78
2021-01-23 08:33:41 +08:00
Philipp Bartsch
b912846267
nixos/tests/usbguard: init
2021-01-23 01:19:11 +01:00
Ryan Mulligan
dbc7805691
Merge pull request #110527 from r-ryantm/auto-update/pg_tileserv
...
pg_tileserv: 1.0.4 -> 1.0.5
2021-01-22 15:40:54 -08:00
Matthieu Coudron
b20b9f98b8
luarocks-update-packages: pass "lib" in arguments
2021-01-23 00:39:01 +01:00
Florian Klink
e1c86b9a1d
Merge pull request #110293 from pjjw/python-extension-musl-fix
...
cpython: fix extensions when using a musl toolchain
2021-01-23 00:23:24 +01:00
Florian Klink
994e221f16
Merge pull request #106988 from drewrisinger/dr-pr-qemu-bump
...
qemu: 5.1.0 -> 5.2.0
2021-01-23 00:20:06 +01:00
Peter Woodman
858eebe1f9
cpython: fix extensions when using a musl toolchain
2021-01-22 23:56:19 +01:00
Euan Kemp
f0b1cdb189
libvirt: don't use iptables-nftables
...
Per a comment on the PR that made this change, it turns out to cause
issues in some cases: https://github.com/NixOS/nixpkgs/pull/109332#issuecomment-762005163
For now, let's revert back. Presumably the issues derive from the system
iptables not matching libvirt's iptables.
In the future, #81172 should move us back into the future, and I'm
perfectly fine waiting for that PR to handle this separately.
2021-01-22 22:44:20 +00:00
Maximilian Bosch
c6d4197e4f
Merge pull request #110283 from r-ryantm/auto-update/docker-compose
...
docker-compose: 1.27.4 -> 1.28.0
2021-01-22 23:25:29 +01:00
Maximilian Bosch
3d4ee7c660
Merge pull request #110344 from ilian/u/reaper
...
reaper: 6.19 -> 6.20
2021-01-22 23:23:49 +01:00
Maximilian Bosch
cf3130641a
Merge pull request #110097 from r-ryantm/auto-update/mdbook
...
mdbook: 0.4.5 -> 0.4.6
2021-01-22 23:15:03 +01:00
Robert Schütz
c173f673ed
pythonPackages.hbmqtt: disable on Python 3.9
...
See https://github.com/beerfactory/hbmqtt/issues/223 .
2021-01-22 14:11:34 -08:00
Robert Schütz
8c1ce4ec70
pythonPackages.transitions: 0.8.5 -> 0.8.6
2021-01-22 14:11:34 -08:00
Jonathan Ringer
0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
...
This is a stdenv-rebuild, and should not be merged
into master
This reverts commit 8929989614
.
2021-01-22 14:07:06 -08:00
Maximilian Bosch
2e5475381b
Merge pull request #110049 from r-ryantm/auto-update/libfilezilla
...
libfilezilla: 0.25.0 -> 0.26.0
2021-01-22 23:06:28 +01:00
Michele Guerini Rocco
1bf54f0770
Merge pull request #110449 from matthiasbeyer/update-mutt
...
mutt: 2.0.4 -> 2.0.5
2021-01-22 23:00:33 +01:00
Ryan Mulligan
ffdc2886fa
Merge pull request #110498 from r-ryantm/auto-update/matrix-corporal
...
matrix-corporal: 2.0.1 -> 2.1.0
2021-01-22 13:57:19 -08:00