core/pkgs/by-name/rt/rtmpdump/packages.nix
2024-05-13 11:34:52 -04:00

9 lines
166 B
Nix

{ ... }:
res: pkgs: super:
with pkgs;
{
rtmpdump = callPackage ./. { };
rtmpdump_gnutls = rtmpdump.override { gnutlsSupport = true; opensslSupport = false; };
}