Commit Graph

556990 Commits

Author SHA1 Message Date
Adam Joseph
e2b669a137 blueprint: disable tests (time out) 2023-12-07 09:11:37 +00:00
Adam Joseph
6de0b4ce3f gn: apply disable-warnings-if-gcc13 2023-12-07 09:11:37 +00:00
Adam Joseph
01daef2253 pybind: disable-warnings-if-gcc13 2023-12-07 09:11:37 +00:00
Adam Joseph
8df1400e1d libgcc: pass --disable-plugins
This is needed for gcc13 on many platforms due to errors like:

```
checking for library containing dlopen... (cached) none required
checking for -fPIC -shared... yes
configure: error:
   Building GCC with plugin support requires a host that supports
   -fPIC, -shared, -ldl and -rdynamic.
```
2023-12-07 09:11:37 +00:00
Adam Joseph
929e6d3620 nixVersions: disable-warnings-if-gcc13 2023-12-07 09:11:37 +00:00
Adam Joseph
6f948e9290 tesseract: disable-warnings-if-gcc13 2023-12-07 09:11:37 +00:00
Adam Joseph
71301132cb claws-mail: disable-warnings-if-gcc13 2023-12-07 09:11:37 +00:00
Adam Joseph
c8cadde699 btop: disable-warnings-if-gcc13 2023-12-07 09:11:37 +00:00
Adam Joseph
211e2cc036 efivar: disable-warnings-if-gcc13 2023-12-07 09:11:37 +00:00
Adam Joseph
08c69babcc pycrypto: disable-warnings-if-gcc13 2023-12-07 09:11:37 +00:00
Adam Joseph
2abb06f012 disable-warnings-if-gcc13: init 2023-12-07 09:11:37 +00:00
Dmitry Bogatov
6201454d95 python3.pkgs.jinja2: build offline documentation in separate derivation
That works around all complicated issues with infinite recursion.
2023-12-07 05:38:43 +00:00
Rick van Schijndel
de97011ef5
Merge pull request #271316 from amjoseph-nixpkgs/pr/libgcrypt/parallel
libgcrypt: set enableParallel{Building,Checking}=true
2023-12-06 22:19:22 +01:00
Rick van Schijndel
f073095d7a
Merge pull request #266254 from amjoseph-nixpkgs/pr/jbig2dec/fixcross
jbig2dec: fix cross
2023-12-06 22:10:00 +01:00
maxine
5860ebf1d0
Merge pull request #271893 from trofi/gjs-update
gjs: 1.78.0 -> 1.78.1
2023-12-06 18:00:43 +01:00
Martin Weinelt
570af7d909
Merge pull request #263446 from emilylange/stdenv-xz-multithread
stdenv: enable multithreading for `xz` decompression
2023-12-06 15:41:01 +01:00
Alyssa Ross
6e34087a32 tuna: patchPhase -> postPatch
Using patchPhase prevents adding patches, e.g. in an overlay.
2023-12-05 21:19:01 +01:00
Alyssa Ross
fb4a93a913 treewide: fetchgit -> fetchzip (git.kernel.org)
fetchzip is more efficient, because it doesn't do a full git clone, so
it should be preferred where possible.

Where hashes have not been changed, I have verified that they don't
need to be.  Where hashes have changed, in all cases this is because
of .gitattributes files that exclude certain files from the tarball,
and in these cases I have verified that the packages still build.

sbsigntool still uses fetchgit because it has a submodule, and ell and
iwd still use fetchgit because git.kernel.org does not provide
snapshot links for them.  Apparently this is intentional.
2023-12-05 21:19:01 +01:00
Alyssa Ross
660b0bd012 fsverity-utils: update repo url
Link: https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git/commit/?id=6866e7ef59cf64eb2befebce8fc8344d1cba070c
2023-12-05 21:19:01 +01:00
Madoura
93ebe44ac3 rocmPackages_5: pin stdenv to GCC 12
Try reverting this on a future ROCm release.

