Commit graph

56750 commits

Author SHA1 Message Date
AndersonTorres
26017cf536 pyspread: add desktop item
Also, remove "spurious" pyspread package.
2021-01-23 20:14:06 -03:00
markuskowa
2f34b4b883
Merge pull request #108983 from markuskowa/dev-mpi
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00
John Ericson
12881a7aa7
Merge pull request #110544 from Ericson2314/no-platform
top-level, lib: Remove platform attribute of platforms
2021-01-23 16:32:36 -05:00
Sandro
c6b5632d70
Merge pull request #110613 from siraben/pkgs-development-stdenv
pkgs/development: stdenv.lib -> lib
2021-01-23 21:23:31 +01:00
Sandro
9889ae01be
Merge pull request #110592 from fabaff/pycfdns 2021-01-23 21:03:03 +01:00
Domen Kožar
5562fc646d
Merge pull request #110598 from turboMaCk/elm-json-darwin
elmPackages.elm-json: fix darwin build
2021-01-23 18:52:29 +00:00
Ben Siraphob
2f78ee7e81 pkgs/development: stdenv.lib -> lib 2021-01-24 00:16:29 +07:00
John Ericson
2dde58903e top-level: Simplify impure and pure fallback
This is now possible, since the `platform` attribute has been removed in
PR #107214. I've been waiting to do a cleanup like this for a long time!
2021-01-23 10:01:38 -05:00
John Ericson
9c213398b3 lib: Clean up how linux and gcc config is specified
Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that
commit for details.

This reverts commit 0bc275e634.
2021-01-23 10:01:28 -05:00
Robert Schütz
1a495d604f
Merge pull request #110597 from fabaff/aioeafm
python3Packages.aioeafm: init at 1.0.0
2021-01-23 15:20:29 +01:00
Sandro
ef9cd0712e
Merge pull request #110573 from fabaff/amcrest 2021-01-23 14:44:58 +01:00
Sandro
3d78e8d3c2
Merge pull request #110564 from AndersonTorres/new-pyspread
pyspread: init at 1.99.5
2021-01-23 14:43:44 +01:00
Fabian Affolter
8d7b41b43d python3Packages.aioeafm: init at 1.0.0 2021-01-23 14:41:52 +01:00
Stig
2176c7e1c2
Merge pull request #110054 from stigtsp/package/convos-5.11
convos: 5.00 -> 5.11
2021-01-23 14:34:39 +01:00
Marek Fajkus
07a6732bf5
Fix elm-json build on Darwin 2021-01-23 14:28:08 +01:00
Fabian Affolter
ca100334df python3Packages.pycfdns: init at 1.2.1 2021-01-23 14:10:15 +01:00
Zak B. Elep
f5db4578ba perlPackages.NetAsyncPing: skip ping socket tests 2021-01-23 19:46:53 +08:00
Sander van der Burg
01ea0b5722 s6-linux-init: init at 1.0.6.0 2021-01-23 12:16:41 +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
Fabian Affolter
002b6599da python3Packages.amcrest: init at 1.7.2 2021-01-23 09:52:45 +01:00
AndersonTorres
bdb60d7fa9 pyspread: init at 1.99.5 2021-01-23 01:31:52 -03:00
Zak B. Elep
79ff3de8a5 perlPackages.IOAsync: 0.77 -> 0.78 2021-01-23 08:33:41 +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
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
Sandro
2b56a69386
Merge pull request #110453 from fabaff/bsblan 2021-01-22 16:21:43 +01: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
Sandro
15e6801eb3
Merge pull request #110456 from fabaff/sendgrid 2021-01-22 16:08:33 +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
Georges Dubus
6613bc12ec
Merge pull request #109080 from happysalada/erlang_update
erlang: R22 -> R23
2021-01-22 14:04:50 +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
Fabian Affolter
dc2f2bebce python3Packages.sendgrid: init at 6.5.0 2021-01-22 10:50:25 +01:00
Fabian Affolter
8e8e759c72 python3Packages.python-http-client: init at 3.3.1 2021-01-22 10:50:06 +01:00
Fabian Affolter
cc4c7328ee python3Packages.starkbank-ecdsa: init at 1.1.0 2021-01-22 10:49:51 +01:00
Fabian Affolter
7581c22616 python3Packages.bsblan: init at 0.4.1 2021-01-22 09:41:59 +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
Fabian Affolter
038ab72940 python3Packages.cattrs: init at 1.1.2 2021-01-22 09:33:10 +01:00
sternenseemann
b424ecd84e ocamlPackages.emile: init at 1.1 2021-01-22 09:26:17 +01:00
sternenseemann
47818a1ff3 ocamlPackages.pecu: init at 0.5 2021-01-22 09:26:17 +01:00
Jules Aguillon
bf010dac66
ocamlformat: Add versions 0.15.1 and 0.16.0 2021-01-22 09:10:02 +01:00
Fabian Affolter
3a43bbbc7c python3Packages.atenpdu: init at 0.3.1 2021-01-21 23:58:49 -08:00
sternenseemann
0f864eb45b ocamlPackages.hxd: init at 0.2.0 2021-01-22 08:39:58 +01:00
Emery Hemingway
93e31f2a78
ocamlPackages.wodan: init unstable-2020-11-20 2021-01-22 08:34:26 +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
39b25bbbb5
Merge pull request #110368 from fabaff/python-wink 2021-01-21 19:49:34 +01:00
Fabian Affolter
4afb4968cd python3Packages.python-wink: init at 1.10.5 2021-01-21 18:12:27 +01:00
Sandro
4825212f16
Merge pull request #110363 from fabaff/vsure 2021-01-21 18:05:06 +01:00