python.tests: not when cross-compiling

Running the tests is not possible when cross-compiling.
This commit is contained in:
Frederik Rietdijk 2020-11-22 22:37:58 +01:00
parent 6100bc29f7
commit 95d9ff16f3

View file

@ -1,4 +1,5 @@
{ python
{ stdenv
, python
, runCommand
, substituteAll
, lib
@ -92,4 +93,4 @@ let
in environmentTests // integrationTests
in stdenv.lib.optionalAttrs (stdenv.hostPlatform == stdenv.buildPlatform ) (environmentTests // integrationTests)