Commit 5b689b36 authored by Lương Việt Hoàng's avatar Lương Việt Hoàng
Browse files

qView: fix failed build when x11Support is false

parent a4a20966
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ mkDerivation rec {
    hash = "sha256-h1K1Smfy875NoHtgUrOvZZp0IgcQdbyuQhXU9ndM4bA=";
  };

  qmakeFlags = lib.optionals (!x11Support) [ "CONFIG+=NO_X11" ];

  nativeBuildInputs = [ qmake ];

  buildInputs = [