ZIm/nix
Julia Ryan 73ac3d9a99
nix: Fix LDFLAGS rpath (#26912)
By default stdenv strips all unused rpaths, but we use a few libraries
that are `dlopen`'d so we need to stop it from removing those. The
[`dontPatchELF`
flag](https://ryantm.github.io/nixpkgs/stdenv/stdenv/#var-stdenv-dontPatchELF)
disables that and makes the nix build work on wayland again.

Fix #26905
Close #26864

Release Notes:

- N/A
2025-03-18 17:04:27 -07:00
..
build.nix nix: Fix LDFLAGS rpath (#26912) 2025-03-18 17:04:27 -07:00
shell.nix nix: Allow auto-update in the devshell (#26911) 2025-03-17 04:49:56 -07:00