13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
18 owner = "jasper-software";
21 sha256 = "sha256-IFbR/1oksRkpJvvu+7TwLFtDujuAmV+sX8Njn6gpgBg=";
24 nativeBuildInputs = [ cmake ];
25 buildInputs = [ xorg.libX11 xorg.libXt libpng libwebp libtiff jasper ];
28 description = "Classic image viewer and editor for X";
29 homepage = "http://www.trilon.com/xv/";
31 fullName = "XV License";
32 url = "https://github.com/jasper-software/xv/blob/main/src/README";
35 maintainers = with lib.maintainers; [ galen ];