Commit Graph

554680 Commits

Author SHA1 Message Date
Nick Cao
979c4dbd00
Merge pull request from cafkafk/cafk-fortune-kind-0.1.11
fortune-kind: 0.1.10 -> 0.1.11
2023-11-30 09:16:04 -05:00
Nick Cao
a02a4d9787
Merge pull request from cafkafk/cafk-eza-v0.16.2
eza: 0.16.1 -> 0.16.2
2023-11-30 09:15:51 -05:00
Nick Cao
19e27a0aef
Merge pull request from r-ryantm/auto-update/aardvark-dns
aardvark-dns: 1.8.0 -> 1.9.0
2023-11-30 09:14:46 -05:00
Nick Cao
ee67d62dfc
Merge pull request from colemickens/android-udev-rules-bump
android-udev-rules: 20231104 -> 20231124
2023-11-30 09:13:20 -05:00
Nick Cao
5d46c5a9fd
Merge pull request from jdx/patch-1
rtx: change username of repo owner
2023-11-30 09:12:43 -05:00
Nick Cao
ee6d7106b0
Merge pull request from NickCao/sing-box
sing-box: 1.6.7 -> 1.7.0
2023-11-30 09:11:25 -05:00
Martin Weinelt
cf2dc85f86
Merge pull request from mweinelt/firefox-120.0.1
firefox-unwrapped: 120.0 -> 120.0.1
2023-11-30 14:55:50 +01:00
Adam C. Stephens
be4d75c672
Merge pull request from techknowlogick/consul-bump
consul: 1.16.1 -> 1.16.3
2023-11-30 08:52:52 -05:00
José Romildo Malaquias
0f58b779ca
Merge pull request from h7x4/pkgs-update-super-tiny-icons
super-tiny-icons: unstable-2023-05-22 -> unstable-2023-11-06
2023-11-30 10:39:42 -03:00
Doron Behar
df20638983
Merge pull request from apraga/bio-bigfile-1.07
bio-bigfile: init 1.07
2023-11-30 13:39:01 +00:00
Doron Behar
609084a107
Merge pull request from figsoda/svg2pdf
svg2pdf: 0.9.0 -> 0.9.1
2023-11-30 13:35:53 +00:00
Maciej Krüger
bce155566a
Merge pull request from CertainLach/prusa-slicer-2.7.0 2023-11-30 14:12:32 +01:00
Matthieu Coudron
c808d957d0
Merge pull request from teto/add-neorg-meta
tree-sitter-grammars.tree-sitter-norg-meta: init
2023-11-30 13:50:11 +01:00
Martin Weinelt
d266f6f91b
firefox-unwrapped: 120.0 -> 120.0.1
https://www.mozilla.org/en-US/firefox/120.0.1/releasenotes/
2023-11-30 13:04:35 +01:00
Martin Weinelt
5b50058793
Merge pull request from yu-re-ka/mozilla-page-size
firefox: move page size patch to buildMozillaMach
2023-11-30 13:03:32 +01:00
Mario Rodas
f62a39f2a0
Merge pull request from marsam/update-git-absorb
git-absorb: 0.6.10 -> 0.6.11
2023-11-30 06:50:20 -05:00
Alyssa Ross
4739e28eb1 fts: set to musl-fts on musl
NetBSD fts wasn't really designed to be used in this way, and it can
produce some strange errors — e.g. I sometimes see duplicate symbols
when musl and libnbcompat define the same symbol.

More packages used musl-fts directly than the fts package anyway,
which can now be changed to use the generic fts.

