guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

274/376: Don't pull in git when doing a nix-shell


From: Ludovic Courtès
Subject: 274/376: Don't pull in git when doing a nix-shell
Date: Wed, 28 Jan 2015 22:05:34 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 1d02431b608de0d78a6adbce11835bbff485b9a1
Author: Eelco Dolstra <address@hidden>
Date:   Tue Oct 14 15:15:05 2014 +0200

    Don't pull in git when doing a nix-shell
---
 release.nix |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/release.nix b/release.nix
index 2477466..4be8fdf 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]