removed commented out pkgs
This commit is contained in:
parent
bfae8b0e6d
commit
7e61d8890e
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user