summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-02-26 23:59:46 +0100
committerMarek Fajkus <marek.faj@gmail.com>2021-03-13 12:59:00 +0100
commitde0cf8b75ecfac9ca40781ce669e1a18ae6baee3 (patch)
tree4170eed05500d7c978ff286e7d3c7f18bf55825f /pkgs/development/haskell-modules/configuration-common.nix
parent3139ebc4406036ddfe26bd184bc613b260c51a86 (diff)
downloadnixpkgs-de0cf8b75ecfac9ca40781ce669e1a18ae6baee3.tar
nixpkgs-de0cf8b75ecfac9ca40781ce669e1a18ae6baee3.tar.gz
nixpkgs-de0cf8b75ecfac9ca40781ce669e1a18ae6baee3.tar.bz2
nixpkgs-de0cf8b75ecfac9ca40781ce669e1a18ae6baee3.tar.lz
nixpkgs-de0cf8b75ecfac9ca40781ce669e1a18ae6baee3.tar.xz
nixpkgs-de0cf8b75ecfac9ca40781ce669e1a18ae6baee3.tar.zst
nixpkgs-de0cf8b75ecfac9ca40781ce669e1a18ae6baee3.zip
haskellPackages.{qtah*,hoppy*}: Fix build and mark as unbroken
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ad242777ec1..e6f60166a19 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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