1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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

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 ];