I need to vendor the full derivation definition, as upstream diverges further and further away from 4.0.5. On the next bump, the packaging for 4.1.0 starts becoming sufficiently different to break my overlay.
7 lines
133 B
Nix
7 lines
133 B
Nix
self: _prev:
|
|
{
|
|
transmission_4 = self.callPackage ./transmission_4.nix {
|
|
fmt = self.fmt_9;
|
|
libutp = self.libutp_3_4;
|
|
};
|
|
}
|