Loading pkgs/development/tools/literate-programming/noweb/default.nix +5 −3 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, nawk, groff, icon-lang, useIcon ? true }: lib.fix (noweb: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: rec { pname = "noweb"; version = "2.12"; Loading Loading @@ -70,8 +70,10 @@ lib.fix (noweb: stdenv.mkDerivation rec { outputs = [ "out" "tex" ]; passthru = { tlType = "run"; passthru.pkgs = [ noweb.tex ]; pkgs = [ finalAttrs.finalPackage.tex ]; }; meta = with lib; { description = "A simple, extensible literate-programming tool"; Loading Loading
pkgs/development/tools/literate-programming/noweb/default.nix +5 −3 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, nawk, groff, icon-lang, useIcon ? true }: lib.fix (noweb: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: rec { pname = "noweb"; version = "2.12"; Loading Loading @@ -70,8 +70,10 @@ lib.fix (noweb: stdenv.mkDerivation rec { outputs = [ "out" "tex" ]; passthru = { tlType = "run"; passthru.pkgs = [ noweb.tex ]; pkgs = [ finalAttrs.finalPackage.tex ]; }; meta = with lib; { description = "A simple, extensible literate-programming tool"; Loading