Skip to content

Commit

Permalink
duckstation: checkPhase -> installCheckPhase
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed May 24, 2024
1 parent 975dc4e commit 62ec1f0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/by-name/du/duckstation/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,13 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "BUILD_TESTS" true)
];

doCheck = true;
checkPhase = ''
doInstallCheck = true;

installCheckPhase = ''
runHook preCheck
bin/common-tests
$out/share/duckstation/common-tests
runHook postCheck
'';

Expand Down

0 comments on commit 62ec1f0

Please sign in to comment.