From a7853ab93a06d5fe96ca77a17c5cbd422ea30a86 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 17 May 2023 22:03:28 +0100 Subject: [PATCH] soxr: extract dev output --- pkgs/applications/misc/audio/soxr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/audio/soxr/default.nix b/pkgs/applications/misc/audio/soxr/default.nix index 45a5227404ce..604057ba65cb 100644 --- a/pkgs/applications/misc/audio/soxr/default.nix +++ b/pkgs/applications/misc/audio/soxr/default.nix @@ -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 ];