Unverified Commit 607c128e authored by Brian Leung's avatar Brian Leung
Browse files

mmixware: prevent buffer-overflow error

parent c4fbd818
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  stdenv,
  fetchFromGitLab,
  tetex,
  texliveMedium,
}:

stdenv.mkDerivation {
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
    "-std=gnu17"
  ];

  nativeBuildInputs = [ tetex ];
  nativeBuildInputs = [ texliveMedium ];
  enableParallelBuilding = true;

  makeFlags = [