qtwirediff: add qtwayland to build inputs (#221520)
GUI applications are supposed to add qtwayland to buildInputs, see #174946 for details Co-authored-by: Janik H <janik@aq0.de>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, qtbase
|
||||
, qmake
|
||||
, qtwayland
|
||||
, wrapQtAppsHook
|
||||
, wireshark-cli
|
||||
}:
|
||||
@@ -26,6 +27,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [
|
||||
qtbase
|
||||
qtwayland
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user