Fix the test
This commit is contained in:
@ -17,7 +17,7 @@ rec {
|
||||
version = builtins.readFile ./version;
|
||||
|
||||
buildInputs =
|
||||
[ perl libxslt dblatex tetex nukeReferences pkgconfig boehmgc ] ;
|
||||
[ perl libxslt dblatex tetex nukeReferences pkgconfig boehmgc ];
|
||||
|
||||
preConfigure = ''
|
||||
# TeX needs a writable font cache.
|
||||
@ -63,6 +63,8 @@ rec {
|
||||
gzip bzip2 lzma gnutar unzip git gitAndTools.topGit mercurial gnused graphviz bazaar
|
||||
] ++ ( if stdenv.isLinux then [rpm dpkg cdrkit] else [] )));
|
||||
|
||||
preConfigure = "patchShebangs .";
|
||||
|
||||
postInstall = ''
|
||||
ensureDir $out/nix-support
|
||||
nuke-refs $out/share/doc/hydra/manual/manual.pdf
|
||||
|
Reference in New Issue
Block a user