mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
coreutils: disable tests on armv7l
This commit is contained in:
parent
6ef4f522d6
commit
17a9d5926c
@ -112,7 +112,8 @@ stdenv.mkDerivation (rec {
|
|||||||
# and {Open,Free}BSD.
|
# and {Open,Free}BSD.
|
||||||
# With non-standard storeDir: https://github.com/NixOS/nix/issues/512
|
# With non-standard storeDir: https://github.com/NixOS/nix/issues/512
|
||||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform
|
doCheck = stdenv.hostPlatform == stdenv.buildPlatform
|
||||||
&& (stdenv.hostPlatform.libc == "glibc" || stdenv.hostPlatform.isMusl);
|
&& (stdenv.hostPlatform.libc == "glibc" || stdenv.hostPlatform.isMusl)
|
||||||
|
&& !stdenv.isAarch32;
|
||||||
|
|
||||||
# Prevents attempts of running 'help2man' on cross-built binaries.
|
# Prevents attempts of running 'help2man' on cross-built binaries.
|
||||||
PERL = if stdenv.hostPlatform == stdenv.buildPlatform then null else "missing";
|
PERL = if stdenv.hostPlatform == stdenv.buildPlatform then null else "missing";
|
||||||
|
Loading…
Reference in New Issue
Block a user