Unverified Commit 37ec7c67 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #280037 from amarshall/mkvtoolnix-wayland

mkvtoolnix: Fix missing qtwayland
parents ec977b2b c9feed81
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
, pugixml
, qtbase
, qtmultimedia
, qtwayland
, utf8cpp
, xdg-utils
, zlib
@@ -90,6 +91,7 @@ stdenv.mkDerivation rec {
    zlib
  ]
  ++ optionals withGUI [ cmark ]
  ++ optionals stdenv.isLinux [ qtwayland ]
  ++ optionals stdenv.isDarwin [ libiconv ];

  # autoupdate is not needed but it silences a ton of pointless warnings