Add 'overlays/transmission.nix'
This commit is contained in:
parent
a315db49c6
commit
09ec8c3554
8
overlays/transmission.nix
Normal file
8
overlays/transmission.nix
Normal file
@ -0,0 +1,8 @@
|
||||
self: super:
|
||||
{
|
||||
transmission = (super.transmission.overrideAttrs (oA: {
|
||||
patches = [];
|
||||
})).override {
|
||||
openssl = super.openssl_legacy;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user