Skip to content

Commit

Permalink
fix: disable install check
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsu8142 committed Nov 1, 2023
1 parent 061af56 commit f583f1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/naver-whale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ stdenv.mkDerivation {
)
'';

installCheckPhase = ''
# Bypass upstream wrapper which suppresses errors
$out/opt/naver/whale/naver-whale --version
'';
# installCheckPhase = ''
# # Bypass upstream wrapper which suppresses errors
# $out/opt/naver/whale/naver-whale --version
# '';

meta = with lib; {
description = "The web browser from NAVER";
Expand Down

0 comments on commit f583f1a

Please sign in to comment.