Commit Graph

13 Commits

Author SHA1 Message Date
Jan Tojnar
88a4ae7f51 libbacktrace: unstable-2023-11-30 → 0-unstable-2024-03-02
14818b7783...28824f2cc9
2024-03-02 23:03:56 +01:00
Sergei Trofimovich
8f30d9e9f9 libbacktrace: add --thread=1 workaround for xz-5.6.0
`xz-5.6.0` enabled threaded compression and decompression by default
which exposed testsuite failures. Let's flip thread back to single for
now.
2024-03-02 17:05:46 +00:00
R. Ryantm
ac50a9b2d1 libbacktrace: unstable-2022-12-16 -> unstable-2023-11-30 2023-12-16 07:14:23 +00:00
Emily Trau
df0ebc03b8 libbacktrace: disable tests on musl
Resolves #266420
2023-11-28 17:16:07 -08:00
Jan Tojnar
1e0384829d libbacktrace: Add support for NIX_DEBUG_INFO_DIRS
Also fix tests.
2023-03-05 01:46:02 +01:00
Jan Tojnar
14c5fae1cb libbacktrace: Enable tests
Only on Linux since they will fail on Darwin:

    dsymutil btest
    error: cannot parse the debug map for 'btest': The file was not recognized as a valid object file
    make[1]: *** [Makefile:2584: btest.dSYM] Error 1
2023-03-05 01:46:02 +01:00
Jan Tojnar
9cc45e195f libbacktrace: unstable-2020-05-13 → unstable-2022-12-16
9b7f216e86...da7eff2f37
2023-03-05 01:42:21 +01:00
Jan Tojnar
f37d97b7a0 libbacktrace: clean up
- Prefix version with “unstable-” as per contributing guide
- Do not use rec pointlessly
- Use `lib.enableFeature`
- Add update script
- Format the expression
- Remove unused callPackage input
2023-03-05 01:42:21 +01:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
John Ericson
f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
James Kay
4d3baf68ba libbacktrace: 2018-06-05 -> 2020-05-13 2020-06-16 21:07:47 +01:00
James Kay
a44be00246 libbacktrace: init at 2018-06-05 2020-06-16 21:07:47 +01:00