mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
tests.stdenv: remove __attrsFailEvaluation
These attrs do not fail to Eval on Darwin anymore
This commit is contained in:
parent
16187b1175
commit
b494b7ed40
1 changed files with 0 additions and 3 deletions
|
@ -220,9 +220,6 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
# Disable on Darwin due to assumptions with __bootPackages
|
|
||||||
__attrsFailEvaluation = stdenv.hostPlatform.isDarwin;
|
|
||||||
|
|
||||||
# tests for hooks in `stdenv.defaultNativeBuildInputs`
|
# tests for hooks in `stdenv.defaultNativeBuildInputs`
|
||||||
hooks = lib.recurseIntoAttrs (
|
hooks = lib.recurseIntoAttrs (
|
||||||
import ./hooks.nix {
|
import ./hooks.nix {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue