step-ca: make reproducible

This commit is contained in:
Moritz Hedtke 2021-07-28 16:39:09 +02:00
parent a44657d200
commit 5f645dd536
No known key found for this signature in database
GPG key ID: 6794D45A488C2EDE

View file

@ -22,6 +22,8 @@ buildGoModule rec {
vendorSha256 = "sha256-q5hwgx54ca9SwQfkLB5NKvon9o1Djb1Y5rXPKx3HQDU=";
buildFlagsArray = [ "-ldflags=-buildid=" ];
nativeBuildInputs = lib.optionals hsmSupport [ pkg-config ];
buildInputs =