octave: fix cross build

This commit is contained in:
FliegendeWurst
2025-01-19 12:50:14 +01:00
parent c97cbc1c98
commit de1c0f43d4
@@ -106,11 +106,14 @@ stdenv.mkDerivation (finalAttrs: {
sha256 = "sha256-gJ+jmnrMhIFb9NxNLX5rIoznWgfzskE/MxOqjgqqMoc=";
};
postPatch = ''
patchShebangs --build build-aux/*.pl
'';
buildInputs =
[
readline
ncurses
perl
flex
qhull
graphicsmagick
@@ -157,6 +160,7 @@ stdenv.mkDerivation (finalAttrs: {
];
nativeBuildInputs =
[
perl
pkg-config
gfortran
texinfo