xmedcon: add wrapGAppsHook
This prevents some crashes on non-GNOME systems.
This commit is contained in:
@@ -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 ";
|
||||
|
||||
Reference in New Issue
Block a user