Skip to content

Commit

Permalink
xylib: fix cross / strictDeps build
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Jan 3, 2025
1 parent f28864e commit e7008f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/by-name/xy/xylib/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
wxGTK32
];

configureFlags = [
"--with-wx-config=${lib.getExe' (lib.getDev wxGTK32) "wx-config"}"
];

meta = with lib; {
description = "Portable library for reading files that contain x-y data from powder diffraction, spectroscopy and other experimental methods";
license = licenses.lgpl21;
Expand Down

0 comments on commit e7008f0

Please sign in to comment.