File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ final: prev: {
659
659
inherit ( callProjectResults ) projectNix sourceRepos src ;
660
660
} ;
661
661
buildProject = if final . stdenv . hostPlatform != final . stdenv . buildPlatform
662
- then final . buildPackages . haskell-nix . cabalProject' projectModule
662
+ then final . pkgsBuildBuild . haskell-nix . cabalProject' projectModule
663
663
else project ;
664
664
pkg-set = if plan-pkgs ? configurationError
665
665
then {
@@ -937,7 +937,7 @@ final: prev: {
937
937
cache = if config . cache != null then config . cache else generatedCache ;
938
938
in let
939
939
buildProject = if final . stdenv . hostPlatform != final . stdenv . buildPlatform
940
- then final . buildPackages . haskell-nix . stackProject' projectModule
940
+ then final . pkgsBuildBuild . haskell-nix . stackProject' projectModule
941
941
else project ;
942
942
pkg-set = mkStackPkgSet
943
943
{ stack-pkgs = importAndFilterProject callProjectResults ;
You can’t perform that action at this time.
0 commit comments