File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ final: prev: {
262
262
# dotCabalName anyway.
263
263
dotCabalName = "dot-cabal-" + allNames ;
264
264
tarballRepoFor = name : index : final . runCommand "tarballRepo_${ name } " {
265
- nativeBuildInputs = [ cabal-install cabal-issue-8352-workaround ] ;
265
+ nativeBuildInputs = [ cabal-install ] ++ cabal-issue-8352-workaround ;
266
266
} ''
267
267
set -xe
268
268
Original file line number Diff line number Diff line change 16
16
17
17
set -euo pipefail
18
18
19
- export PATH="${ makeBinPath ( [ coreutils curl findutils gawk bash git openssh nix-tools cabal-install cabal-issue-8352-workaround nixFlakes ] ++ optional stdenv . isLinux glibc ) } "
19
+ export PATH="${ makeBinPath ( [ coreutils curl findutils gawk bash git openssh nix-tools cabal-install nixFlakes ] ++ cabal-issue-8352-workaround ++ optional stdenv . isLinux glibc ) } "
20
20
21
21
${ script }
22
22
You can’t perform that action at this time.
0 commit comments