diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 84c8a8e8c99..978dd86a945 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -794,8 +794,8 @@ self: super: builtins.intersectAttrs super { ] ++ (drv.librarySystemDepends or []); }); - # test suite uses x86 assembler + # uses x86 assembler inline-asm = overrideCabal super.inline-asm { - doCheck = pkgs.stdenv.hostPlatform.isx86; + platforms = pkgs.lib.platforms.isx86; }; }