Commit Graph

14 Commits

Author SHA1 Message Date
Alyssa Ross
4ed3b8cbf6 spandsp3: fix test failure on musl
(Due to a buffer overrun affecting all platforms.)
2026-05-11 09:06:26 +02:00
OPNA2608
8ab72653f2 {spandsp,spandsp3}: Enable tests 2025-10-13 21:50:50 +02:00
K900
44ba17565f spandsp3: nixfmt
Oops.
2025-08-11 14:34:57 +03:00
K900
a55e447f6c spandsp3: add missing libjpeg dependency 2025-08-11 13:29:53 +03:00
Silvan Mosberger
667d42c00d treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
Yohann Boniface
d20a86ccc1 pkgs/development/libraries: remove unused fetchpatch and other arguments (#313402) 2024-05-23 13:43:35 +02:00
Adam Joseph
7e0464aa50 spandsp: fix function argument name
The function here is being passed to `overrideAttrs`, not
`mkDerivation`, so it should be named `previousAttrs`, not
`finalAttrs`.  This was my mistake.
2023-12-01 22:05:02 +00:00
Adam Joseph
88cbe74d05 spandsp: refactor
The `spandsp` derivation has the clauses in the wrong order
(e.g. `makeFlags` before `configureFlags`) which makes it hard to
understand.

This commit fixes the clause order, factors out `common.nix` from
the two versions of spandsp, and also tries to normalize the coding
style.
2023-03-09 21:40:38 -08:00
7c6f434c
8d80290ec9 Merge pull request #218478 from amjoseph-nixpkgs/pr/spandsp/enable-parallel
spandsp: enableParallelBuilding = true
2023-03-09 20:22:40 +00:00
Adam Joseph
1e5a594e68 spandsp: enableParallelBuilding = true
This commit sets `enableParallelBuilding = true` for spandsp.
2023-03-07 02:19:47 -08:00
Adam Joseph
af189bd3de spandsp: fix cross compilation
This commit adds `autoreconfHook` and cherry-picks a patch submitted
upstream in order to fix cross compilation.

- https://github.com/freeswitch/spandsp/pull/47
2023-03-07 01:39:02 -08:00
misuzu
28baff3660 spandsp: build on darwin (#122447) 2021-05-11 00:40:30 +02:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
ajs124
4897c23904 spandsp3: init at 3.0.0 2020-11-18 17:13:29 +01:00