haskellPackages.{qtah*,hoppy*}: Fix build and mark as unbroken

This commit is contained in:
Peter Simons
2021-03-13 12:59:00 +01:00
committed by Marek Fajkus
parent 3139ebc440
commit de0cf8b75e
2 changed files with 5 additions and 9 deletions
@@ -120,6 +120,11 @@ self: super: {
extraLibraries = [ pkgs.blas ];
});
# Requires wrapQtAppsHook
qtah-cpp-qt5 = overrideCabal super.qtah-cpp-qt5 (drv: {
buildDepends = [ pkgs.qt5.wrapQtAppsHook ];
});
# The Haddock phase fails for one reason or another.
deepseq-magic = dontHaddock super.deepseq-magic;
feldspar-signal = dontHaddock super.feldspar-signal; # https://github.com/markus-git/feldspar-signal/issues/1