speexdsp: split into multiple outputs

This commit is contained in:
Vladimír Čunát 2015-10-06 16:56:11 +02:00
parent 99e4371526
commit 4682557b3b
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
patches = [ ./build-fix.patch ];
postPatch = "sed '3i#include <stdint.h>' -i ./include/speex/speexdsp_config_types.h.in";
outputs = [ "dev" "out" "doc" ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ fftw ];