haskelllPackages.dependent-sum-aeson-orphans: apply patch to fix build
This commit is contained in:
parent
0351afda02
commit
698a614ea0
@ -1407,4 +1407,11 @@ self: super: {
|
|||||||
# The current LTS 15.x version has a bug in the test suite.
|
# The current LTS 15.x version has a bug in the test suite.
|
||||||
streaming-commons = self.streaming-commons_0_2_2_1;
|
streaming-commons = self.streaming-commons_0_2_2_1;
|
||||||
|
|
||||||
|
# Version bumps have not been merged by upstream yet.
|
||||||
|
# https://github.com/obsidiansystems/dependent-sum-aeson-orphans/pull/5
|
||||||
|
dependent-sum-aeson-orphans = appendPatch super.dependent-sum-aeson-orphans (pkgs.fetchpatch {
|
||||||
|
url = "https://github.com/obsidiansystems/dependent-sum-aeson-orphans/commit/5a369e433ad7e3eef54c7c3725d34270f6aa48cc.patch";
|
||||||
|
sha256 = "1lzrcicvdg77hd8j2fg37z19amp5yna5xmw1fc06zi0j95csll4r";
|
||||||
|
});
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -4355,7 +4355,6 @@ broken-packages:
|
|||||||
- dependent-hashmap
|
- dependent-hashmap
|
||||||
- dependent-monoidal-map
|
- dependent-monoidal-map
|
||||||
- dependent-state
|
- dependent-state
|
||||||
- dependent-sum-aeson-orphans
|
|
||||||
- depends
|
- depends
|
||||||
- dephd
|
- dephd
|
||||||
- deptrack-core
|
- deptrack-core
|
||||||
|
@ -70629,8 +70629,6 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "JSON instances for DSum, DMap, and Some";
|
description = "JSON instances for DSum, DMap, and Some";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"dependent-sum-template" = callPackage
|
"dependent-sum-template" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user