Adding me as a maintainer for octave.
svn path=/nixpkgs/trunk/; revision=33757
This commit is contained in:
parent
49b28405d8
commit
700bedb833
@ -24,4 +24,11 @@ stdenv.mkDerivation rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
cp test/fntests.log $out/share/octave/${name}-fntests.log
|
cp test/fntests.log $out/share/octave/${name}-fntests.log
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = http://octave.org/;
|
||||||
|
license = "GPLv3+";
|
||||||
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user