1 {lib, stdenv, fetchurl, unzip}:
8 url = "http://mirror.ctan.org/macros/latex/contrib/lkproof.zip";
9 sha256 = "1qjkjhpc4rm62qxn18r83zdlwnj1wvnkcpdiqlv7w4bakh0gvjly";
12 nativeBuildInputs = [ unzip ];
15 mkdir -p $out/share/texmf-nix/tex/generic/lkproof
16 cp -prd *.sty $out/share/texmf-nix/tex/generic/lkproof
20 platforms = platforms.unix;
21 license = licenses.gpl1Plus;