nixpkgs/pkgs/test
Peter Waller 3c03811683 llvmPackages_*.libcxx: include libcxxabi within libcxx
Key test case: nixpkgs#pkgsStatic.pkgsLLVM.ncurses

Prior to this patch, this fails with errors such as:

```
error: undefined symbol: __cxa_throw
```

I think this is a reasonable solution because in #292043, libcxxabi was
'merged into libcxx', however, the commit message suggests that only
dynamic linking was accounted for, because it says:

```
* linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
```

Whereas, I found that if I tried linking a "hello world" C++ program
with a static hostPlatform, it failed unless -lc++abi was passed.

Signed-off-by: Peter Waller <p@pwaller.net>
2024-05-10 17:22:20 +02:00
..
auto-patchelf-hook
buildFHSEnv tests.buildFHSEnv.libtinfo: fix by using overriden ncurses 2024-01-16 10:19:46 +02:00
cc-wrapper llvmPackages_*.libcxx: include libcxxabi within libcxx 2024-05-10 17:22:20 +02:00
check-by-name nixpkgs-check-by-name: 0.1.0 -> 0.1.1 2024-04-10 15:11:05 +00:00
checkpointBuild Merge pull request #279487 from bryango/checkpoint-build-polish 2024-01-09 22:30:22 +01:00
coq
cross tests.cross.sanity: fix eval by fixing qt5.qutebrowser reference 2024-01-25 10:51:29 +00:00
cuda cudaPackages.cuda{,-library}-samples: move to cuda-modules/ 2024-01-12 20:24:50 +00:00
cue
dhall
dotnet
haskell tests.haskell.shellFor: change from using linear to cereal 2024-01-15 18:25:53 +09:00
hooks
install-shell-files
ld-library-path
macos-sierra-shared
make-binary-wrapper
make-hardcode-gsettings-patch
make-wrapper
nixos-functions
php
release pkgs/release: don't interpolate store paths unnecessarily 2024-01-12 10:27:19 +03:00
simple
stdenv stdenv: make inputDerivation never fixed-output 2024-04-15 00:52:28 -07:00
stdenv-inputs
substitute substitute: Deprecate replacements, introduce replacementsList 2024-02-29 00:35:27 +01:00
systemd nixos/systemd: merge unit options as lists when at least one value is a list 2024-02-25 01:20:29 +01:00
texlive tests.texlive.context: check that the PDF has been created 2024-03-29 13:04:00 +00:00
top-level
vim
config.nix tests.config: Simplify example 2024-04-24 12:46:23 +02:00
default.nix llvmPackages_9: remove due to age 2024-04-08 22:39:53 -07:00
kernel.nix
overriding.nix