haskellPackages.sdp: disable library profiling breaking the build

main
sternenseemann 2 years ago
parent b07e9851b7
commit a808b2d932
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -2229,4 +2229,7 @@ self: super: {
# Invalid CPP in test suite: https://github.com/cdornan/memory-cd/issues/1
memory-cd = dontCheck super.memory-cd;
# https://github.com/andreymulik/sdp/issues/3
sdp = disableLibraryProfiling super.sdp;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save