defaultGemConfig.mathematical: fix cross compilation

This commit is contained in:
Joe Hermaszewski 2020-06-19 13:27:21 +08:00 committed by Frederik Rietdijk
parent 4b3ee09f53
commit f6e07b3c5d
1 changed files with 13 additions and 6 deletions

View File

@ -305,19 +305,26 @@ in
};
mathematical = attrs: {
buildInputs = [
nativeBuildInputs = [
ruby
cmake
bison
flex
glib
pkgconfig
cairo
pango
gdk-pixbuf
libxml2
python3
];
buildInputs = [
cairo
fribidi
gdk-pixbuf
glib
libxml2
pango
];
strictDeps = true;
# The ruby build script takes care of this
dontUseCmakeConfigure = true;