mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
Merge pull request #42268 from philandstuff/fix-dhall-json-1.2.0-deps
dhall-json_1_2_0: fix dependencies
This commit is contained in:
commit
5cb4cdfd39
|
@ -1051,6 +1051,8 @@ self: super: {
|
|||
strictDeps = true;
|
||||
});
|
||||
|
||||
# dhall-json requires a very particular dhall version
|
||||
dhall-json_1_2_0 = super.dhall-json_1_2_0.override { dhall = self.dhall_1_14_0; };
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue