From 1d02431b608de0d78a6adbce11835bbff485b9a1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 14 Oct 2014 15:15:05 +0200 Subject: [PATCH] Don't pull in git when doing a nix-shell --- release.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.nix b/release.nix index 24774662c..4be8fdf8c 100644 --- a/release.nix +++ b/release.nix @@ -24,8 +24,8 @@ let buildInputs = [ curl bison flex perl libxml2 libxslt bzip2 - tetex dblatex nukeReferences pkgconfig sqlite git - ]; + /* tetex dblatex */ nukeReferences pkgconfig sqlite + ] ++ lib.optional (!lib.inNixShell) git; configureFlags = '' --with-docbook-rng=${docbook5}/xml/rng/docbook