Loading pkgs/applications/misc/visidata/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ buildPythonApplication rec { ]; # check phase uses the output bin, which is not possible when cross-compiling doCheck = stdenv.buildPlatform == stdenv.hostPlatform; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; checkPhase = '' runHook preCheck Loading Loading
pkgs/applications/misc/visidata/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ buildPythonApplication rec { ]; # check phase uses the output bin, which is not possible when cross-compiling doCheck = stdenv.buildPlatform == stdenv.hostPlatform; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; checkPhase = '' runHook preCheck Loading