nix-config/overlays/downgrade-transmission/default.nix
Bruno BELANYI 4704b34db3 overlays: downgrade-transmission: add derivation
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.
2026-02-19 21:43:04 +01:00

7 lines
133 B
Nix

self: _prev:
{
transmission_4 = self.callPackage ./transmission_4.nix {
fmt = self.fmt_9;
libutp = self.libutp_3_4;
};
}