Loading pkgs/applications/science/math/eukleides/default.nix +2 −2 Original line number Diff line number Diff line { lib, stdenv, fetchurl, bison, flex, makeWrapper, texinfo4, getopt, readline, texlive }: lib.fix (eukleides: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: rec { pname = "eukleides"; version = "1.5.4"; Loading Loading @@ -50,7 +50,7 @@ lib.fix (eukleides: stdenv.mkDerivation rec { outputs = [ "out" "doc" "tex" ]; passthru.tlType = "run"; passthru.pkgs = [ eukleides.tex ] passthru.pkgs = [ finalAttrs.finalPackage.tex ] # packages needed by euktoeps, euktopdf and eukleides.sty ++ (with texlive; collection-pstricks.pkgs ++ epstopdf.pkgs ++ iftex.pkgs ++ moreverb.pkgs); Loading Loading
pkgs/applications/science/math/eukleides/default.nix +2 −2 Original line number Diff line number Diff line { lib, stdenv, fetchurl, bison, flex, makeWrapper, texinfo4, getopt, readline, texlive }: lib.fix (eukleides: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: rec { pname = "eukleides"; version = "1.5.4"; Loading Loading @@ -50,7 +50,7 @@ lib.fix (eukleides: stdenv.mkDerivation rec { outputs = [ "out" "doc" "tex" ]; passthru.tlType = "run"; passthru.pkgs = [ eukleides.tex ] passthru.pkgs = [ finalAttrs.finalPackage.tex ] # packages needed by euktoeps, euktopdf and eukleides.sty ++ (with texlive; collection-pstricks.pkgs ++ epstopdf.pkgs ++ iftex.pkgs ++ moreverb.pkgs); Loading