Yorick van Pelt
9df9c1992b
beam-packages: move wxSupport arg up to package set, add beam_nox
...
This allows us to override the erlang wxSupport argument globally from
an overlay, fixing builds for e.g. rabbitmq with noXlibs set.
2021-01-24 21:04:52 +01:00
Bernardo Meurer
5bc0a68375
Merge pull request #110701 from cpcloud/nomad-driver-podman
...
nomad-driver-podman: init at 0.2.0
2021-01-24 18:22:38 +00:00
Phillip Cloud
af18ee1f26
nomad-driver-podman: init at 0.2.0
2021-01-24 10:32:13 -05:00
Fabian Affolter
5c7e19604e
swego: init at 0.7 ( #108106 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-24 16:27:17 +01:00
Sandro
81e3b9d15b
Merge pull request #110670 from siraben/double-quotes-fix
...
treewide: fix double quoted strings in one-liners
2021-01-24 16:17:14 +01:00
Mario Rodas
6a5bcdfc5a
Merge pull request #110659 from nzhang-zh/add-grpc-tools
...
grpc-tools: init at 1.10.0
2021-01-24 09:26:14 -05:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ning Zhang
7b358c6e7a
grpc-tools: init at 1.10.0
2021-01-24 20:36:46 +11:00
Robert Schütz
98e624eb7d
doit: move to pythonPackages
2021-01-24 09:52:28 +01:00
Profpatsch
2a9f33600c
hpack: add a statically built executable
...
hpack is a little tool to convert a yaml spec to a cabal file, but its
runtime closure depends on ghc if it’s not built statically.
2021-01-24 07:02:19 +01:00
Sandro
4d6d14a0a9
Merge pull request #109875 from rhoriguchi/dynamic-panel-transparency
...
gnomeExtensions.dynamic-panel-transparency: init at 35
2021-01-24 03:02:56 +01:00
Sandro
51ea855376
Merge pull request #109735 from berberman/fcitx5-mozc
2021-01-24 02:47:37 +01:00
Sandro
f752e4dd0a
Merge pull request #100140 from helsinki-systems/shadered
...
shadered: init at 1.4.1
2021-01-24 02:24:16 +01:00
Potato Hatsue
596e02c655
fcitx5-mozc: init at 2.26.4220.102
2021-01-24 02:10:23 +01:00
Potato Hatsue
d3b7a30e15
breakpad: init at unstable-3b3469e
2021-01-24 02:10:21 +01: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
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
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
Sandro
3d78e8d3c2
Merge pull request #110564 from AndersonTorres/new-pyspread
...
pyspread: init at 1.99.5
2021-01-23 14:43:44 +01:00
Marek Fajkus
07a6732bf5
Fix elm-json build on Darwin
2021-01-23 14:28:08 +01: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
AndersonTorres
bdb60d7fa9
pyspread: init at 1.99.5
2021-01-23 01:31:52 -03: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
Scriptkiddi
acae9b0336
shadered: init at 1.4.1
2021-01-22 15:10:43 +01: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