mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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