Commit Graph
265509 Commits
Author SHA1 Message Date
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
Jörg ThalheimandGitHub 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
SandroandGitHub 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
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 ThalheimandGitHub 103dfe655e Merge pull request #109722 from euank/libvirt-ebtables-iptables
libvirt: don't use iptables-nftables
2021-01-23 07:29:31 +00:00
StigandGitHub 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
StigandGitHub 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
StigandGitHub 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
StigandGitHub 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 RodasandGitHub 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 RodasandGitHub 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
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 MulliganandGitHub 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
Florian KlinkandGitHub 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 KlinkandGitHub 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 WoodmanandFlorian Klink 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 BoschandGitHub 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 BoschandGitHub 3d4ee7c660 Merge pull request #110344 from ilian/u/reaper
reaper: 6.19 -> 6.20
2021-01-22 23:23:49 +01:00
Maximilian BoschandGitHub 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ützandJonathan Ringer 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ützandJonathan Ringer 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 BoschandGitHub 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 RoccoandGitHub 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 MulliganandGitHub 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
Maximilian BoschandGitHub 7c0db07752 Merge pull request #110297 from bbigras/feh
feh: 3.6.1 -> 3.6.2
2021-01-22 22:18:26 +01:00
Maximilian BoschandGitHub e47aca4524 Merge pull request #110373 from r-ryantm/auto-update/bingrep
bingrep: 0.8.2 -> 0.8.5
2021-01-22 22:14:39 +01:00
Maximilian BoschandGitHub 932d8850c8 Merge pull request #110372 from bbigras/httplz
httplz: dropping maintainership
2021-01-22 22:09:10 +01:00
Martin WeineltandGitHub c245e9d2ff Merge pull request #110530 from mweinelt/python-mpd
python3Packages.mpd2: 3.0.2 -> 3.0.3
2021-01-22 21:37:49 +01:00
Ryan MulliganandGitHub 406a590802 Merge pull request #110503 from r-ryantm/auto-update/mlkit
mlkit: 4.5.2 -> 4.5.6
2021-01-22 12:34:56 -08:00
Jörg ThalheimandGitHub fa521222a4 Merge pull request #110511 from r-ryantm/auto-update/nix-direnv
nix-direnv: 1.2 -> 1.2.1
2021-01-22 20:17:31 +00:00
John EricsonandGitHub d95aebbe0e Merge pull request #107214 from Ericson2314/linux-config-cleanup
lib: Clean up how linux and gcc config is specified
2021-01-22 15:15:58 -05:00
Martin Weinelt b4f60bfcac python3Packages.mpd2: add hexa to maintainers 2021-01-22 21:14:54 +01:00
Peter Simons 412a9e7d7c all-cabal-hashes: update to Hackage at 2021-01-22T18:56:49Z 2021-01-22 20:43:02 +01:00
Peter SimonsandGitHub 7cb633be79 Merge pull request #109474 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-01-20 (plus other fixes)
2021-01-22 20:36:24 +01:00
Malte BrandyandPeter Simons 952ebcf65f haskellPackages.haskell-language-server: Fixing build
by pinning apply-refact
2021-01-22 20:34:28 +01:00
Peter Simons d07ff60c02 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-9-ga573266 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/61c759fc797fec930eaed15016faa4bdf7c53c75.
2021-01-22 20:34:22 +01:00
Peter Simons c3792f6cdd Consistently use 'lib' instead of 'stdenv.lib' in the Haskell infrastructure.
Part of https://github.com/NixOS/nixpkgs/issues/108938.
2021-01-22 20:34:21 +01:00
Malte BrandyandPeter Simons 71e660bb8d haskellPackages.universe-dependent-sum: Remove broken flag 2021-01-22 20:34:21 +01:00
Peter Simons 4a8f6f4230 hnix-store-core: add missing test dependency by way of override
See https://github.com/haskell-nix/hnix-store/issues/127.
2021-01-22 20:34:21 +01:00
Peter Simons de00ad9932 hnix-store-core: update overrides for the latest version 2021-01-22 20:34:21 +01:00
Malte BrandyandPeter Simons 7ef37f8806 haskellPackages.pandoc: Temporarily disable tests 2021-01-22 20:34:21 +01:00
Peter Simons 8482fb4efd hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.6 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/8c276aee32a6348165828e74e53b81a184e4e577.
2021-01-22 20:34:15 +01:00
Peter Simons 2cc5f7b1a5 hackage2nix: update list of broken builds to fix evaluation errors on Hydra 2021-01-22 20:34:14 +01:00