forked from mirrors/nixpkgs
qView: fix failed build when x11Support is false
This commit is contained in:
parent
a4a209666e
commit
5b689b360b
|
@ -21,6 +21,8 @@ mkDerivation rec {
|
|||
hash = "sha256-h1K1Smfy875NoHtgUrOvZZp0IgcQdbyuQhXU9ndM4bA=";
|
||||
};
|
||||
|
||||
qmakeFlags = lib.optionals (!x11Support) [ "CONFIG+=NO_X11" ];
|
||||
|
||||
nativeBuildInputs = [ qmake ];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue