libopus: split "dev" output
This commit is contained in:
parent
1fdbc3097b
commit
e0ed398346
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "158xprn2086arvdib3vbbygz7z6jqkw2nci7nlywzzwallap0wmr";
|
sha256 = "158xprn2086arvdib3vbbygz7z6jqkw2nci7nlywzzwallap0wmr";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" ];
|
||||||
|
|
||||||
configureFlags = stdenv.lib.optional fixedPoint "--enable-fixed-point"
|
configureFlags = stdenv.lib.optional fixedPoint "--enable-fixed-point"
|
||||||
++ stdenv.lib.optional withCustomModes "--enable-custom-modes";
|
++ stdenv.lib.optional withCustomModes "--enable-custom-modes";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user