Commit 81385246 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

git-cola: only use qt5.qtwayland in Linux

Fix compilation on Darwin.

ZHF: #230712
parent a7708e6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
    hash = "sha256-VAn4zXypOugPIVyXQ/8Yt0rCDM7hVdIY+jpmoTHqssU=";
  };

  buildInputs = [ qt5.qtwayland ];
  buildInputs = lib.optionals stdenv.isLinux [ qt5.qtwayland ];
  propagatedBuildInputs = with python3Packages; [ git pyqt5 qtpy send2trash ];
  nativeBuildInputs = [ gettext qt5.wrapQtAppsHook ];
  nativeCheckInputs = with python3Packages; [ git pytestCheckHook ];