ovito: add wrapGAppsHook3 to nativeBuildInputs (#507382)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-19 21:23:13 +00:00
committed by GitHub
+8
View File
@@ -18,6 +18,7 @@
imagemagick,
copyDesktopItems,
nix-update-script,
wrapGAppsHook3,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -40,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
qt6Packages.wrapQtAppsHook
wrapGAppsHook3
imagemagick
copyDesktopItems
];
@@ -62,6 +64,12 @@ stdenv.mkDerivation (finalAttrs: {
qt6Packages.qtwayland
];
dontWrapGApps = true;
preFixup = ''
qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
# manually create a desktop file
desktopItems = [
(makeDesktopItem {