Merge pull request #322008 from erdnaxe/safe-exceptions-strictdeps

haskellPackages.safe-exceptions: fix strictDeps build
This commit is contained in:
maralorn
2024-07-04 14:42:05 +02:00
committed by GitHub
@@ -3145,4 +3145,9 @@ self: super: {
hash = "sha256-tFOWpjGmZANC7H82QapZ36raaNWuZ6F3BgjxnfTXpMs=";
}) super.proto3-wire;
safe-exceptions = overrideCabal (drv: {
# Fix strictDeps build error "could not execute: hspec-discover"
testToolDepends = drv.testToolDepends or [] ++ [ self.hspec-discover ];
}) super.safe-exceptions;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super