soxr: extract dev output

This commit is contained in:
Sergei Trofimovich 2023-05-17 22:03:28 +01:00
parent c88f934492
commit a7853ab93a

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
./arm64-check.patch
];
outputs = [ "out" "doc" ]; # headers are just two and very small
outputs = [ "out" "dev" "doc" ];
nativeBuildInputs = [ cmake ];