feat(third_party/overlays): support unix domain sockets in evans
This applies a patch adding support for unix domain sockets to evans, which was also sent upstream at https://github.com/ktr0731/evans/pull/680. Change-Id: I6e483ace45428a7526a200f885aa92c2de88b650 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9563 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
09328c79d5
commit
d1adefc9f9
2 changed files with 47 additions and 0 deletions
8
third_party/overlays/tvl.nix
vendored
8
third_party/overlays/tvl.nix
vendored
|
|
@ -125,4 +125,12 @@ depot.nix.readTree.drvTargets {
|
|||
outputHash = "sha256-elEIWHxyY3iccprIcbQA6GWFiq/n5kozpGfw/OmoSIg=";
|
||||
});
|
||||
});
|
||||
|
||||
evans = super.evans.overrideAttrs (old: {
|
||||
patches = old.patches or [ ] ++ [
|
||||
# add support for unix domain sockets
|
||||
# https://github.com/ktr0731/evans/pull/680
|
||||
./patches/evans-add-support-for-unix-domain-sockets.patch
|
||||
];
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue