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 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
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
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
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
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
Maximilian Bosch
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
Martin Weinelt
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 Mulligan
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
John Ericson
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
Malte Brandy
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
61c759fc79
.
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 Brandy
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 Brandy
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
8c276aee32
.
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
Rasmus Précenth
fd215e57cb
haskellPackages.glicko: unbreak
...
I'm the author of the package and fixed the dependencies upstream,
now builds correctly and can be unmarked as broken.
2021-01-22 20:34:14 +01:00
Peter Simons
ecb42c13ba
Stackage Nightly 2021-01-20
2021-01-22 20:34:08 +01:00
Martin Weinelt
dc62266a1c
python3Packages.mpd2: 3.0.2 -> 3.0.3
...
Fixes early disconnects when using the async MPDClient.
2021-01-22 20:18:10 +01:00
Sandro
27a42b9ef8
Merge pull request #110502 from rb2k/fix_libsmartcols
...
libsmartcols: Add gtk-doc to fix build.
2021-01-22 19:02:14 +01:00
R. RyanTM
4aaa445477
certbot: 1.10.1 -> 1.11.0 ( #109746 )
2021-01-22 18:18:48 +01:00
R. RyanTM
adf23ffca7
mlkit: 4.5.2 -> 4.5.6
2021-01-22 15:54:29 +00:00
Marc Seeger
01528b62a8
libsmartcols: Add gtk-doc to fix build.
2021-01-22 07:54:06 -08:00
R. RyanTM
f2c88014c8
python37Packages.bitarray: 1.6.1 -> 1.6.3
2021-01-22 07:51:33 -08:00
R. RyanTM
d92570f52c
python37Packages.azure-storage-file-share: 12.4.0 -> 12.4.1
2021-01-22 07:48:17 -08:00
R. RyanTM
7981dff255
python37Packages.breathe: 4.26.0 -> 4.26.1
2021-01-22 07:47:55 -08:00
R. RyanTM
2fa6fdea12
python37Packages.APScheduler: 3.6.3 -> 3.7.0
2021-01-22 07:45:52 -08:00
R. RyanTM
64e991542e
python37Packages.azure-storage-blob: 12.7.0 -> 12.7.1
2021-01-22 07:45:18 -08:00
R. RyanTM
a10f2c3f42
python37Packages.amqp: 5.0.2 -> 5.0.3
2021-01-22 07:44:54 -08:00
R. RyanTM
9a94b02519
python37Packages.alerta-server: 8.2.0 -> 8.3.3
2021-01-22 07:44:16 -08:00
R. RyanTM
67c7662d27
postman: 7.36.0 -> 7.36.1
2021-01-22 07:43:04 -08:00
R. RyanTM
416bdfbc38
python37Packages.mautrix: 0.8.6 -> 0.8.9
2021-01-22 07:40:16 -08:00
Fabian Affolter
01cb602043
python3Packages.hass-nabucasa: update test part
2021-01-22 07:39:44 -08:00
Fabian Affolter
82f32abe7d
python3Packages.hass-nabucasa: 0.39.0 -> 0.41.0
2021-01-22 07:39:44 -08:00
Fabian Affolter
32b2eb6730
python3Packages.pycognito: use pytestCheckHook
2021-01-22 07:39:44 -08:00
Fabian Affolter
6759a781c7
python3Packages.pycognito: 0.1.4 -> 0.1.5
2021-01-22 07:39:44 -08:00
Robert Schütz
cefafeefbb
pythonPackages.fuse: add pythonImportsCheck
2021-01-22 07:37:47 -08:00
R. RyanTM
1bafaad6e7
python37Packages.fuse: 1.0.0 -> 1.0.1
2021-01-22 07:37:47 -08:00