removed commented out pkgs

This commit is contained in:
Quinn Dougherty 2022-04-12 17:58:45 -04:00
parent bfae8b0e6d
commit 7e61d8890e

View File

@ -3,19 +3,11 @@
}:
# Style sheets https://github.com/citation-style-language/styles/
with pkgs;
let deps = [
# (texlive.combine
# { inherit (texlive)
# scheme-small thmtools datetime xpatch fmtcount;
# }
# )
haskellPackages.pandoc
];
in
stdenv.mkDerivation {
name = "render_squiggle_properties";
src = ./.;
buildInputs = deps;
buildInputs = [pandoc];
buildPhase = ''
echo rendering...
pandoc \