Loading pkgs/by-name/er/erigon/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ buildGoModule { # Enabling silkworm also breaks the build as it requires dynamically linked libraries. # If we need it in the future, we should consider packaging silkworm and silkworm-go # as depenedencies explicitly. tags = "-tags=nosqlite,noboltdb,nosilkworm"; tags = [ "nosqlite" "noboltdb" "nosilkworm" ]; passthru.updateScript = nix-update-script { }; Loading pkgs/by-name/no/nodeinfo/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildGoModule rec { }; modRoot = "./cli"; tags = "extension"; tags = [ "extension" ]; ldflags = [ "-s" "-w" Loading Loading
pkgs/by-name/er/erigon/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ buildGoModule { # Enabling silkworm also breaks the build as it requires dynamically linked libraries. # If we need it in the future, we should consider packaging silkworm and silkworm-go # as depenedencies explicitly. tags = "-tags=nosqlite,noboltdb,nosilkworm"; tags = [ "nosqlite" "noboltdb" "nosilkworm" ]; passthru.updateScript = nix-update-script { }; Loading
pkgs/by-name/no/nodeinfo/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildGoModule rec { }; modRoot = "./cli"; tags = "extension"; tags = [ "extension" ]; ldflags = [ "-s" "-w" Loading