summary refs log tree commit diff
path: root/pkgs/os-specific/darwin
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-08-26 12:01:09 +0000
committerGitHub <noreply@github.com>2021-08-26 12:01:09 +0000
commitb13b005f0e80936eb9eb9dfcaea06b65e9d56648 (patch)
tree39f81f5905945bd506670059bc04ae722301c4c8 /pkgs/os-specific/darwin
parent572dfaae2c8bde2378df831d1dad5df39c5bc9be (diff)
parent3ce2efcaa9f15de618643d1f02aa649461253ae2 (diff)
downloadnixpkgs-b13b005f0e80936eb9eb9dfcaea06b65e9d56648.tar
nixpkgs-b13b005f0e80936eb9eb9dfcaea06b65e9d56648.tar.gz
nixpkgs-b13b005f0e80936eb9eb9dfcaea06b65e9d56648.tar.bz2
nixpkgs-b13b005f0e80936eb9eb9dfcaea06b65e9d56648.tar.lz
nixpkgs-b13b005f0e80936eb9eb9dfcaea06b65e9d56648.tar.xz
nixpkgs-b13b005f0e80936eb9eb9dfcaea06b65e9d56648.tar.zst
nixpkgs-b13b005f0e80936eb9eb9dfcaea06b65e9d56648.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/os-specific/darwin')
-rw-r--r--pkgs/os-specific/darwin/smimesign/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/darwin/smimesign/default.nix b/pkgs/os-specific/darwin/smimesign/default.nix
index 6b7e3889161..d50e00f984e 100644
--- a/pkgs/os-specific/darwin/smimesign/default.nix
+++ b/pkgs/os-specific/darwin/smimesign/default.nix
@@ -13,7 +13,7 @@ buildGoModule rec {
 
   vendorSha256 = "1cldxykm9qj5rvyfafam45y5xj4f19700s2f9w7ndhxgfp9vahvz";
 
-  buildFlagsArray = "-ldflags=-X main.versionString=v${version}";
+  ldflags = [ "-X main.versionString=v${version}" ];
 
   meta = with lib; {
     description = "An S/MIME signing utility for macOS and Windows that is compatible with Git";