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 ( #271059 )
2023-11-30 11:29:48 +01:00
Pierre Bourdon
f5c27c6136
Merge pull request #270254 from lourkeur/chia-drop
...
chia: drop
2023-11-30 10:21:56 +01:00
OTABI Tomoya
3f84b6a6e4
Merge pull request #270826 from emilytrau/importlab-darwin
...
python3Packages.importlab: fix darwin support
2023-11-30 18:08:04 +09:00
OTABI Tomoya
687dc6e342
Merge pull request #270942 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 #270966 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 #265102 . 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 #270974 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 #271005 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 #270098 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 #268667 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 #270055 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 #270097 from fabaff/nitrokey-app-refactor
...
nitrokey-app: refactor
2023-11-30 08:58:54 +01:00
Fabian Affolter
56fe90269c
Merge pull request #270880 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 #271062 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 #271058 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 #271053 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 #271065 from kashw2/syft
...
syft: 0.97.1 -> 0.98.0
2023-11-30 02:31:34 -05:00
Mario Rodas
c462586977
Merge pull request #271084 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 #271046 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 #270571 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 #271045 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 #271044 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 #271022 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 #271047 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 #271055 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 #271017 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 #271011 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
R. Ryantm
6c4556515f
conserve: 23.9.0 -> 23.11.0
2023-11-30 06:09:56 +00:00
Weijia Wang
12bfe1a0ac
Merge pull request #271006 from buckley310/2023-11-29-brave
...
brave: 1.60.118 -> 1.60.125
2023-11-30 06:20:53 +01:00
Weijia Wang
ecf59bcad4
Merge pull request #270131 from a-n-n-a-l-e-e/libLAS-fix
...
libLAS: apply upstream patch to fix compile error
2023-11-30 06:17:48 +01:00
Weijia Wang
5368609139
Merge pull request #271088 from azuwis/zsh-fzf-tab
...
zsh-fzf-tab: fix build with clang 16
2023-11-30 06:13:45 +01:00
Pol Dellaiera
db77de4933
Merge pull request #271040 from drupol/vscode-extensions/devsense/bump
...
vscode-extensions.devsense.*: bump
2023-11-30 05:45:20 +01:00
Vincent Laporte
556712bb7c
acgtk: 1.5.4 → 2.0.0
2023-11-30 05:37:04 +01:00
Vincent Laporte
147eabb0f4
ocamlPackages.readline: init at 0.1
2023-11-30 05:37:04 +01:00
Mario Rodas
9d5b3caa27
Merge pull request #270910 from marsam/update-timescaledb
...
postgresqlPackages.timescaledb: 2.12.2 -> 2.13.0
2023-11-29 23:33:58 -05:00
Mario Rodas
f51bb2a934
Merge pull request #267566 from marsam/update-racket
...
racket: 8.10 -> 8.11
2023-11-29 23:31:51 -05:00
Weijia Wang
3808ba768f
Merge pull request #261166 from martinetd/anki-sync-server
...
anki-sync-server: init at 2.1.66
2023-11-30 05:13:41 +01:00
Dominique Martinet
c305510073
anki-sync-server: init at 2.1.66
...
anki-sync-server will be used in new ankisyncd module.
anki itself was slightly modified to add its cargoLock as passthru so we
can use it for anki-sync-server as it's built from the same sources.
Link: https://github.com/NixOS/nixpkgs/pull/257692
Co-authored-by: Pavel Sobolev <paveloom@riseup.net>
Co-authored-by: h7x4 <h7x4@nani.wtf>
2023-11-30 05:06:49 +01:00
Weijia Wang
e94cea6132
Merge pull request #269486 from bjornfor/update-ddclient
...
ddclient: 3.11.1 -> 3.11.2
2023-11-30 04:42:26 +01:00
Weijia Wang
c70f881f3a
Merge pull request #269857 from chvp/upd/uni
...
uni: 2.5.1 -> 2.6.0
2023-11-30 04:41:22 +01:00
Weijia Wang
9d16fd3178
Merge pull request #269663 from Aleksanaa/valent
...
valent: unstable-2023-08-26 -> unstable-2023-11-11
2023-11-30 04:36:30 +01:00
Weijia Wang
d83964ec56
Merge pull request #269679 from vifino/syslogng-4.5.0
...
syslogng: 4.4.0 -> 4.5.0
2023-11-30 04:35:56 +01:00
Weijia Wang
c03e3716fc
Merge pull request #269695 from xfix/skytemple-1.6.0
...
skytemple: 1.5.5 -> 1.6.0
2023-11-30 04:32:51 +01:00
Miguel de la Cruz
46f83cdd85
mmctl: 7.10.5 -> 9.2.2 ( #269709 )
2023-11-30 04:30:28 +01:00