Loading pkgs/development/interpreters/octave/build-octave-package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ let "nativeBuildInputs" "nativeOctavePkgTestInputs" "passthru" "env" ]; in stdenv.mkDerivation ( Loading @@ -96,7 +97,9 @@ stdenv.mkDerivation ( # packages are installed into octave during the environment building phase. isOctavePackage = true; env = attrs.env or { } // { OCTAVE_HISTFILE = "/dev/null"; }; inherit src; Loading Loading
pkgs/development/interpreters/octave/build-octave-package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ let "nativeBuildInputs" "nativeOctavePkgTestInputs" "passthru" "env" ]; in stdenv.mkDerivation ( Loading @@ -96,7 +97,9 @@ stdenv.mkDerivation ( # packages are installed into octave during the environment building phase. isOctavePackage = true; env = attrs.env or { } // { OCTAVE_HISTFILE = "/dev/null"; }; inherit src; Loading