Merge pull request #50527 from matthewbauer/ninja-check-phase
Add check phase to ninja setup hook
This commit is contained in:
@@ -18,10 +18,6 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ nix boost ];
|
||||
|
||||
checkPhase = ''
|
||||
ninja test
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''
|
||||
Eval nix code from python.
|
||||
|
||||
Reference in New Issue
Block a user