Commit graph

35221 commits

Author SHA1 Message Date
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
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
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
Eelco Dolstra b60a6af8ed
Merge pull request #110493 from hackworthltd/nix-big-sur
nix: add Security to build inputs.
2021-01-22 16:16:12 +01:00
Drew Hess 90888626ba
nix: add Security to build inputs.
For some reason, this is required to build nix on Big Sur, even though
it's not needed on earlier macOS versions.
2021-01-22 14:50:16 +00:00
Sandro be3f605eee
Merge pull request #108916 from midchildan/powerline-symbols/init
powerline-symbols: init at 2.8.1
2021-01-22 14:14:55 +01:00
Sandro bedf58b78f
Merge pull request #91123 from tex/unciv 2021-01-22 12:55:01 +01:00
Sandro 0c096b67dc
Merge pull request #107302 from bobrik/ivan/docker-buildx 2021-01-22 12:50:25 +01:00
Matthias Beyer e3b4a6c2d8
sfeed: init at 0.9.20 (#107173)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-22 09:33:43 +01:00
Jules Aguillon bf010dac66
ocamlformat: Add versions 0.15.1 and 0.16.0 2021-01-22 09:10:02 +01:00
John Ericson 8929989614 lib: Clean up how linux and gcc config is specified
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.

This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.

`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.

The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
Ivan Babrou e431ff7e2e docker-buildx: init at 0.5.1
Installing docker-buildx enables buildx subcommand on the client:

* https://github.com/docker/buildx
2021-01-21 12:52:45 -08:00
Guillaume Girol 7ed3d2df76
Merge pull request #103135 from symphorien/pr/92775
Evolution ews: wrap evolution and evolution data server, fix nixos module.
2021-01-21 19:42:45 +00:00
Sandro 1ecf25ad39
Merge pull request #110177 from cpcloud/containerpilot 2021-01-21 17:30:18 +01:00
Florian Klink 126fb3c888
Merge pull request #68680 from arianvp/afterburn
afterburn: init at 4.6.0
2021-01-21 16:06:19 +01:00
Arian van Putten 4e57aa0ecc afterburn: init at 4.6.0 2021-01-21 14:01:16 +01:00
Sandro ae6fb64fb4
Merge pull request #107618 from fabaff/gitjacker
gitjacker: init at 0.0.2
2021-01-21 09:23:38 +01:00
Matthew Bauer 77403c1c19
Merge pull request #96140 from matthewbauer/add-cog
Init cog at 0.6.0
2021-01-20 17:42:54 -06:00
Matthew Bauer 914de3a3ca cog: init at 0.6.0 2021-01-20 16:54:49 -06:00
Matthew Bauer b2eb8992c7 libwpe-fdo: init at 1.7.1 2021-01-20 16:54:45 -06:00
Fabian Affolter 44f39b8420 gitjacker: init at 0.0.2 2021-01-20 23:22:31 +01:00
Matthew Bauer 8f027e6b65 libwpe: init at 1.7.1 2021-01-20 16:14:33 -06:00
Matthew Bauer ba5f50a76c
Merge pull request #107924 from matthewbauer/fix-duti
Fix duti on macOS Big Sur
2021-01-20 16:09:41 -06:00
Matthew Bauer dcbbbcdb05 duti: pass ApplicationServices directly 2021-01-20 15:30:57 -06:00
Sandro 56bf7a855c
Merge pull request #110204 from fabaff/sigurlx
sigurlx: init at 2.1.0
2021-01-20 21:10:54 +01:00
John Ericson bfc062e4cf
Merge pull request #110101 from spease/fix-ios-patches
Minimalist iOS fixes
2021-01-20 14:41:13 -05:00
Fabian Affolter b54b344c61 sigurlx: init at 2.1.0 2021-01-20 20:40:33 +01:00
Sandro 8008ebae20
Merge pull request #108761 from charvp/fix/zeroad-build 2021-01-20 20:14:01 +01:00
Milan Svoboda 52a7a2df15 unciv: init at 3.12.8 2021-01-20 20:07:25 +01:00
Steven Pease b766673c6f Move disabling of gccForLibs for iOS to build-support cc-wrapper 2021-01-20 10:14:46 -08:00
Rouven Czerwinski 1d260dad5a rauc: init at 1.5
The Robust Auto Update Controller is an update program for embedded
systems. Primarily useful in NixOS for working with bundles.
2021-01-20 17:39:08 +01:00
Charlotte Van Petegem a0259207da
0ad: fix build by using gcc9Stdenv 2021-01-20 17:31:33 +01:00
John Ericson 9f821d9d1b
Merge pull request #109411 from HectorAE/fast-cpp-csv-parser-init
fast-cpp-csv-parser: init at 2021-01-03
2021-01-20 10:24:35 -05:00
John Ericson f86e72d491
Merge pull request #109412 from obsidiansystems/networking-ts-cxx-init
networking-ts-cxx: init at 2019-02-27
2021-01-20 10:24:15 -05:00
Sandro 9fbb29e677
Merge pull request #104446 from freezeboy/remove-jamomacore 2021-01-20 14:44:20 +01:00
Jonathan Strickland 287af3bd50
snowmachine: init at 1.0.1 (#105895)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-20 13:12:27 +01:00
Phillip Cloud 8f4cadc468 containerpilot: init at 3.9.0pre 2021-01-20 06:19:38 -05:00
Sandro cb6adcda3c
Merge pull request #110019 from fabaff/pwdsafety
pwdsafety: init at 0.1.4
2021-01-20 11:14:16 +01:00
Sandro 46e2c041c2
Merge pull request #95797 from fgaz/hivelytracker
hivelytracker: init at unstable-2020-02-10
2021-01-20 11:03:42 +01:00
freezeboy f6db6a5a94 i-score: remove unmaintained and broken app 2021-01-20 10:19:30 +01:00
freezeboy 2f68b13515 jamomacore: remove unmaintained and broken lib 2021-01-20 10:16:25 +01:00
Steven Pease 8f74a08fa0 Minimalist iOS fixes 2021-01-19 23:44:50 -08:00
Robert Hensing 33fdfd07d2
Merge pull request #102669 from pulsation/add-klog
klog: init at 1.3.2
2021-01-20 00:00:58 +01:00
Sandro 53b4872ff2
Merge pull request #110013 from fabaff/git-hound
git-hound: init at 1.3
2021-01-19 23:41:26 +01:00
Fabian Affolter df75b21e73 pwdsafety: init at 0.1.4 2021-01-19 22:23:34 +01:00
Sandro 1ca55e5c3b
Merge pull request #110015 from fabaff/gitleaks
gitleaks: init at 7.2.0
2021-01-19 22:14:45 +01:00
Fabian Affolter c1d1b478ff git-hound: init at 1.3 2021-01-19 21:57:12 +01:00
Fabian Affolter 84634ff0c3 gitleaks: init at 7.2.0 2021-01-19 21:56:03 +01:00
Sandro d1bfbb992d
Merge pull request #107313 from ewok/carps-cups
carps-cups: init at unstable-2018-03-05
2021-01-19 19:21:09 +01:00
Artur Taranchiev 795ecae086 carps-cups: init at unstable-2018-03-05 2021-01-19 20:43:20 +03:00