forked from lix-project/hydra
add nix to buildinputs
This commit is contained in:
parent
aaf2448668
commit
8e87f2cf61
|
@ -17,7 +17,7 @@ rec {
|
|||
version = builtins.readFile ./version;
|
||||
|
||||
buildInputs =
|
||||
[ perl libxslt dblatex tetex nukeReferences pkgconfig boehmgc ] ;
|
||||
[ perl libxslt dblatex tetex nukeReferences pkgconfig boehmgc nix] ;
|
||||
|
||||
preConfigure = ''
|
||||
# TeX needs a writable font cache.
|
||||
|
|
Loading…
Reference in a new issue