defaultGemConfig.mathematical: fix cross compilation

This commit is contained in:
Joe Hermaszewski
2020-07-10 07:48:12 +02:00
committed by Frederik Rietdijk
parent 4b3ee09f53
commit f6e07b3c5d
@@ -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;