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 ]
|
++ optionals gnutlsSupport [ gnutls nettle ]
|
||||||
++ optional opensslSupport openssl;
|
++ optional opensslSupport openssl;
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Toolkit for RTMP streams";
|
description = "Toolkit for RTMP streams";
|
||||||
homepage = http://rtmpdump.mplayerhq.hu/;
|
homepage = http://rtmpdump.mplayerhq.hu/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user