mmixware: prevent buffer-overflow error

This commit is contained in:
Brian Leung
2026-03-27 21:56:45 -07:00
parent c4fbd818f0
commit 607c128ed1
+2 -2
View File
@@ -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 = [