3
0
Fork 0
forked from mirrors/nixpkgs

vaultenv: provide aeson 1.5.6.0

This commit is contained in:
sternenseemann 2022-03-28 18:59:29 +02:00
parent d59d8621cd
commit f85b49ff19

View file

@ -2605,4 +2605,10 @@ self: super: {
# https://github.com/zellige/hs-geojson/issues/29 # https://github.com/zellige/hs-geojson/issues/29
geojson = dontCheck super.geojson; geojson = dontCheck super.geojson;
# Doesn't support aeson >= 2.0
# https://github.com/channable/vaultenv/issues/118
vaultenv = super.vaultenv.overrideScope (self: super: {
aeson = self.aeson_1_5_6_0;
});
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super