Skip to content

Commit

Permalink
octave/io: remove unneeded buildOctaveLibrary fields
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlJoad committed Jan 7, 2021
1 parent 96711b1 commit 4ded1ed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkgs/development/octave-modules/io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,8 @@ buildOctaveLibrary rec {
sha256 = "044y8lfp93fx0592mv6x2ss0nvjkjgvlci3c3ahav76pk1j3rikb";
};


root = "${pname}-${version}";

buildInputs = stdenv.lib.optional enableJava jdk;

postInstall = ''
# Copy the documentation
cp -r doc $out/
'';

meta = with stdenv.lib; {
homepage = "https://octave.sourceforge.io/${pname}/index.html";
license = with licenses; [ gpl3Plus bsd2 ];
Expand Down

0 comments on commit 4ded1ed

Please sign in to comment.