haskell-dhall: configure overrides for the newly added 0.32.0 version

This commit is contained in:
Peter Simons 2020-05-15 21:31:33 +02:00
parent 6d8175075e
commit 5244ef40ce

View File

@ -718,6 +718,7 @@ self: super: builtins.intersectAttrs super {
# dhall's tests access the network.
dhall_1_29_0 = dontCheck super.dhall_1_29_0;
dhall_1_31_1 = dontCheck super.dhall_1_31_1;
dhall_1_32_0 = dontCheck super.dhall_1_32_0;
cut-the-crap =
let path = pkgs.stdenv.lib.makeBinPath [ pkgs.ffmpeg ];