Commit graph

51961 commits

Author SHA1 Message Date
Pavol Rusnak 90f7338112
treewide: stdenv.lib -> lib 2021-01-24 01:49:49 +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 4de9a335f9
Merge pull request #110611 from dotlambda/genxword-2.1.0
genxword: 2.0.1 -> 2.1.0
2021-01-23 21:45:44 +01:00
Sandro c2211c2e71
Merge pull request #110603 from dotlambda/setzer-0.4.1
setzer: 0.4.0 -> 0.4.1
2021-01-23 21:13:41 +01:00
Sandro a5dba1b293
Merge pull request #110618 from wahjava/fix-kak-plugins 2021-01-23 21:10:41 +01:00
Sandro cba0c7e756
Merge pull request #110543 from bobrik/ivan/buildx-path
docker: correct substitution path with buildx enabled
2021-01-23 20:32:55 +01:00
Ashish SHUKLA f3817932c9
kak-powerline: add missing lib argument 2021-01-24 00:28:07 +05:30
Ashish SHUKLA 601080d7c5
kak-buffers: add missing lib argument 2021-01-24 00:27:39 +05:30
Ashish SHUKLA ad2b6d98bf
kak-vertical-selection: add missing lib argument 2021-01-24 00:27:09 +05:30
Michael Weiss f940eb44b9
Merge pull request #110607 from meutraa/update/android-studio
androidStudioPackages.{stable,beta,canary,dev}: update
2021-01-23 19:54:30 +01:00
Robert Schütz 52c7a4f54c genxword: 2.0.1 -> 2.1.0 2021-01-23 18:14:15 +01:00
meutraa b51eb306a3
androidStudioPackages.{canary,dev}: 2020.3.1.3 -> 2020.3.1.4 2021-01-23 16:53:50 +00:00
meutraa 12c075bab5
androidStudioPackages.beta: 4.2.0.18 -> 4.2.0.19 2021-01-23 16:43:11 +00:00
Jörg Thalheim ec334a1b01
Merge pull request #98992 from tvbeat/terraform-provider-libvirt-patch
terraform-provider-libvirt: base volume snapshot or copy
2021-01-23 16:19:04 +00:00
meutraa 48c7cd563b
androidStudioPackages.stable: 4.1.1.0 -> 4.1.2.0 2021-01-23 16:12:57 +00:00
Robert Schütz 09640efc3d setzer: 0.4.0 -> 0.4.1 2021-01-23 16:36:35 +01: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
Guillaume Girol ee2c73a84b
Merge pull request #109397 from sikmir/cudatext
cudatext: 1.118.2 → 1.122.3
2021-01-23 14:27:50 +00: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
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
Michael Weiss a57e182ed6
glances: 3.1.5 -> 3.1.6 2021-01-23 14:14:07 +01:00
Sandro 10a27d6d52
Merge pull request #110515 from andresilva/polkadot-0.8.27
polkadot: 0.8.26-1 -> 0.8.27
2021-01-23 13:29:03 +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
Michael Weiss fac05ac695
chromium: Don't set "channel" in the environment
The "channel" variable shouldn't be part of the final derivation. This
also makes it possible to avoid unnecessary rebuilds for identical
channels (e.g. major updates are tested via the "beta" channel first and
usually neither the source-code archive nor the dependencies change when
the update makes it into the "stable" channel - this means we could
better use chromiumBeta to test major updates in advance).
2021-01-23 11:54:11 +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
AndersonTorres bdb60d7fa9 pyspread: init at 1.99.5 2021-01-23 01:31:52 -03: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
Florian Klink 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
Maximilian Bosch 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 Bosch 3d4ee7c660
Merge pull request #110344 from ilian/u/reaper
reaper: 6.19 -> 6.20
2021-01-22 23:23:49 +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
Michele Guerini Rocco 1bf54f0770
Merge pull request #110449 from matthiasbeyer/update-mutt
mutt: 2.0.4 -> 2.0.5
2021-01-22 23:00:33 +01:00
Ivan Babrou aea19f284a docker: correct substitution path with buildx enabled
Starting with Docker 20.10, the client repo moved and the path changed.
2021-01-22 13:43:30 -08:00
Maximilian Bosch 7c0db07752
Merge pull request #110297 from bbigras/feh
feh: 3.6.1 -> 3.6.2
2021-01-22 22:18:26 +01: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
Jonathan Ringer 986cf21c45 slack: 4.11.1 -> 4.12.2 2021-01-22 10:41:47 -08:00
Oleksii Filonenko 5a1d4acc7e
Merge pull request #110475 from r-ryantm/auto-update/googler
googler: 4.3.1 -> 4.3.2
2021-01-22 19:24:57 +02:00
André Silva 252ebe654e
polkadot: 0.8.26-1 -> 0.8.27 2021-01-22 17:16:14 +00:00
Drew Risinger c7deb49058 gh: enable tests 2021-01-23 00:48:39 +10:00
Ryan Mulligan 1889e4620c
Merge pull request #110120 from r-ryantm/auto-update/new-session-manager
new-session-manager: 1.4.0 -> 1.5.0
2021-01-22 06:34:16 -08:00
Kevin Cox b6c0815993
Merge pull request #110438 from berbiche/cagebreak-1.5.0
cagebreak: 1.4.4 -> 1.5.0
2021-01-22 07:46:59 -05:00
R. RyanTM d4a7f3ba50 googler: 4.3.1 -> 4.3.2 2021-01-22 12:38:39 +00:00
Sandro 0c096b67dc
Merge pull request #107302 from bobrik/ivan/docker-buildx 2021-01-22 12:50:25 +01:00
Michael Weiss 62b5e51019
gitRepo: 2.11.1 -> 2.12 2021-01-22 12:34:36 +01:00
Elis Hirwing 907cb4c393
Merge pull request #110347 from ymatsiuk/appgate
appgate-sdp: 5.1.2 -> 5.3.2
2021-01-22 10:05:39 +01:00
Sandro d8d2ec148b
Merge pull request #110411 from a12l/update-pijul
pijul: 1.0.0-alpha.35 -> 1.0.0-alpha.37
2021-01-22 09:35:49 +01:00
Yurii Matsiuk ee73665fa0
appgate-sdp: 5.1.2 -> 5.3.2 2021-01-22 09:35:43 +01:00
Sandro 1d4b4e9800
Merge pull request #110397 from zowoq/crun
crun: 0.16 -> 0.17
2021-01-22 09:35:23 +01:00
Matthias Beyer 3609a43b5e mutt: 2.0.4 -> 2.0.5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-01-22 09:33:43 +01:00