forked from mirrors/nixpkgs
rtmpdump: Use multiple outputs
This reduces the runtime closure size from 80 to 23 MiB.
This commit is contained in:
parent
3ab897c6cf
commit
1824832e17
|
@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
|
|||
++ optionals gnutlsSupport [ gnutls nettle ]
|
||||
++ optional opensslSupport openssl;
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
meta = {
|
||||
description = "Toolkit for RTMP streams";
|
||||
homepage = http://rtmpdump.mplayerhq.hu/;
|
||||
|
|
Loading…
Reference in a new issue