File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
pkgs/by-name/te/texi2html Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 buildPackages ,
99} :
1010
11- stdenv . mkDerivation rec {
11+ stdenv . mkDerivation ( finalAttrs : {
1212 pname = "texi2html" ;
1313 version = "5.0" ;
1414
1515 src = fetchurl {
16- url = "mirror://savannah/texi2html/${ pname } -${ version } .tar.bz2" ;
17- sha256 = "1yprv64vrlcbksqv25asplnjg07mbq38lfclp1m5lj8cw878pag8 " ;
16+ url = "mirror://savannah/texi2html/texi2html -${ finalAttrs . version } .tar.bz2" ;
17+ hash = "sha256-6KmLDuIMSVpquJQ5igZe9YAnLb1aFbGxnovRvInZ+fo= " ;
1818 } ;
1919
2020 strictDeps = true ;
@@ -41,12 +41,12 @@ stdenv.mkDerivation rec {
4141 versionCheckHook
4242 ] ;
4343
44- meta = with lib ; {
44+ meta = {
4545 description = "Perl script which converts Texinfo source files to HTML output" ;
4646 mainProgram = "texi2html" ;
4747 homepage = "https://www.nongnu.org/texi2html/" ;
48- license = licenses . gpl2 ;
49- maintainers = [ maintainers . marcweber ] ;
50- platforms = platforms . unix ;
48+ license = lib . licenses . gpl3Plus ;
49+ maintainers = [ lib . maintainers . marcweber ] ;
50+ platforms = lib . platforms . unix ;
5151 } ;
52- }
52+ } )
You can’t perform that action at this time.
0 commit comments