Unverified Commit e272e727 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

octave: fix cross build (#375025)

parents 06e6d245 de1c0f43
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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