defaultGemConfig.mathematical: fix cross compilation
This commit is contained in:
parent
4b3ee09f53
commit
f6e07b3c5d
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user