Skip to content

Commit 4399b57

Browse files
committed
Fix libdwarf tests
1 parent c7f9443 commit 4399b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
nixpkgsArgs = haskellNix.nixpkgsArgs // {
1919
# Needed for dwarf tests
2020
config = haskellNix.nixpkgsArgs.config // {
21-
permittedInsecurePackages = [ "libdwarf-20210528" "dwarfdump-20181024" ];
21+
permittedInsecurePackages = ["libdwarf-20210528" "libdwarf-20181024" "dwarfdump-20181024"];
2222
};
2323
};
2424
compilerNixNames = nixpkgsName: nixpkgs: builtins.mapAttrs (compiler-nix-name: runTests: {

0 commit comments

Comments
 (0)