libsrtp: Use multiple outputs to reduce closure size
This commit is contained in:
parent
315a049f0b
commit
75ced8ec93
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1ac7xs1djb03j131f1gmqyfmrplblid9qqyxahs0shdy707r5ll6";
|
sha256 = "1ac7xs1djb03j131f1gmqyfmrplblid9qqyxahs0shdy707r5ll6";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
# libsrtp.pc references -lcrypto -lpcap without -L
|
# libsrtp.pc references -lcrypto -lpcap without -L
|
||||||
|
Loading…
x
Reference in New Issue
Block a user