Skip to content

Commit 83fc1db

Browse files
committed
More script fixes
1 parent f66dc3f commit 83fc1db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

overlays/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ final: prev: {
262262
# dotCabalName anyway.
263263
dotCabalName = "dot-cabal-" + allNames;
264264
tarballRepoFor = name: index: final.runCommand "tarballRepo_${name}" {
265-
nativeBuildInputs = [ cabal-install cabal-issue-8352-workaround ];
265+
nativeBuildInputs = [ cabal-install ] ++ cabal-issue-8352-workaround;
266266
} ''
267267
set -xe
268268

scripts/update-external.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in
1616
1717
set -euo pipefail
1818
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)}"
2020
2121
${script}
2222

0 commit comments

Comments
 (0)