1 { lib, stdenv, fetchurl, boost, zlib, bzip2, wxGTK30 }:
3 stdenv.mkDerivation rec {
8 url = "https://github.com/wojdyr/xylib/releases/download/v${version}/${pname}-${version}.tar.bz2";
9 sha256 = "1iqfrfrk78mki5csxysw86zm35ag71w0jvim0f12nwq1z8rwnhdn";
12 buildInputs = [ boost zlib bzip2 wxGTK30 ];
15 description = "Portable library for reading files that contain x-y data from powder diffraction, spectroscopy and other experimental methods";
16 license = licenses.lgpl21;
17 homepage = "http://xylib.sourceforge.net/";
18 platforms = platforms.linux;
19 maintainers = with maintainers; [ pSub ];