Skip to content

Commit 3584345

Browse files
rvlangerman
authored andcommitted
Fix cross build of withPackage wrapper
1 parent 82bac68 commit 3584345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/component-driver.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ let
1111

1212
withPackage = import ../builder/with-package-wrapper.nix {
1313
inherit lib;
14-
inherit (pkgs) stdenv runCommand makeWrapper;
15-
inherit (pkgs.xorg) lndir;
14+
inherit (pkgs.buildPackages) stdenv runCommand makeWrapper;
15+
inherit (pkgs.buildPackages.xorg) lndir;
1616
ghc = config.ghc.package;
1717
};
1818

0 commit comments

Comments
 (0)