File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -900,14 +900,12 @@ in {
900
900
# always has `checkMaterialization = false` to avoid infinite
901
901
# recursion.
902
902
cabal-install-tool = { compiler-nix-name , ...} @args :
903
- ( final . haskell-nix . hackage-package ( { pkgs , ...} : {
903
+ ( final . haskell-nix . tool compiler-nix-name "cabal" ( { pkgs , ...} : {
904
904
evalPackages = pkgs . buildPackages ;
905
- name = "cabal-install" ;
906
905
version = "3.8.1.0" ;
907
906
index-state = final . haskell-nix . internalHackageIndexState ;
908
- configureArgs = "--disable-benchmarks --disable-tests" ;
909
907
materialized = ../materialized + "/${ compiler-nix-name } /cabal-install" ;
910
- } // args ) ) . getComponent "exe:cabal" ;
908
+ } // args ) ) ;
911
909
nix-tools-set = { compiler-nix-name , ... } @args :
912
910
let
913
911
# Until all the dependencies build with 9.0.1 we will have to avoid
You can’t perform that action at this time.
0 commit comments