Unlike netbsd.fts, musl-fts doesn't have a setup hook, so we have to
tell packages that don't know about it to link against libfts.  We
could decide to copy netbsd.fts's setup hook later if we want to.
2023-11-30 11:58:21 +01:00
Alyssa Ross
0d44b5b773 pkgsStatic.stdenv: fix custom CMake LINKER_LANGUAGE
If a CMake target has a non-default LINKER_LANGUAGE set, CMake will
manually add the libraries it has detected that language's compiler as
linking implicitly.  When it does this, it'll pass -Bstatic and
-Bdynamic options based on the vibes it gets from each such detected
library.  This in itself isn't a problem, because the compiler
toolchain, or our wrapper, or something, seems to be smart enough to
ignore -Bdynamic for those libraries.  But it does create a problem if
the compiler adds extra libraries to the linker command line after
that final -Bdynamic, because those will be linked dynamically.  Since
our compiler is static by default, CMake should reset to -Bstatic
after it's done manually specifying libraries, but CMake didn't
actually know that our compiler is static by default.  The fix for
that is to tell it, like so.

Until recently, this problem was difficult to notice, because it would
result binaries that worked, but that were dynamically linked.  Since
e08ce498f0 ("cc-wrapper: Account for NIX_LDFLAGS and NIX_CFLAGS_LINK
in linkType"), though, -Wl,-dynamic-linker is no longer mistakenly
passed for executables that are supposed to be static, so they end up
created with a /lib interpreter path, and so don't run at all on
NixOS.

This fixes pkgsStatic.graphite2.
2023-11-30 10:46:44 +00:00
Gerg-L
4552f3aa25
direnv: 2.32.3 -> 2.33.0 () 2023-11-30 11:29:48 +01:00
Pierre Bourdon
f5c27c6136
Merge pull request from lourkeur/chia-drop
chia: drop
2023-11-30 10:21:56 +01:00
OTABI Tomoya
3f84b6a6e4
Merge pull request from emilytrau/importlab-darwin
python3Packages.importlab: fix darwin support
2023-11-30 18:08:04 +09:00
OTABI Tomoya
687dc6e342
Merge pull request from r-ryantm/auto-update/python311Packages.pynamodb
python311Packages.pynamodb: 5.5.0 -> 5.5.1
2023-11-30 17:59:12 +09:00
OTABI Tomoya
7806451991
Merge pull request from imincik/rasterio-gdal-3.8.0-patches
python3Packages.rasterio: add patches to build with GDAL 3.8.0
2023-11-30 17:58:26 +09:00
Randy Eckenrode
34da65ba2a gcc6: don’t link libstdc++ to CoreFoundation
Using flat namespaces causes libstdc++ to link CoreFoundation, but
that fails after . Since CoreFoundation is not actually needed,
disable flat namespaces to avoid linking it unnecessarily.

Disabling flat namespaces matches the behavior of newer versions of
libstdc++ (GCC 7+) when building for newer Darwin hosts (10.5+).
2023-11-30 08:53:50 +00:00
Vincent Laporte
0881edb66a coqPackages.{hydra-battles,gaia-hydras}: 0.6 → 0.9 2023-11-30 09:40:04 +01:00
Vincent Laporte
3687843675 coqPackages.gaia: 1.15 → 1.17 2023-11-30 09:40:04 +01:00
Arnout Engelen
0f305eab01
Merge pull request from Samuel-Martineau/fix/pastebinit
pastebinit: change upstream to maintained fork, add tests, and manpage
2023-11-30 09:23:49 +01:00
0x4A6F
d2f86d9e2d
Merge pull request from r-ryantm/auto-update/dasel
dasel: 2.4.1 -> 2.5.0
2023-11-30 09:07:37 +01:00
Fabian Affolter
9db033c6d7
Merge pull request from fabaff/aws-sam-translator-bump
python311Packages.aws-sam-translator: 1.78.0 -> 1.81.0
2023-11-30 09:07:05 +01:00
Fabian Affolter
b410b4c680
Merge pull request from fabaff/azure-identity-bump
python311Packages.azure-identity: 1.14.0 -> 1.15.0
2023-11-30 09:01:02 +01:00
OTABI Tomoya
b4a01cdf31
Merge pull request from natsukium/anthropic/update
python311Packages.anthropic: 0.5.0 -> 0.7.4
2023-11-30 16:59:07 +09:00
Fabian Affolter
0fe3e11ad0
Merge pull request from fabaff/nitrokey-app-refactor
nitrokey-app: refactor
2023-11-30 08:58:54 +01:00
Fabian Affolter
56fe90269c
Merge pull request from fabaff/bc-jsonpath-ng-bump
python311Packages.bc-jsonpath-ng: 1.5.9 -> 1.6.1
2023-11-30 08:58:21 +01:00
Fabian Affolter
cfa58ed44c
Merge pull request from r-ryantm/auto-update/python311Packages.peft
python311Packages.peft: 0.6.0 -> 0.6.2
2023-11-30 08:50:41 +01:00
Mario Rodas
8111337540
Merge pull request from Gerg-L/spicetify
spicetify-cli: 2.27.1 -> 2.27.2
2023-11-30 02:32:53 -05:00
Mario Rodas
2c69a23d8e
Merge pull request from DeeUnderscore/update/streamlink-6.4.2
streamlink: 6.4.1 -> 6.4.2
2023-11-30 02:32:16 -05:00
Mario Rodas
5a5996716f
Merge pull request from kashw2/syft
syft: 0.97.1 -> 0.98.0
2023-11-30 02:31:34 -05:00
Mario Rodas
c462586977
Merge pull request from marsam/update-lean4
lean4: 4.2.0 -> 4.3.0
2023-11-30 02:30:54 -05:00
Fabian Affolter
644d9732b1
Merge pull request from fabaff/aiorecollect-bump
python311Packages.aiorecollect: 2023.09.0 -> 2023.11.0
2023-11-30 08:28:22 +01:00
OTABI Tomoya
3f94a03a8c
Merge pull request from r-ryantm/auto-update/python310Packages.clarifai-grpc
python310Packages.clarifai-grpc: 9.10.5 -> 9.10.6
2023-11-30 16:28:03 +09:00
Fabian Affolter
afc4429dfd
Merge pull request from fabaff/zamg-bump
python311Packages.zamg: 0.3.1 -> 0.3.3
2023-11-30 08:27:28 +01:00
Fabian Affolter
eebb408048
Merge pull request from fabaff/pyopenuv-bump
python311Packages.pyopenuv: 2023.08.0 -> 2023.11.0
2023-11-30 08:27:16 +01:00
Fabian Affolter
f02896c80f
Merge pull request from fabaff/checkov-bump
checkov: 3.1.18 -> 3.1.19
2023-11-30 08:27:06 +01:00
Fabian Affolter
1841cac474
Merge pull request from fabaff/pyairvisual-bump
python311Packages.pyairvisual: 2023.08.0 -> 2023.11.0
2023-11-30 08:26:13 +01:00
OTABI Tomoya
e45c9c6a1d
Merge pull request from r-ryantm/auto-update/python311Packages.optimum
python311Packages.optimum: 1.14.0 -> 1.14.1
2023-11-30 16:24:09 +09:00
Ameer Taweel
54a8f13f93 avr-sim: init at 2.8 2023-11-30 08:19:36 +01:00
Robert Schütz
c05d8bb3a0
Merge pull request from dotlambda/keyrings-google-artifactregistry-auth-1.1.2
python311Packages.keyrings-google-artifactregistry-auth: 1.1.1 -> 1.1.2
2023-11-29 22:55:20 -08:00
Robert Schütz
7a36c932f8
Merge pull request from dotlambda/keyrings-passwordstore-broken
python311Packages.keyrings-passwordstore: mark broken
2023-11-29 22:54:18 -08:00
emilylange
9b58faad99 nixosTests.jitsi-meet: test cfg.caddy.enable 2023-11-30 06:13:38 +00:00
emilylange
9a821ebe0f nixos/jitsi-meet: fix cfg.caddy.enable
This fixes the following error:

```
error: failed processing files:
        FailedJobs(
        "static/404.html": Permission denied (os error 13) at path "/build/static/.tmpRMzDXu"
)
```
2023-11-30 06:13:38 +00:00