defaultGemConfig.mathematical: fix cross compilation
This commit is contained in:
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue