octave: fix cross build (#375025)

This commit is contained in:
Doron Behar
2025-01-19 13:58:39 +02:00
committed by GitHub
@@ -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