speexdsp: split into multiple outputs
This commit is contained in:
parent
99e4371526
commit
4682557b3b
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [ ./build-fix.patch ];
|
patches = [ ./build-fix.patch ];
|
||||||
postPatch = "sed '3i#include <stdint.h>' -i ./include/speex/speexdsp_config_types.h.in";
|
postPatch = "sed '3i#include <stdint.h>' -i ./include/speex/speexdsp_config_types.h.in";
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" "doc" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [ fftw ];
|
buildInputs = [ fftw ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user