Don't pull in git when doing a nix-shell
This commit is contained in:
parent
3a9b4a1467
commit
1d02431b60
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ let
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ curl bison flex perl libxml2 libxslt bzip2
|
[ curl bison flex perl libxml2 libxslt bzip2
|
||||||
tetex dblatex nukeReferences pkgconfig sqlite git
|
/* tetex dblatex */ nukeReferences pkgconfig sqlite
|
||||||
];
|
] ++ lib.optional (!lib.inNixShell) git;
|
||||||
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--with-docbook-rng=${docbook5}/xml/rng/docbook
|
--with-docbook-rng=${docbook5}/xml/rng/docbook
|
||||||
|
|
Loading…
Reference in a new issue