1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

lzo: Don't run tests when cross-compiling

This commit is contained in:
Ben Gamari 2017-10-18 00:48:49 -04:00
parent 09ce1ebd8f
commit de347ad65f

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
meta = with stdenv.lib; {
description = "Real-time data (de)compression library";