11 stdenv.mkDerivation rec {
16 url = "https://github.com/wojdyr/xylib/releases/download/v${version}/${pname}-${version}.tar.bz2";
17 sha256 = "1iqfrfrk78mki5csxysw86zm35ag71w0jvim0f12nwq1z8rwnhdn";
28 "--with-wx-config=${lib.getExe' (lib.getDev wxGTK32) "wx-config"}"
32 description = "Portable library for reading files that contain x-y data from powder diffraction, spectroscopy and other experimental methods";
33 license = licenses.lgpl21;
34 homepage = "https://xylib.sourceforge.net/";
35 platforms = platforms.linux;
36 maintainers = with maintainers; [ pSub ];