xmedcon: add wrapGAppsHook

This prevents some crashes on non-GNOME systems.
This commit is contained in:
Erik Nolf
2023-09-03 22:48:41 +03:00
committed by Florian Klink
parent c74b2d590c
commit 511eecaa07
@@ -6,6 +6,7 @@
, pkg-config
, libpng
, zlib
, wrapGAppsHook
}:
stdenv.mkDerivation rec {
@@ -24,7 +25,7 @@ stdenv.mkDerivation rec {
zlib
];
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
meta = with lib; {
description = "An open source toolkit for medical image conversion ";