Skip to content

Commit

Permalink
qt6.qtmultimedia: add missing dependencies (NixOS#372428)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Jan 9, 2025
2 parents b35b276 + 7b85adf commit 5acf082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/qt-6/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ let
qtmultimedia = callPackage ./modules/qtmultimedia {
inherit (gst_all_1)
gstreamer
gst-plugins-bad
gst-plugins-base
gst-plugins-good
gst-libav
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
pkg-config,
alsa-lib,
gstreamer,
gst-plugins-bad,
gst-plugins-base,
gst-plugins-good,
gst-libav,
gst-vaapi,
ffmpeg,
libva,
libpulseaudio,
pipewire,
wayland,
libXrandr,
elfutils,
Expand All @@ -36,6 +38,7 @@ qtModule {
]
++ lib.optionals stdenv.hostPlatform.isLinux [
libpulseaudio
pipewire
alsa-lib
wayland
libXrandr
Expand All @@ -52,6 +55,7 @@ qtModule {
++ lib.optionals (!stdenv.hostPlatform.isMinGW) [ qtquick3d ]
++ lib.optionals stdenv.hostPlatform.isLinux [
gstreamer
gst-plugins-bad
gst-plugins-base
gst-plugins-good
gst-libav
Expand Down

0 comments on commit 5acf082

Please sign in to comment.