Skip to content

Commit 42a464e

Browse files
committed
Add missing evalPackages to test
1 parent 93121b0 commit 42a464e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/js-template-haskell/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Test building TH code that needs DLLs when cross compiling for windows
2-
{ stdenv, lib, project', haskellLib, recurseIntoAttrs, testSrc, compiler-nix-name, ... }:
2+
{ stdenv, lib, project', haskellLib, recurseIntoAttrs, testSrc, compiler-nix-name, evalPackages }:
33

44
with lib;
55

66
let
77
project = project' {
8-
inherit compiler-nix-name;
8+
inherit compiler-nix-name evalPackages;
99
src = testSrc "js-template-haskell";
1010
cabalProjectLocal = ''
1111
if arch(javascript)

0 commit comments

Comments
 (0)