Skip to content

Commit

Permalink
defaultGemConfig.mathematical: fix cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 authored and FRidh committed Jul 10, 2020
1 parent 4b3ee09 commit f6e07b3
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pkgs/development/ruby-modules/gem-config/default.nix
Expand Up @@ -305,19 +305,26 @@ in
};

mathematical = attrs: {
buildInputs = [
nativeBuildInputs = [
ruby
cmake
bison
flex
glib
pkgconfig
python3
];

buildInputs = [
cairo
pango
fribidi
gdk-pixbuf
glib
libxml2
python3
pango
];

strictDeps = true;

# The ruby build script takes care of this
dontUseCmakeConfigure = true;

Expand Down

0 comments on commit f6e07b3

Please sign in to comment.