Merge pull request #253169 from flokli/xmedcon-cherrypick

xmedcon: update homepage, add wrapGAppsHook
This commit is contained in:
Weijia Wang 2023-09-05 23:50:15 +02:00 committed by GitHub
commit c0b6bb0677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
, pkg-config
, libpng
, zlib
, wrapGAppsHook
}:
stdenv.mkDerivation rec {
@ -24,11 +25,11 @@ stdenv.mkDerivation rec {
zlib
];
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
meta = with lib; {
description = "An open source toolkit for medical image conversion ";
homepage = "https://xmedcon.sourceforge.io/Main/HomePage";
homepage = "https://xmedcon.sourceforge.net/";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ arianvp flokli ];
platforms = platforms.darwin ++ platforms.linux;