forked from mirrors/nixpkgs
libtheora: split into multiple outputs
This commit is contained in:
parent
4682557b3b
commit
e424e23638
|
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0swiaj8987n995rc7hw0asvpwhhzpjiws8kr3s6r44bqqib2k5a0";
|
sha256 = "0swiaj8987n995rc7hw0asvpwhhzpjiws8kr3s6r44bqqib2k5a0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" "doc" ]; # dev-doc only
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
propagatedBuildInputs = [ libogg libvorbis ];
|
propagatedBuildInputs = [ libogg libvorbis ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue