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

View File

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