Merge pull request #275292 from arthsmn/vulkan-tools-lunarg-fix
vulkan-tools-lunarg: add qt5
This commit is contained in:
commit
b816e02896
1 changed files with 4 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
||||||
, vulkan-loader
|
, vulkan-loader
|
||||||
, vulkan-utility-libraries
|
, vulkan-utility-libraries
|
||||||
, writeText
|
, writeText
|
||||||
|
, libsForQt5
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -34,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
hash = "sha256-2ZUD+RBsl35QV3250JOPCIoJb4sJcBsiRE4SZaS6ROs=";
|
hash = "sha256-2ZUD+RBsl35QV3250JOPCIoJb4sJcBsiRE4SZaS6ROs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake python3 jq which pkg-config ];
|
nativeBuildInputs = [ cmake python3 jq which pkg-config libsForQt5.qt5.wrapQtAppsHook ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
expat
|
expat
|
||||||
|
@ -51,6 +52,8 @@ stdenv.mkDerivation rec {
|
||||||
wayland
|
wayland
|
||||||
xcbutilkeysyms
|
xcbutilkeysyms
|
||||||
xcbutilwm
|
xcbutilwm
|
||||||
|
libsForQt5.qt5.qtbase
|
||||||
|
libsForQt5.qt5.qtwayland
|
||||||
];
|
];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
|
|
Loading…
Reference in a new issue