1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libsrtp: Use multiple outputs to reduce closure size

This commit is contained in:
Thomas Tuegel 2019-09-25 10:58:30 -05:00
parent 315a049f0b
commit 75ced8ec93
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "1ac7xs1djb03j131f1gmqyfmrplblid9qqyxahs0shdy707r5ll6";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkgconfig ];
# libsrtp.pc references -lcrypto -lpcap without -L