Commit fcb8b742 authored by Karl Hallsby's avatar Karl Hallsby
Browse files

octavePackages.netcdf: Propagate netcdf library to octave environment

parent 68fccae6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ buildOctavePackage rec {
    sha256 = "sha256-ydgcKFh4uWuSlr7zw+k1JFUSzGm9tiWmOHV1IWvlgwk=";
  };

  buildInputs = [
  propagatedBuildInputs = [
    netcdf
  ];