about summary refs log tree commit diff
path: root/pkgs/applications/audio/cadence/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/cadence/default.nix')
-rw-r--r--pkgs/applications/audio/cadence/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/cadence/default.nix b/pkgs/applications/audio/cadence/default.nix
index f7fa9dbd8615..ef7eeab4b60c 100644
--- a/pkgs/applications/audio/cadence/default.nix
+++ b/pkgs/applications/audio/cadence/default.nix
@@ -25,7 +25,7 @@
     DESTDIR=$(out)
   '';
 
-  propagatedBuildInputs = with python3Packages; [ pyqt5 ];
+  propagatedBuildInputs = with python3Packages; [ pyqt5_with_qtwebkit ];
 
   postInstall = ''
     # replace with our own wrappers. They need to be changed manually since it wouldn't work otherwise