dhall-nix: fix build

This commit is contained in:
Domen Kožar 2018-07-02 19:45:02 +01:00
parent ccfe1b5713
commit a260b3d681
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -1065,6 +1065,9 @@ self: super: {
# dhall-json requires a very particular dhall version
dhall-json_1_2_1 = super.dhall-json_1_2_1.override { dhall = self.dhall_1_15_0; };
# dhall-nix requires a very particular dhall version
dhall-nix = super.dhall-nix.override { dhall = self.dhall_1_15_0; };
# https://github.com/fpco/streaming-commons/issues/49
streaming-commons = dontCheck super.streaming-commons;