Skip to content

Commit

Permalink
fityk: fix cross / strictDeps build
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Jan 6, 2025
1 parent e7008f0 commit 8c40a32
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pkgs/by-name/fi/fityk/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ stdenv.mkDerivation rec {
sha256 = "sha256-m2RaZMYT6JGwa3sOUVsBIzCdZetTbiygaInQWoJ4m1o=";
};

nativeBuildInputs = [ autoreconfHook ];
nativeBuildInputs = [
autoreconfHook
lua
swig
];
buildInputs = [
wxGTK32
boost
Expand All @@ -35,7 +39,10 @@ stdenv.mkDerivation rec {
xylib
readline
gnuplot
swig
];

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

env.NIX_CFLAGS_COMPILE = toString [
Expand Down

0 comments on commit 8c40a32

Please sign in to comment.