Skip to content

Commit

Permalink
chore: bump status-go to v9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Jan 27, 2025
1 parent 4b6c20b commit b64c5d7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nix/status-go/mobile/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
, outputFileName ? "status-go-${source.shortRev}-${platform}.aar" }:

let
inherit (lib) concatStringsSep optionalString optional splitString fileContents;
inherit (lib) concatStringsSep optionalString optional splitString;
isIOS = platform == "ios";
isAndroid = platform == "android";
enforceXCodeAvailable = callPackage ./enforceXCodeAvailable.nix { };
Expand Down Expand Up @@ -52,12 +52,12 @@ in buildGoPackage rec {
SENTRY_CONTEXT_NAME = "status-mobile";
SENTRY_CONTEXT_VERSION = version;

preBuild = ''
echo 'Generate static files'
pushd go/src/$goPackagePath
make generate SHELL=$SHELL GO111MODULE=on GO_GENERATE_CMD='go generate'
popd
'';
preBuild = ''
echo 'Generate static files'
pushd go/src/$goPackagePath
make generate SHELL=$SHELL GO111MODULE=on GO_GENERATE_CMD='go generate'
popd
'';

buildPhase = ''
runHook preBuild
Expand Down

0 comments on commit b64c5d7

Please sign in to comment.