parent
1e0a60b738
commit
8067d4844e
@ -144,6 +144,9 @@ core = stdenv.mkDerivation rec {
|
|||||||
mv "$out"/share/{man,info} "$doc"/doc
|
mv "$out"/share/{man,info} "$doc"/doc
|
||||||
'' + cleanBrokenLinks;
|
'' + cleanBrokenLinks;
|
||||||
|
|
||||||
|
# needed for poppler and xpdf
|
||||||
|
CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++11";
|
||||||
|
|
||||||
setupHook = ./setup-hook.sh; # TODO: maybe texmf-nix -> texmf (and all references)
|
setupHook = ./setup-hook.sh; # TODO: maybe texmf-nix -> texmf (and all references)
|
||||||
passthru = { inherit version buildInputs; };
|
passthru = { inherit version buildInputs; };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user