Commit Graph

445631 Commits

Author SHA1 Message Date
Sergei Trofimovich
b9b1d958d0 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/libraries/qt-6/modules/qtbase.nix
	pkgs/stdenv/linux/make-bootstrap-tools.nix
2023-01-20 21:56:57 +00:00
Martin Weinelt
eac989c0a2 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-20 21:30:02 +00:00
Alyssa Ross
c7475c80e1 libtheora: don't build examples
Original motivation for this was that they use ftime(3), an obsolete
function that caused the build to fail for NetBSD, but I think we
should just disable them everywhere, because it's unlikely people need
the compiled examples to be installed on their system.

I did a search for the only useful-sounding example, png2theora, on
<https://codesearch.debian.net/>, and the only use I found of it was
blktrace, which can use either png2theora or ffmpeg.  Our own blktrace
package doesn't depend on libtheora anyway.

OpenSUSE and Void Linux both also disable the examples.
2023-01-20 20:51:48 +00:00
Alyssa Ross
fb95bbd0b9
fossil: fix cross
Co-authored-by: Artturi <Artturin@artturin.com>
2023-01-20 20:50:58 +00:00
zowoq
204168e060 nix-eval-jobs: pin to nix_2_12 2023-01-21 06:44:18 +10:00
zowoq
37a44ff3a0 nixos/nix-fallback-paths: 2.12.0 -> 2.13.1 2023-01-21 06:44:18 +10:00
zowoq
956bc25a80 nixVersions.stable: 2.12 -> 2.13 2023-01-21 06:44:18 +10:00
zowoq
3cec8c7fd5 nixVersions.nix_2_13: init at 2.13.1
https://github.com/NixOS/nix/releases/tag/2.13.0
https://github.com/NixOS/nix/releases/tag/2.13.1
2023-01-21 06:44:18 +10:00
Anderson Torres
2b175a1e0f
Merge pull request #211656 from r-ryantm/auto-update/fvwm3
fvwm3: 1.0.5 -> 1.0.6a
2023-01-20 17:41:23 -03:00
Anderson Torres
f043916573
Merge pull request #211791 from athre0z/zydis-split-zycore
zydis: split zycore into separate derivation
2023-01-20 17:39:32 -03:00
figsoda
0a454a3068
Merge pull request #211790 from newAM/cargo-spellcheck-0.12.3
cargo-spellcheck: 0.12.2 -> 0.12.3
2023-01-20 15:29:24 -05:00
R. Ryantm
c4961615c7 erlang: 24.3.4.7 -> 24.3.4.8 2023-01-20 15:03:17 -05:00
Sandro
906cded732
Merge pull request #210474 from linsui/i2p
i2p: 1.9.0 -> 2.1.0
2023-01-20 19:07:53 +01:00
github-actions[bot]
29327d1e59
Merge master into staging-next 2023-01-20 18:01:36 +00:00
Fabian Affolter
cfb43ad7b9
Merge pull request #211621 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.57.0 -> 2.58.0
2023-01-20 18:44:10 +01:00
Joel Höner
08fc58fc60 zydis: add athre0z as a maintainer 2023-01-20 18:37:56 +01:00
Joel Höner
5ce55991d5 zydis: split zycore into separate derivation
This commit splits the Zycore dependency that was previously pulled
in via `fetchSubmodules` into a separate derivation. The package
previously didn't install the Zycore headers and CMake configs, making
it impossible to actually compile any code that uses Zydis because Zydis
includes Zycore headers.
2023-01-20 18:37:56 +01:00
Alyssa Ross
4ed0e1a743 gcc: use as(1) from binutils with LLVM bintools
LLVM does not provide a drop-in replacement for as(1).

