Merge pull request #232498 from trofi/soxr-dev-output

soxr: extract dev output

authored by

Sergei Trofimovich and committed by
GitHub
58434408 6270838a

+1 -1
+1 -1
pkgs/applications/misc/audio/soxr/default.nix
··· 14 14 ./arm64-check.patch 15 15 ]; 16 16 17 - outputs = [ "out" "doc" ]; # headers are just two and very small 17 + outputs = [ "out" "dev" "doc" ]; 18 18 19 19 nativeBuildInputs = [ cmake ]; 20 20