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 3, 2025
1 parent e7008f0 commit 8ed32a3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 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 @@ -38,6 +42,10 @@ stdenv.mkDerivation rec {
swig
];

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

env.NIX_CFLAGS_COMPILE = toString [
"-std=c++11"
];
Expand Down

0 comments on commit 8ed32a3

Please sign in to comment.