forked from M-Labs/it-infra
nixbld: patch correct hydra package
This commit is contained in:
parent
b088c11806
commit
1b51f86343
@ -937,7 +937,7 @@ in
|
|||||||
nix = super.nix.overrideAttrs(oa: {
|
nix = super.nix.overrideAttrs(oa: {
|
||||||
patches = oa.patches or [] ++ [ ./nix-networked-derivations.patch ];
|
patches = oa.patches or [] ++ [ ./nix-networked-derivations.patch ];
|
||||||
});
|
});
|
||||||
hydra_unstable = super.hydra_unstable.overrideAttrs(oa: {
|
hydra = super.hydra.overrideAttrs(oa: {
|
||||||
patches = oa.patches or [] ++ [
|
patches = oa.patches or [] ++ [
|
||||||
./hydra-conda.patch
|
./hydra-conda.patch
|
||||||
./hydra-msys2.patch
|
./hydra-msys2.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user