Commit graph

285999 commits

Author SHA1 Message Date
Tim Steinbach
e77d44c103 linux: 5.10.30 -> 5.10.32 2021-04-28 09:34:45 -04:00
Tim Steinbach
1904447d73 linux: 4.9.266 -> 4.9.267 2021-04-28 09:34:45 -04:00
Tim Steinbach
fde3ac0f8e linux: 4.4.266 -> 4.4.267 2021-04-28 09:34:45 -04:00
Tim Steinbach
c38311d1f6 linux: 4.19.187 -> 4.19.188 2021-04-28 09:34:45 -04:00
Tim Steinbach
125bbf0752 linux: 4.14.230 -> 4.14.231 2021-04-28 09:34:45 -04:00
R. RyanTM
d67443c742 hwinfo: 21.72 -> 21.73 2021-04-28 13:22:30 +00:00
Milan
5e2bfae1b8
gitlab: 13.10.2 -> 13.11.2 (#120947) 2021-04-28 15:16:06 +02:00
R. RyanTM
bb3d2fcd32 gpxsee: 8.9 -> 9.0 2021-04-28 13:00:24 +00:00
happysalada
51729ed349 broot: remove stale substitute 2021-04-28 21:56:09 +09:00
happysalada
af9430180e broot: 1.2.9 -> 1.3.0 2021-04-28 21:56:09 +09:00
Ninjatrappeur
ebea497aec
Merge pull request #121005 from flokli/opensmtpd-path-pidfile
opensmtpd: set --with-path-pidfile
2021-04-28 14:50:55 +02:00
Florian Klink
6b14de1622 opensmtpd: set --with-path-pidfile
Set this to `/run`, like we also do with `--with-path-socket`, so
opensmtp doesn't try to use /var/run for pidfiles.
2021-04-28 13:15:23 +02:00
Michael Raskin
e7e72e070b
Merge pull request #120886 from eduardosm/mpfi
mpfi: use autoreconfHook
2021-04-28 10:57:37 +00:00
Michael Raskin
ec9a51b795
Merge pull request #120877 from r-ryantm/auto-update/bctoolbox
bctoolbox: 4.5.1 -> 4.5.7
2021-04-28 10:56:02 +00:00
Profpatsch
8e87d34abc kgt: init at 2021-04-07 2021-04-28 12:49:06 +02:00
regnat
4105c06bf3 Also make the bootstrap tools generation CA
(And fix an ofborg eval error btw)
2021-04-28 12:46:43 +02:00
R. RyanTM
377bda4b75 erlang: 23.3.1 -> 23.3.2 2021-04-28 18:19:46 +09:00
Kim Lindberger
3bed46e4b9
Merge pull request #114175 from eyJhb/php-phpdbg-disable
php: fixed not being able to disable phpdbgSupport
2021-04-28 10:46:47 +02:00
regnat
14f66d60a7 Make the bootsrap respect the contentAddressedByDefault setting
Patch every `derivation` call in the bootsrap process to add it a
conditional `__contentAddressed` parameter.

That way, passing `contentAddressedByDefault` means that the entire
build closure of a system can be content addressed
2021-04-28 10:25:49 +02:00
Emery Hemingway
5c5ec0bff6 maiko: init at 2021-04-14 2021-04-28 09:52:13 +02:00
markuskowa
75e9b83b38
Merge pull request #120919 from markuskowa/upd-openmpi
openmpi: 4.1.0 -> 4.1.1
2021-04-28 09:30:13 +02:00
Vincent Laporte
1437eee5bb coqPackages.paramcoq: enable for Coq 8.13 2021-04-28 09:18:42 +02:00
Fabian Affolter
f3820d580e
Merge pull request #120974 from r-ryantm/auto-update/bpytop
bpytop: 1.0.63 -> 1.0.64
2021-04-28 09:05:45 +02:00
Daniël de Kok
f9f094e690
Merge pull request #120588 from Atemu/ethminer-free
ethminer: provide a CUDA-free version
2021-04-28 08:58:16 +02:00
Pontus Stenetorp
dd88dcee62
julia: add README
Provides a few hopefully helpful pointers that would not work well as
inline comments in the expressions themselves. Most likely the README
will need to be expanded upon over time to cover how we handle the Julia
release process, but I hope this is a good starting point.
2021-04-28 06:55:53 +00:00
Pontus Stenetorp
5167e0347c
julia: sort arguments in top-level package collection
No change in semantics, but makes it consistent with the expressions.
This is a fairly pedantic thing to do to be honest.
2021-04-28 06:55:53 +00:00
Pontus Stenetorp
e633d97cb3
julia: remove julia_15 update script
Provides very little comfort compared what is outlined in the
manual [1], only supports a single version, and would probably be better
to implement as a general Nixpkg tool.

[1]: https://nixos.org/manual/nixpkgs/stable/#sec-source-hashes
2021-04-28 06:55:52 +00:00
Pontus Stenetorp
75a93dfecc
julia: move patches into separate directories
Makes the top-level directory organisation easier with an increasing
number of patches.
2021-04-28 06:55:52 +00:00
Pontus Stenetorp
5926635765
julia: remove redundant diagonal test patch
Fix merged upstream and backported to Julia 1.0.5:

    https://github.com/JuliaLang/julia/pull/31443
2021-04-28 06:55:52 +00:00
Pontus Stenetorp
4c97cf823f
julia: remove redundant Nix-specific mtime patch
As far as I can tell this patch is redundant as all pre-compiled code
generated at build time is baked into the Julia system image and will
thus never get invalidated: Note that for both julia_10 and julia_15
there are no `.ji` files produced in the derivations.
2021-04-28 06:55:52 +00:00
Pontus Stenetorp
d51713378b
julia: make the LTS release the default version
Reverts the non-syntax part of 1e4c335a94.
2021-04-28 06:55:52 +00:00
Pontus Stenetorp
a4f2b97a24
julia: enable parallel building
Erroneously disabled by 3ae5e6ce03 as it
mistook Julia for using CMake (it is used by some of the vendored
dependencies).
2021-04-28 06:55:51 +00:00
Pontus Stenetorp
0f3096d039
julia: deprecate julia_1 alias
This is potentially controversial, but it is unclear to me whether
julia_1 should refer to either the latest stable or LTS release of 1.x.
We may want to revisit this when/if we get 2.x, but as it stands the
Julia release process [1] makes it clear that there will only ever be a
single supported stable and LTS release at any given time which should
speak in favour of using the julia-stable and julia-lts aliases instead.

[1]: https://julialang.org/blog/2019/08/release-process/#long_term_support
2021-04-28 06:55:51 +00:00
Pontus Stenetorp
fc3c17c5ac
julia: introduce LTS and stable aliases
According to the Julia release process [1] there will only ever be two
supported release branches at any given time: stable and LTS. Once a new
version of either is released, support for the previous release will be
dropped upstream. Introducing aliases for these branches allows our
users to easily track either depending on their need for stability.

[1]: https://julialang.org/blog/2019/08/release-process/#long_term_support
2021-04-28 06:55:51 +00:00
Pontus Stenetorp
2632a33605
julia: clean up grammar for deprecated aliases 2021-04-28 06:55:51 +00:00
Pontus Stenetorp
a0b0f99458
julia: drop julia_13 as it lacks support upstream
Closes #82008.
2021-04-28 06:55:47 +00:00
Maciej Krüger
7f5bf274d1
Merge pull request #120981 from mkg20001/nginx-quic
nginxQuic: 47a43b011dec -> 12f18e0bca09
2021-04-28 08:54:22 +02:00
Fabian Affolter
b3efb61263
bpytop: remove unused input 2021-04-28 08:49:32 +02:00
Maciej Krüger
98b372b860
nginxQuic: 47a43b011dec -> 12f18e0bca09 2021-04-28 08:37:51 +02:00
sternenseemann
19916afe1d mldonkey: remove byte code support
nativeCompilers is only false in very rare cases (only on mips), so it's
really hard to test and maintain this code path. If someone else is able
to do that, they should readd this feature.
2021-04-28 08:06:41 +02:00
sternenseemann
88dbd594c8 mldonkey: 3.1.6 -> 3.1.7-2 2021-04-28 08:06:41 +02:00
Mateusz Kowalczyk
60ed2deee5 openblas: Allow setting DYNAMIC_ARCH 2021-04-28 14:40:23 +09:00
R. RyanTM
ab9c6c9529 eksctl: 0.41.0 -> 0.46.0 2021-04-28 05:29:41 +00:00
Arnout Engelen
e424c9118b seaweedfs: add version check passthru.tests
passthru.tests instead of installCheckPhase as recommended in
https://github.com/ryantm/nixpkgs-update/issues/260#issuecomment-821287971

Inspired by
https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/science/logic/key/default.nix#L54-L57

This is basically the extent of testing I usually do when an upgrade
is proposed, so this takes that manual step away.
2021-04-28 01:25:17 -04:00
R. RyanTM
347df4662c enlightenment.evisum: 0.5.11 -> 0.5.13 2021-04-28 05:21:15 +00:00
Vladyslav M
267761cf44
Merge pull request #120917 from a12l/update-pijul
pijul: 1.0.0-alpha.46 -> 1.0.0-alpha.48
2021-04-28 08:14:19 +03:00
R. RyanTM
c90bb6bbf1 aws-nuke: 2.14.0 -> 2.15.0 2021-04-28 01:10:43 -04:00
R. RyanTM
3516b56859 joker: 0.16.0 -> 0.17.1 2021-04-28 01:00:59 -04:00
Fabian Affolter
11c2459f17 ssl-cert-check: 3.31 -> 4.14 2021-04-28 00:54:23 -04:00
Pavol Rusnak
5965c9e368 ffmpeg-normalize: 1.19.0 -> 1.22.1 2021-04-28 00:52:47 -04:00