3
0
Fork 0
forked from mirrors/nixpkgs

qView: fix failed build when x11Support is false

This commit is contained in:
Lương Việt Hoàng 2023-10-19 00:18:02 +07:00
parent a4a209666e
commit 5b689b360b

View file

@ -21,6 +21,8 @@ mkDerivation rec {
hash = "sha256-h1K1Smfy875NoHtgUrOvZZp0IgcQdbyuQhXU9ndM4bA=";
};
qmakeFlags = lib.optionals (!x11Support) [ "CONFIG+=NO_X11" ];
nativeBuildInputs = [ qmake ];
buildInputs = [