Skip to content

Commit

Permalink
Use buildPackages.buildPackages to fix ghcjs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jun 14, 2021
1 parent 6a1720d commit 6306aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/default.nix
Expand Up @@ -26,8 +26,8 @@ let
# component builder and for nix-shells.
ghcForComponent = import ./ghc-for-component-wrapper.nix {
inherit lib ghc haskellLib;
inherit (buildPackages) stdenv runCommand makeWrapper;
inherit (buildPackages.xorg) lndir;
inherit (buildPackages.buildPackages) stdenv runCommand makeWrapper;
inherit (buildPackages.buildPackages.xorg) lndir;
};

# Builds a derivation which contains a ghc package-db of
Expand Down

0 comments on commit 6306aa8

Please sign in to comment.