Skip to content

Commit

Permalink
haskellPackages: fix eval of configuration-nix.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann committed May 18, 2021
1 parent f4c038f commit c7e7454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7e7454

Please sign in to comment.