1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

286541 commits

Author SHA1 Message Date
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 752f7a0e83 filezilla: 3.53.0 -> 3.53.1 2021-04-28 10:43:04 +00:00
Enno Richter e6ce32f743 xdg-desktop-portal-wlr: 0.2.0 -> 0.3.0 2021-04-28 11:21:23 +02:00
R. RyanTM 377bda4b75 erlang: 23.3.1 -> 23.3.2 2021-04-28 18:19:46 +09:00
Andrey Kuznetsov 9b2ec3bc72
ffsend: fix build on darwin 2021-04-28 12:10:43 +03:00
Luflosi 47f4780fc3
kitty: 0.19.3 -> 0.20.2
https://github.com/kovidgoyal/kitty/releases/tag/v0.20.2
2021-04-28 10:47:58 +02:00
Luflosi 4d098d6b39
kitty: clarify license 2021-04-28 10:47:57 +02:00
Luflosi 2751cdfe09
kitty: remove unused variable 2021-04-28 10:47:56 +02: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
Peter Simons 4ee54f160b hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
bbe9c77121.
2021-04-28 10:17:14 +02:00
Peter Simons 7313fac88d Stackage Nightly 2021-04-28 2021-04-28 10:16:51 +02:00
Peter Simons 84a522635f Merge origin/master into haskell-updates. 2021-04-28 10:16:26 +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
R. RyanTM f669f72a56 cdogs-sdl: 0.11.0 -> 0.11.1 2021-04-28 04:57:32 +00: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
Pavol Rusnak a4b2de8382 python3Packages.ffmpeg-progress-yield: init at 0.0.4 2021-04-28 00:52:47 -04:00
R. RyanTM 360bf6eb36 flyctl: 0.0.210 -> 0.0.211 2021-04-28 00:22:57 -04:00
John Ericson 3f3f8316d3
Merge pull request #118313 from sternenseemann/static-llvm-stdenvs
pkgsStatic: apply stdenvAdapters to all llvm stdenvs
2021-04-28 00:22:24 -04:00