Merge pull request #167549 from bcc32/flow-build-release-mode

flow: enable FLOW_RELEASE flag to demote warnings
This commit is contained in:
Mario Rodas 2022-04-07 01:15:14 -05:00 committed by GitHub
commit b34cb5e5e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-lfj6KyB9QYvUy4Ybo8f30omAg4K/jT5MEERJPm0aJ7U=";
};
makeFlags = [ "FLOW_RELEASE=1" ];
installPhase = ''
install -Dm755 bin/flow $out/bin/flow
install -Dm644 resources/shell/bash-completion $out/share/bash-completion/completions/flow