From c7e74545ee378bebf8f4c60dac8c01ce9a46017d Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Tue, 18 May 2021 18:12:18 +0200 Subject: [PATCH] haskellPackages: fix eval of configuration-nix.nix --- pkgs/development/haskell-modules/configuration-nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 5c9c7431022..afebab00452 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -796,7 +796,7 @@ self: super: builtins.intersectAttrs super { # uses x86 assembler inline-asm = overrideCabal super.inline-asm { - platforms = pkgs.lib.platforms.isx86; + platforms = pkgs.lib.platforms.x86; }; # uses x86 assembler in C bits