ovito: add wrapGAppsHook3 to nativeBuildInputs (#507382)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user