Unverified Commit 271c68c6 authored by Christoph Jabs's avatar Christoph Jabs
Browse files

extractpdfmark: don't use texlive.combine

parent 5e0614b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  pkg-config,
  poppler,
  stdenv,
  texlive,
  texliveMinimal,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {

  nativeCheckInputs = [
    ghostscript
    texlive.combined.scheme-minimal
    texliveMinimal
  ];

  meta = {