texpresso: set strictDeps and split to buildInputs
Should have been done correctly in the init commit of it (#299168).
This commit is contained in:
@@ -33,8 +33,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
--replace-fail "LDCC=g++" "LDCC=${stdenv.cc.targetPrefix}c++"
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
mupdf
|
||||
SDL2
|
||||
re2c
|
||||
|
||||
Reference in New Issue
Block a user