We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06e6d24 + de1c0f4 commit e272e72Copy full SHA for e272e72
pkgs/development/interpreters/octave/default.nix
@@ -106,11 +106,14 @@ stdenv.mkDerivation (finalAttrs: {
106
sha256 = "sha256-gJ+jmnrMhIFb9NxNLX5rIoznWgfzskE/MxOqjgqqMoc=";
107
};
108
109
+ postPatch = ''
110
+ patchShebangs --build build-aux/*.pl
111
+ '';
112
+
113
buildInputs =
114
[
115
readline
116
ncurses
- perl
117
flex
118
qhull
119
graphicsmagick
@@ -157,6 +160,7 @@ stdenv.mkDerivation (finalAttrs: {
157
160
];
158
161
nativeBuildInputs =
159
162
163
+ perl
164
pkg-config
165
gfortran
166
texinfo
0 commit comments