Addresses: https://github.com/NixOS/nixpkgs/issues/271943
2023-12-05 20:15:30 +00:00
github-actions[bot]
66e212555d
Merge staging-next into staging 2023-12-05 18:01:32 +00:00
github-actions[bot]
9497a77fed
Merge master into staging-next 2023-12-05 18:00:57 +00:00
Robert Hensing
4c37153a2c
Merge pull request #271241 from pbsds/finalattrs-docheck
treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
2023-12-05 18:59:02 +01:00
Patryk Kwiatek
b3caa5f50a
ferretdb: 1.15.0 -> 1.16.0 (#272254) 2023-12-05 18:23:31 +01:00
Thiago Kenji Okada
bed09b735f
Merge pull request #226923 from Drakonis/prometheus/agent-mode
nixos/prometheus: add `enableAgentMode` option
2023-12-05 17:17:37 +00:00
Peder Bergebakken Sundt
7cb7b7f98d
Merge pull request #266635 from katexochen/dnf4-init
dnf4: init at 4.18.1
2023-12-05 17:55:57 +01:00
Peder Bergebakken Sundt
fae7198d73
Merge pull request #270468 from pbsds/spadelang
spade: init at 0.5.0
2023-12-05 17:30:51 +01:00
Artturi
4b21d11c50
Merge pull request #272226 from rollf/fix-corretto-meta.position 2023-12-05 18:05:19 +02:00
Weijia Wang
7a5f0e9467 clp: unbreak on aarch64-linux 2023-12-05 16:54:45 +01:00
Fabian Affolter
70475eb9dd
Merge pull request #272188 from r-ryantm/auto-update/python310Packages.pytapo
python310Packages.pytapo: 3.3.16 -> 3.3.18
2023-12-05 16:41:30 +01:00
Pol Dellaiera
acc1798527
Merge pull request #272282 from NixOS/fix-CODEOWNERS-file
CODEOWNERS: fix errors
2023-12-05 16:31:56 +01:00
Fabian Affolter
b7c67e49a0
Merge pull request #272237 from fabaff/stim-fix
python311Packages.stim: 1.9.0 -> 1.12.1
2023-12-05 16:31:40 +01:00
Pol Dellaiera
17a63a0abc
Merge pull request #271678 from shyim/frankenphp-darwin-support
frankenphp: add darwin support
2023-12-05 16:31:30 +01:00
Alejandro Sánchez Medina
f10cab3241
Merge pull request #271343 from tweag/release-notes-stable
Use stable Nixpkgs URLs in release notes
2023-12-05 10:28:53 -05:00
Pol Dellaiera
913e939769
CODEOWNERS: fix errors 2023-12-05 16:18:02 +01:00
Soner Sayakci
64a56afce4
frankenphp: add shyim as maintainer 2023-12-05 16:14:03 +01:00
Dmitry Kalinkin
dd73443815
Merge pull request #272166 from veprbl/pr/mesa_darwin_fix
mesa: unbreak on darwin
2023-12-05 10:09:35 -05:00
Nick Cao
62ccfa22b8
Merge pull request #272265 from panicgh/open62541
open62541: 1.3.8 -> 1.3.9
2023-12-05 10:06:44 -05:00
Dmitry Kalinkin
7a53b73747
Merge pull request #272191 from NixOS/pr/awkward_darwin_unbreak
python311Packages.awkward: unbreak on darwin
2023-12-05 10:06:17 -05:00
Nick Cao
ad838e0bf0
Merge pull request #272249 from fabaff/twilio-bump
python311Packages.twilio: 8.10.2 -> 8.10.3
2023-12-05 10:03:51 -05:00
Sandro
d011c93f7d
nixos/hound: adopt, rework, cleanup (#268983)
- add me as maintainer
- remove hardcoded user id
- validate syntax of config file
- remove superfluous option extraGroups
- use mkPackageOptionMD
2023-12-05 15:59:26 +01:00
Nick Cao
f918ac9dcd
Merge pull request #272245 from r-ryantm/auto-update/simdutf
simdutf: 4.0.5 -> 4.0.8
2023-12-05 09:51:03 -05:00
Nick Cao
8a61a2348d
Merge pull request #272246 from r-ryantm/auto-update/sqlmap
sqlmap: 1.7.11 -> 1.7.12
2023-12-05 09:50:01 -05:00
Nick Cao
3f969f651c
Merge pull request #272212 from Icy-Thought/upscayl
upscayl: 2.9.4 -> 2.9.5
2023-12-05 09:43:24 -05:00
Nick Cao
f8c71a1ced
Merge pull request #272214 from r-ryantm/auto-update/libglibutil
libglibutil: 1.0.74 -> 1.0.75
2023-12-05 09:42:17 -05:00
Nick Cao
ec063e5af6
Merge pull request #272229 from r-ryantm/auto-update/magic-wormhole-rs
magic-wormhole-rs: 0.6.0 -> 0.6.1
2023-12-05 09:37:47 -05:00
Nick Cao
2218f347e1
Merge pull request #272238 from r-ryantm/auto-update/packer
packer: 1.9.4 -> 1.9.5
2023-12-05 09:35:54 -05:00
Nick Cao
68fe03e5cf
Merge pull request #272182 from r-ryantm/auto-update/python310Packages.pyorthanc
python310Packages.pyorthanc: 1.13.1 -> 1.15.0
2023-12-05 09:32:29 -05:00
Nick Cao
4ff092acaa
Merge pull request #272135 from r-ryantm/auto-update/python310Packages.pydal
python310Packages.pydal: 20230521.1 -> 20231114.3
2023-12-05 09:26:26 -05:00
Nick Cao
b4a76ab3cf
Merge pull request #272126 from shanesveller/shanesveller/logseq-0.10.0
logseq: 0.9.20 -> 0.10.0
2023-12-05 09:24:44 -05:00