Loading pkgs/by-name/gu/gum/package.nix +11 −5 Original line number Diff line number Diff line Loading @@ -23,10 +23,16 @@ buildGoModule rec { installShellFiles ]; ldflags = [ ldflags = [ "-s" "-w" "-X=main.Version=${version}" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isStatic) [ "-linkmode=external" "-extldflags" "-static" ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' Loading Loading
pkgs/by-name/gu/gum/package.nix +11 −5 Original line number Diff line number Diff line Loading @@ -23,10 +23,16 @@ buildGoModule rec { installShellFiles ]; ldflags = [ ldflags = [ "-s" "-w" "-X=main.Version=${version}" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isStatic) [ "-linkmode=external" "-extldflags" "-static" ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' Loading