texpresso: set strictDeps and split to buildInputs

Should have been done correctly in the init commit of it (#299168).
This commit is contained in:
Doron Behar
2026-04-19 14:29:14 +03:00
parent ca0b5779de
commit efda700bc2
+5
View File
@@ -33,8 +33,13 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail "LDCC=g++" "LDCC=${stdenv.cc.targetPrefix}c++"
'';
strictDeps = true;
nativeBuildInputs = [
makeWrapper
];
buildInputs = [
mupdf
SDL2
re2c