mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
tests-cc-wrapper: Ignore gcc aliases
This commit is contained in:
parent
8de11b252d
commit
8a874c4dc8
@ -30,6 +30,8 @@ with pkgs;
|
||||
(filter (lib.hasPrefix "gcc"))
|
||||
(filter (lib.hasSuffix "Stdenv"))
|
||||
(filter (n: n != "gccCrossLibcStdenv"))
|
||||
(filter (n: n != "gcc49Stdenv"))
|
||||
(filter (n: n != "gcc6Stdenv"))
|
||||
] ++ lib.optionals (!(
|
||||
(stdenv.buildPlatform.isLinux && stdenv.buildPlatform.isx86_64) &&
|
||||
(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64)
|
||||
|
Loading…
Reference in New Issue
Block a user