File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ let tool-version-map = import ./tool-map.nix;
9
9
# A cabal-install wrapper that sets the appropriate static flags
10
10
wrapped-cabal = pkgs . writeShellApplication {
11
11
name = "cabal" ;
12
- runtimeInputs = [ cabal-install ] ;
12
+ runtimeInputs = [ cabal-install pkgs . curl ] ;
13
13
text = with pkgs ; ''
14
14
# We do not want to quote NIX_CABAL_FLAGS
15
15
# it will leave an empty argument, if they are empty.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ let tool-version-map = import ./tool-map.nix;
56
56
# A cabal-install wrapper that sets the appropriate static flags
57
57
wrapped-cabal = pkgs . pkgsBuildBuild . writeShellApplication {
58
58
name = "cabal" ;
59
- runtimeInputs = [ cabal-install ] ;
59
+ runtimeInputs = [ cabal-install pkgs . curl ] ;
60
60
text = ''
61
61
# We do not want to quote NIX_CABAL_FLAGS
62
62
# it will leave an empty argument, if they are empty.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ let tool-version-map = import ./tool-map.nix;
33
33
# here.
34
34
wrapped-cabal = pkgs . writeShellApplication {
35
35
name = "cabal" ;
36
- runtimeInputs = [ cabal-install ] ;
36
+ runtimeInputs = [ cabal-install pkgs . curl ] ;
37
37
text = ''
38
38
case "$1" in
39
39
build) cabal "$@"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ let tool-version-map = import ./tool-map.nix;
25
25
# A cabal-install wrapper that sets the appropriate static flags
26
26
wrapped-cabal = pkgs . writeShellApplication {
27
27
name = "cabal" ;
28
- runtimeInputs = [ cabal-install ] ;
28
+ runtimeInputs = [ cabal-install pkgs . curl ] ;
29
29
text = with pkgs ; ''
30
30
# We do not want to quote NIX_CABAL_FLAGS
31
31
# it will leave an empty argument, if they are empty.
You can’t perform that action at this time.
0 commit comments