Merge pull request #82712 from veprbl/pr/nuweb_fix

nuweb: 1.58 -> 1.60, fix build
This commit is contained in:
Dmitry Kalinkin 2020-03-17 17:10:34 -04:00 committed by GitHub
commit 0bd52ef94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec{
pname = "nuweb";
version = "1.58";
version = "1.60";
src = fetchurl {
url = "mirror://sourceforge/project/nuweb/${pname}-${version}.tar.gz";
sha256 = "0q51i3miy15fv4njjp82yws01qfjxvqx5ly3g3vh8z3h7iq9p47y";
sha256 = "08xmwq48biy2c1fr8wnyknyvqs9jfsj42cb7fw638xqv35f0xxvl";
};
buildInputs = [ tex ];
@ -32,7 +32,7 @@ stdenv.mkDerivation rec{
homepage = http://nuweb.sourceforge.net;
license = licenses.free;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}
# TODO: nuweb.el Emacs integration

View File

@ -10502,7 +10502,7 @@ in
# NOTE: Override and set icon-lang = null to use Awk instead of Icon.
noweb = callPackage ../development/tools/literate-programming/noweb { };
nuweb = callPackage ../development/tools/literate-programming/nuweb { tex = texlive.combined.scheme-small; };
nuweb = callPackage ../development/tools/literate-programming/nuweb { tex = texlive.combined.scheme-medium; };
nrfutil = callPackage ../development/tools/misc/nrfutil { };