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