Skip to content

Commit 4b30a43

Browse files
committed
Merge branch 'issue-2944' of https://github.com/domenkozar/stack
2 parents 9dfff27 + 80cb62a commit 4b30a43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Stack/Nix.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runShellAndExit mprojectRoot getCompilerVersion getCmdArgs = do
7474
inContainer <- getInContainer
7575
ghc <- either throwIO return $ nixCompiler compilerVersion
7676
let pkgsInConfig = nixPackages (configNix config)
77-
pkgs = pkgsInConfig ++ [ghc, "git", "gcc"]
77+
pkgs = pkgsInConfig ++ [ghc, "git", "gcc", "gmp"]
7878
pkgsStr = "[" <> T.intercalate " " pkgs <> "]"
7979
pureShell = nixPureShell (configNix config)
8080
addGCRoots = nixAddGCRoots (configNix config)

stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ nix:
1212
enable: false
1313
packages:
1414
- zlib
15+
- unzip
1516
flags:
1617
stack:
1718
hide-dependency-versions: true

0 commit comments

Comments
 (0)