Skip to content

Commit 962c25b

Browse files
committed
packages/buildbot: remove patch, included in 4.3
1 parent 5181f1d commit 962c25b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

packages/buildbot.nix

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
{ buildbot, fetchpatch }:
2-
buildbot.overrideAttrs (o: {
3-
patches = o.patches ++ [
4-
(fetchpatch {
5-
name = "add-Build.skipBuildIf.patch";
6-
url = "https://github.com/buildbot/buildbot/commit/f08eeef96e15c686a4f6ad52368ad08246314751.patch";
7-
hash = "sha256-ACPYXMbjIfw02gsKwmDKIIZkGSxxLWCaW7ceEcgbtIU=";
8-
})
9-
];
10-
})
1+
{ buildbot, fetchpatch }: buildbot

0 commit comments

Comments
 (0)