xylib: migrate to wxGTK32
This commit is contained in:
parent
d0a03f4c68
commit
b20b3bde80
1 changed files with 14 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue