mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
dhall-nix: fix build
This commit is contained in:
parent
ccfe1b5713
commit
a260b3d681
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue