nixdrin
8ff6850f25
jetbrains: drop libstdc++.so.6 from LD_LIBRARY_PATH
...
Most of the libraries listed in the LD_LIBRARY_PATH for the Jetbrains
IDEs are loaded indirectly using JNA in Java code, e.g.
myLibNotify = Native.load("libnotify.so.4", LibNotify.class); [1]
private val library = Native.load("secret-1", SecretLibrary::class.java) [2]
In this case the typical patching mechanism with Nix does not work
because JNA does the library lookup at runtime with its own mechanism.
However, there is one outlier: stdenv.cc.cc.lib is also added to the
LD_LIBRARY_PATH for libstdc++.so.6 because it is reportedly needed
for some "internals". It does not make sense to access libstdc++
from Java code so it feels like this one was added to work around
some native library or executable that should be patched instead
of using LD_LIBRARY_PATH.
Unfortunately, having libstdc++ in LD_LIBRARY_PATH can also easily
cause ABI conflicts. This is because this variable is inherited into
terminals opened within the IDE. Using a Nix environment there with
different versions of libstdc++ easily causes errors such as
libstdc++.so.6: version `GLIBCXX_3.4.29' not found
Most of the IDEs work just fine without having libstdc++ in
LD_LIBRARY_PATH. Since it's not really clear why it has to be in
there let's just drop it to avoid the ABI conflicts.
[1]: c0a703267a/platform/platform-impl/src/com/intellij/ui/LibNotifyWrapper.java (L40)
[2]: c0a703267a/platform/credential-store/src/linuxSecretLibrary.kt (L38)
2023-10-08 17:15:47 +02:00
OTABI Tomoya
87828a0e03
Merge pull request #259302 from jbedo/delly
...
delly: 1.1.6 -> 1.1.7
2023-10-06 23:58:46 +09:00
Lin Jian
de26e61f7e
Merge pull request #258582 from returntoreality/gpsd-extra-args
...
nixos/gpsd: add extraArgs option
2023-10-06 22:54:51 +08:00
Bobby Rong
806415e367
Merge pull request #259382 from bobby285271/upd/xfce
...
Xfce updates 2023-10-06
2023-10-06 22:52:50 +08:00
Nick Cao
38865d8c01
Merge pull request #259286 from newAM/probe-rs-0.21.0
...
probe-rs: 0.20.0 -> 0.21.0
2023-10-06 10:48:16 -04:00
Nick Cao
b5f4e700ab
Merge pull request #259265 from r-ryantm/auto-update/mdbook-katex
...
mdbook-katex: 0.5.7 -> 0.5.8
2023-10-06 10:47:38 -04:00
Mario Rodas
e3d54cc7a2
lefthook: 1.4.8 -> 1.5.1
...
Diff: https://github.com/evilmartians/lefthook/compare/v1.4.8...v1.5.1
Changelog: https://github.com/evilmartians/lefthook/raw/v1.5.1/CHANGELOG.md
2023-10-06 11:45:31 -03:00
Nick Cao
2294d17a20
Merge pull request #259319 from r-ryantm/auto-update/automatic-timezoned
...
automatic-timezoned: 1.0.128 -> 1.0.129
2023-10-06 10:44:02 -04:00
Nick Cao
db2308bf7a
Merge pull request #259312 from r-ryantm/auto-update/sketchybar-app-font
...
sketchybar-app-font: 1.0.14 -> 1.0.16
2023-10-06 10:42:41 -04:00
Nick Cao
965699e326
Merge pull request #259360 from tomfitzhenry/phoc-test
...
phoc: add passthru.tests.phosh
2023-10-06 10:40:30 -04:00
Nick Cao
4fe2d5f8fc
Merge pull request #259370 from r-ryantm/auto-update/rust-analyzer-unwrapped
...
rust-analyzer-unwrapped: 2023-09-25 -> 2023-10-02
2023-10-06 10:38:47 -04:00
Nick Cao
9b0614cd4a
Merge pull request #259388 from fabaff/casbin-bump
...
python311Packages.casbin: 1.31.0 -> 1.31.2
2023-10-06 10:37:22 -04:00
Doron Behar
da3170117a
Merge pull request #255254 from doronbehar/pkg/python-xdot
...
python3.pkgs.xdot: 1.2 -> 1.3
2023-10-06 17:22:21 +03:00
Fabian Affolter
42bea74b9f
python311Packages.casbin: 1.31.0 -> 1.31.2
...
Diff: https://github.com/casbin/pycasbin/compare/refs/tags/v1.31.0...v1.31.2
Changelog: https://github.com/casbin/pycasbin/blob/v1.31.2/CHANGELOG.md
2023-10-06 16:16:33 +02:00
OTABI Tomoya
29491fcaed
Merge pull request #258154 from dotlambda/mistune-3.0.2
...
python310Packages.mistune: 3.0.1 -> 3.0.2
2023-10-06 23:15:21 +09:00
OTABI Tomoya
45be00cf19
Merge pull request #258140 from felschr/ldtk
...
ldtk: 1.4.0 -> 1.4.1
2023-10-06 23:11:15 +09:00
Mario Rodas
f6fc43b38d
Merge pull request #259334 from fabaff/gitignore-parser-bump
...
python311Packages.gitignore-parser: 0.1.8 -> 0.1.9
2023-10-06 09:03:15 -05:00
Mario Rodas
bd617f801f
Merge pull request #258748 from fabaff/google-cloud-datacatalog-bump
...
python311Packages.google-cloud-datacatalog: 3.15.2 -> 3.16.0
2023-10-06 09:02:26 -05:00
Mario Rodas
ca95b373cd
Merge pull request #257973 from vs49688/supersonic
...
supersonic: init at 0.5.2
Closes https://github.com/NixOS/nixpkgs/pull/252989
2023-10-06 09:00:41 -05:00
Mario Rodas
20f41f97a6
Merge pull request #257690 from trofi/inih-update
...
inih: 56 -> 57
2023-10-06 08:54:59 -05:00
Mario Rodas
7b6e907b80
Merge pull request #259143 from flyingcircusio/matomo-4.15.1
...
matomo: 4.14.2 -> 4.15.1, matomo-beta: 4.14.3-b6 -> 5.0.0-rc3
2023-10-06 08:52:28 -05:00
Mario Rodas
3ebb2e6665
Merge pull request #258809 from fwam/vencord
...
vencord: 1.5.3 -> 1.5.5
2023-10-06 08:50:31 -05:00
Mario Rodas
031ba4e16f
Merge pull request #259171 from r-ryantm/auto-update/moon
...
moon: 1.13.4 -> 1.14.3
2023-10-06 08:48:10 -05:00
Bobby Rong
c9e61619e2
xfce.xfce4-session: Backport xfce-portals.conf support
...
See the changes in x-d-p 1.17 for details.
2023-10-06 21:47:38 +08:00
Bobby Rong
0b31c97a00
xfce.thunar: Fix log spam with new GLib
...
https://gitlab.xfce.org/xfce/thunar/-/issues/1204
This is previously in 2.76.0 and is now back.
2023-10-06 21:47:38 +08:00
Bobby Rong
26189ecc33
xfce.xfce4-taskmanager: 1.5.5 -> 1.5.6
...
https://gitlab.xfce.org/apps/xfce4-taskmanager/-/compare/xfce4-taskmanager-1.5.5...xfce4-taskmanager-1.5.6
2023-10-06 21:47:38 +08:00
Mario Rodas
730328a321
Merge pull request #259221 from liff/gradle-7.6.3
...
gradle_7: 7.6.2 -> 7.6.3
2023-10-06 08:43:38 -05:00
Mario Rodas
3308cd19d4
Merge pull request #259211 from liff/gradle-8.4
...
gradle: 8.3 -> 8.4
2023-10-06 08:42:56 -05:00
Mario Rodas
27d35541c9
Merge pull request #259367 from kilianar/beancount-2.3.6
...
beancount: 2.3.5 -> 2.3.6
2023-10-06 08:37:37 -05:00
Julian Stecklina
e1ee359d16
gnome.gnome-session: fix session crash in gnome-boxes
...
Fixes https://github.com/NixOS/nixpkgs/issues/226355
2023-10-06 21:36:05 +08:00
Ryan Lahfa
1ce3c44f0a
Merge pull request #259365 from flokli/cudatoolkit-nix-2.3
2023-10-06 15:32:29 +02:00
Ryan Lahfa
c22f1c1cfa
Merge pull request #257828 from mbey-mw/nginx-tmpfiles-rules
2023-10-06 15:28:36 +02:00
R. Ryantm
4ea79a8e31
doomretro: 5.0.3 -> 5.0.4
2023-10-06 10:27:33 -03:00
Mario Rodas
d99bce3ee8
Merge pull request #259341 from Icy-Thought/ts-typst
...
tree-sitter-grammars: add typst
2023-10-06 08:14:40 -05:00
Mario Rodas
3bbc6d8851
Merge pull request #258755 from marsam/postgresql-pg_hint_plan-support-more-versions
...
postgresqlPackages.pg_hint_plan: support more PostgreSQL versions
2023-10-06 08:14:03 -05:00
Mario Rodas
76dc04b0ad
Merge pull request #259164 from marsam/update-terraform-ls
...
terraform-ls: 0.31.5 -> 0.32.0
2023-10-06 08:13:26 -05:00
Mario Rodas
9a6511868e
Merge pull request #259200 from katexochen/mkosi/18
...
mkosi: 17.1 -> 18
2023-10-06 08:12:45 -05:00
Mario Rodas
88da949672
Merge pull request #259308 from r-ryantm/auto-update/r2modman
...
r2modman: 3.1.43 -> 3.1.44
2023-10-06 08:12:15 -05:00
Mario Rodas
a287862fa5
Merge pull request #259313 from r-ryantm/auto-update/slirp4netns
...
slirp4netns: 1.2.1 -> 1.2.2
2023-10-06 08:11:53 -05:00
Mario Rodas
c4098f5d31
Merge pull request #259321 from r-ryantm/auto-update/sentry-cli
...
sentry-cli: 2.20.7 -> 2.21.1
2023-10-06 08:10:03 -05:00
Mario Rodas
6f49911104
Merge pull request #259328 from r-ryantm/auto-update/wakapi
...
wakapi: 2.8.1 -> 2.8.2
2023-10-06 08:09:45 -05:00
Mario Rodas
96d35bdda3
Merge pull request #259284 from r-ryantm/auto-update/jackett
...
jackett: 0.21.938 -> 0.21.969
2023-10-06 08:08:11 -05:00
OTABI Tomoya
bcfbc809d6
Merge pull request #258150 from r-ryantm/auto-update/renderdoc
...
renderdoc: 1.28 -> 1.29
2023-10-06 21:46:32 +09:00
OTABI Tomoya
622b51dbe4
Merge pull request #258142 from r-ryantm/auto-update/python310Packages.pony
...
python310Packages.pony: 0.7.16 -> 0.7.17
2023-10-06 21:44:33 +09:00
OTABI Tomoya
75a1be1193
Merge pull request #258147 from r-ryantm/auto-update/python310Packages.chiabip158
...
python310Packages.chiabip158: 1.2 -> 1.3
2023-10-06 21:42:08 +09:00
Lassulus
0682b8536d
Merge pull request #259358 from trofi/gzdoom-update
...
gzdoom: 4.10.0 -> 4.11.0
2023-10-06 14:39:28 +02:00
7c6f434c
418c727617
Merge pull request #259125 from mfrw/mfrw/btrfs-progs-6.5.2
...
btrfs-progs: 6.5.1 -> 6.5.2
2023-10-06 12:31:36 +00:00
R. Ryantm
69278aecde
rust-analyzer-unwrapped: 2023-09-25 -> 2023-10-02
2023-10-06 12:28:54 +00:00
Marek Beyer
ea1eb4ee0f
nixos/nginx: add systemd-tmpfiles exclusion of temporary directories
...
Directories used by nginx in the tmp path are only created upon startup and
must not be deleted while nginx is running.
2023-10-06 14:26:37 +02:00
Marek Beyer
040cf48d28
nixos/tests: add test for nginx temp directories removal
...
The default temp directories for nginx must not be removed by
systemd-tmpfiles-clean.service. This test lowers the age parameter for /tmp and
triggers a cleanup that would normally only occur after 10 days of nginx
inactivity. After that, the functionality of nginx that requires a temporary
directory is tested again.
2023-10-06 14:26:37 +02:00