8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-OfhbXHbGI+DaDHqZCOGiSHJPHjGuT7ZqSEjKweloW38=";
23 # multiple-outputs.sh fails if $out is not defined
24 (writeShellScript "force-tex-output.sh" ''
34 path="$out/tex/latex/sagetex"
36 cp -va *.sty *.cfg *.def "$path/"
40 description = "Embed code, results of computations, and plots from Sage into LaTeX documents";
41 homepage = "https://github.com/sagemath/sagetex";
42 license = licenses.gpl2Plus;
43 maintainers = with maintainers; [ alexnortung ];
44 platforms = platforms.all;