12 stdenv.mkDerivation rec {
17 url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
18 sha256 = "sha256-9NAAXGEVgpVPS7MB8FubnYUpkihE3lET/gep8QfPhB0=";
28 nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
31 description = "Open source toolkit for medical image conversion";
32 homepage = "https://xmedcon.sourceforge.net/";
33 license = licenses.lgpl2Plus;
34 maintainers = with maintainers; [ arianvp flokli ];
35 platforms = platforms.darwin ++ platforms.linux;