File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
pkgs/applications/networking/cluster/k3s Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -333,16 +333,10 @@ let
333333 } ) . overrideAttrs
334334 overrideContainerdAttrs ;
335335
336- # TODO (#405952): remove this patch. We had to add it to avoid a mass rebuild
337- # for the 25.05 release. Once the above PR is merged, switch back to plain util-linuxMinimal.
338- k3sUtilLinux = util-linuxMinimal . overrideAttrs ( prev : {
339- patches =
340- prev . patches or [ ]
341- ++ lib . singleton ( fetchpatch {
342- url = "https://github.com/util-linux/util-linux/commit/7dbfe31a83f45d5aef2b508697e9511c569ffbc8.patch" ;
343- hash = "sha256-bJqpZiPli5Pm/XpDA445Ab5jesXrlcnaO6e4V0B3rSw=" ;
344- } ) ;
345- } ) ;
336+ # TODO (#409339): remove this patch. We had to add it to avoid a mass rebuild
337+ # for the 25.05 release. Once the staging cycle referenced in the above PR completes,
338+ # switch back to plain util-linuxMinimal.
339+ k3sUtilLinux = util-linuxMinimal . withPatches ;
346340in
347341buildGoModule rec {
348342 pname = "k3s" ;
You can’t perform that action at this time.
0 commit comments