mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 16:34:27 +00:00
erigon: fix tags
`tags` should be specified as a list of elements to form `-tags=e1,e2`, not the `-tags=e1,e2` flag string itself.
This commit is contained in:
parent
522d5d85db
commit
4b39e819bf
@ -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…
Reference in New Issue
Block a user