Merge pull request #253169 from flokli/xmedcon-cherrypick
xmedcon: update homepage, add wrapGAppsHook
This commit is contained in:
commit
c0b6bb0677
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue