core/pkgs/by-name/rt/rtmpdump/packages.nix
2024-05-13 22:24:10 +01:00

11 lines
176 B
Nix

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