victorialogs: explicitly disable CGO
This fixes a build failure introduced by NixOS#442965 (08aadbf,dbb57d8) on aarch64-linux. This change got restricted to only enable PIE when CGO_ENABLED=1, which is the default for our builder (4d1d61c) We can revert this for now whence37d84reached master.
This commit is contained in:
@@ -20,6 +20,7 @@ buildGoModule (finalAttrs: {
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
env.CGO_ENABLED = 0;
|
||||
|
||||
subPackages =
|
||||
lib.optionals withServer [
|
||||
|
||||
Reference in New Issue
Block a user