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