This makes it possible to build a GNU Fortran cross compiler from GNU
to LLVM — e.g. buildPackages.gfortran for
{ system = "aarch64-linux"; useLLVM = true; }
2023-01-20 18:35:25 +01:00
Alyssa Ross
f5e63a0e9e bintools: add isGNU and isLLVM attributes 2023-01-20 18:35:25 +01:00
Michele Guerini Rocco
10222e1e37
Merge pull request #211295 from rnhmjoj/pr-nixos-install
nixos-install: remove root requirement for bind mount
2023-01-20 18:34:38 +01:00
7c6f434c
fdee566be9
Merge pull request #211780 from bouk/bouk/openmvs
openmvs: init at 2.1.0
2023-01-20 17:22:55 +00:00
Yureka
e72146804a
pkgsMusl.go: bootstrap with gccgo (#207681) 2023-01-20 18:04:58 +01:00
Maximilian Bosch
33b9e537c7
Merge pull request #211694 from techknowlogick/gitea-1182
gitea: 1.18.1 -> 1.18.2
2023-01-20 18:04:24 +01:00
Fabian Affolter
803b5ff95a
Merge pull request #211756 from fabaff/odp-amsterdam-bump
python310Packages.odp-amsterdam: 5.0.0 -> 5.0.1
2023-01-20 17:16:46 +01:00
Alex Martens
d5d188d9e6 cargo-spellcheck: 0.12.2 -> 0.12.3 2023-01-20 07:55:25 -08:00
Michele Guerini Rocco
bbbcb362e8
Merge pull request #211779 from rnhmjoj/pr-pdns
pdns-recursor: 4.8.0 -> 4.8.1
2023-01-20 16:24:56 +01:00
Bouke van der Bijl
b3dead4ffb openmvs: init at 2.1.0 2023-01-20 15:50:59 +01:00
rnhmjoj
aa7d5394a8
pdns-recursor: 4.8.0 -> 4.8.1 2023-01-20 15:48:51 +01:00
Mario Rodas
b799bb34ee
Merge pull request #208410 from r-ryantm/auto-update/cargo-watch
cargo-watch: 8.1.2 -> 8.3.0
2023-01-20 09:33:25 -05:00
ajs124
391ae899de
Merge pull request #205481 from SFrijters/authy-2.2.2
authy: 2.2.1 -> 2.2.2
2023-01-20 15:18:52 +01:00
Sandro
9424ce8b06
Merge pull request #211734 from r-ryantm/auto-update/adguardhome 2023-01-20 15:09:42 +01:00
ajs124
7955ff05f1
Merge pull request #211031 from r-ryantm/auto-update/unpoller
unpoller: 2.4.1 -> 2.7.10
2023-01-20 14:59:30 +01:00
ajs124
02256184b9
Merge pull request #198166 from helsinki-systems/upd/open-iscsi
openiscsi: 2.1.7 -> 2.1.8
2023-01-20 14:53:12 +01:00
Yaya
de640e137a
gitlab-runner: 15.7.2 -> 15.8.0 (#211591)
https://gitlab.com/gitlab-org/gitlab-runner/blob/v15.8.0/CHANGELOG.md
2023-01-20 14:33:04 +01:00
Yureka
7a05f9de7d
gccgo: wrap go binary (#207670) 2023-01-20 14:31:54 +01:00
Sandro
41d4ae90d3
Merge pull request #211539 from r-ryantm/auto-update/python310Packages.libcloud 2023-01-20 14:14:05 +01:00
Sandro
6e44c2f0d7
Merge pull request #211555 from fgaz/pikchr/2022-12-07 2023-01-20 14:13:21 +01:00
Sandro
92d020a22f
Merge pull request #211566 from r-ryantm/auto-update/python310Packages.moderngl-window 2023-01-20 14:13:05 +01:00
Sandro
f63a6e735b
Merge pull request #211572 from bouk/bouk/update-vcg 2023-01-20 14:12:52 +01:00
Franz Pletz
750788e804
Merge pull request #211194 from fpletz/pkgs/libvirt-9.0.0 2023-01-20 14:11:57 +01:00
Sandro
2305457d52
Merge pull request #210506 from uninsane/pr/whalebird-4.7.4 2023-01-20 14:11:49 +01:00
Sandro
7c4f88c663
Merge pull request #211568 from Luflosi/update/raspberrypi-eeprom 2023-01-20 14:11:24 +01:00
Sandro
10e4b55fdb
Merge pull request #211590 from firefly-cpp/tcxreader-044 2023-01-20 14:10:39 +01:00
Sandro
c4a033c181
Merge pull request #211582 from r-ryantm/auto-update/python310Packages.pulumi-aws 2023-01-20 14:10:06 +01:00
Sandro
849fc2c5d5
Merge pull request #211595 from r-ryantm/auto-update/python310Packages.textual 2023-01-20 14:08:04 +01:00
Sandro
5981e235f0
Merge pull request #198594 from r-ryantm/auto-update/python310Packages.oci 2023-01-20 14:07:48 +01:00
Sandro
b97b214900
Merge pull request #211605 from SFrijters/xmldiff-2.5 2023-01-20 14:04:12 +01:00
Sandro
9c1d7ee97a
Merge pull request #210544 from wegank/poedit-bump 2023-01-20 14:00:48 +01:00
Sandro
f079b56b24
Merge pull request #203102 from r-ryantm/auto-update/python310Packages.docplex 2023-01-20 14:00:16 +01:00
Sandro
d12f8d563b
Merge pull request #208804 from justinas/teleport-11 2023-01-20 13:54:49 +01:00