Skip to content

Commit 52c7841

Browse files
sollya: fix cross build
1 parent 844f2a5 commit 52c7841

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)