xylib: migrate to wxGTK32

This commit is contained in:
Weijia Wang 2022-10-30 04:10:04 +01:00
parent d0a03f4c68
commit b20b3bde80

View File

@ -1,4 +1,11 @@
{ lib, stdenv, fetchurl, boost, zlib, bzip2, wxGTK30 }:
{ lib
, stdenv
, fetchurl
, boost
, zlib
, bzip2
, wxGTK32
}:
stdenv.mkDerivation rec {
pname = "xylib";
@ -9,7 +16,12 @@ stdenv.mkDerivation rec {
sha256 = "1iqfrfrk78mki5csxysw86zm35ag71w0jvim0f12nwq1z8rwnhdn";
};
buildInputs = [ boost zlib bzip2 wxGTK30 ];
buildInputs = [
boost
zlib
bzip2
wxGTK32
];
meta = with lib; {
description = "Portable library for reading files that contain x-y data from powder diffraction, spectroscopy and other experimental methods";