We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529aeff commit 537a23fCopy full SHA for 537a23f
flake.nix
@@ -32,17 +32,6 @@
32
pkgs.gh
33
pkgs.jujutsu
34
];
35
- # The nix CC wrapper adds RPATH only for directly-linked libraries.
36
- # Transitive deps (needed by GHC's RTS at runtime) require
37
- # LD_LIBRARY_PATH. Only include libs confirmed missing by CI — do
38
- # NOT include gmp/libffi (GHC's own RPATH handles those and mixing
39
- # store paths causes ABI crashes).
40
- LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
41
- pkgs.zlib
42
- pkgs.zstd
43
- pkgs.xz
44
- pkgs.bzip2
45
- ];
46
};
47
});
48
}
0 commit comments