Skip to content

Commit 5408294

Browse files
authored
sollya: fix cross build (NixOS#372167)
2 parents a9e2a5b + 52c7841 commit 5408294

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/so/sollya/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
2626
fplll
2727
];
2828

29+
configureFlags = [
30+
"--with-xml2-config=${lib.getExe' (lib.getDev libxml2) "xml2-config"}"
31+
];
32+
2933
doCheck = true;
3034

3135
meta = with lib; {

0 commit comments

Comments
 (0)