overlay: s/patchs/patches/g
This commit is contained in:
parent
f0b10cb5d8
commit
d87d418ca0
@ -1,14 +1,14 @@
|
||||
{ self, config, pkgs, lib, isUnstable, ... }:
|
||||
let go = self: super: {
|
||||
go = super.go.overrideAttrs (old: {
|
||||
patchs = old.patches ++ [
|
||||
patchss = old.patches ++ [
|
||||
./452438.diff
|
||||
];
|
||||
});
|
||||
};
|
||||
go1_19 = self: super: {
|
||||
go1_19 = super.go1_19.overrideAttrs (old: {
|
||||
patchs = old.patches ++ [
|
||||
patchss = old.patches ++ [
|
||||
./452438.diff
|
||||
];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user