Unverified Commit 77e0fffe authored by ners's avatar ners
Browse files

ibm-plex: add webfont output

parent 68b20088
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -38,6 +38,11 @@ stdenvNoCC.mkDerivation {

  nativeBuildInputs = [ installFonts ];

  outputs = [
    "out"
    "webfont"
  ];

  passthru.updateScript = ./update.sh;

  meta = {