libshout: Use multiple outputs
This commit is contained in:
parent
05d34c9d2c
commit
56400e34d4
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0kgjpf8jkgyclw11nilxi8vyjk4s8878x23qyxnvybbgqbgbib7k";
|
sha256 = "0kgjpf8jkgyclw11nilxi8vyjk4s8878x23qyxnvybbgqbgbib7k";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" "doc" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
propagatedBuildInputs = [ libvorbis libtheora speex ];
|
propagatedBuildInputs = [ libvorbis libtheora speex ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user