noweb: create pkgs fixpoint for texlive using mkDerivation
This commit is contained in:
parent
2f7daea603
commit
4319e1ceb2
@ -1,6 +1,6 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, nawk, groff, icon-lang, useIcon ? true }:
|
{ lib, stdenv, fetchFromGitHub, nawk, groff, icon-lang, useIcon ? true }:
|
||||||
|
|
||||||
lib.fix (noweb: stdenv.mkDerivation rec {
|
stdenv.mkDerivation (finalAttrs: rec {
|
||||||
pname = "noweb";
|
pname = "noweb";
|
||||||
version = "2.12";
|
version = "2.12";
|
||||||
|
|
||||||
@ -70,8 +70,10 @@ lib.fix (noweb: stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "tex" ];
|
outputs = [ "out" "tex" ];
|
||||||
|
|
||||||
tlType = "run";
|
passthru = {
|
||||||
passthru.pkgs = [ noweb.tex ];
|
tlType = "run";
|
||||||
|
pkgs = [ finalAttrs.finalPackage.tex ];
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple, extensible literate-programming tool";
|
description = "A simple, extensible literate-programming tool";
|
||||||
|
Loading…
Reference in New Issue
Block a user