Unverified Commit 371d27af authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

typst: Inherit meta attributes from package, add maintainer (#401841)

parents 5ca2c4b2 b41a1c5a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
      drupol
      figsoda
      kanashimia
      RossSmyth
    ];
  };
})
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ lib.makeOverridable (
  { ... }@typstPkgs:
  f:
  buildEnv {
    inherit (typst) meta;
    name = "${typst.name}-env";

    paths = lib.foldl' (acc: p: acc ++ lib.singleton p ++ p.propagatedBuildInputs) [ ] (f typstPkgs);