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:
parent
99e4371526
commit
4682557b3b
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue