[commit: hadrian] master: Add 'git' to nativeBuildInputs in shell.nix (#530) (57d0fca)

git at git.haskell.org git at git.haskell.org
Wed Apr 25 23:20:18 UTC 2018


Repository : ssh://git@git.haskell.org/hadrian

On branch  : master
Link       : http://git.haskell.org/hadrian.git/commitdiff/57d0fca0ebbc2907004d7a7ee5c263f536ad64cb

>---------------------------------------------------------------

commit 57d0fca0ebbc2907004d7a7ee5c263f536ad64cb
Author: Vladislav Zavialov <vlad.z.4096 at gmail.com>
Date:   Mon Mar 19 16:41:26 2018 +0300

    Add 'git' to nativeBuildInputs in shell.nix (#530)


>---------------------------------------------------------------

57d0fca0ebbc2907004d7a7ee5c263f536ad64cb
 shell.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shell.nix b/shell.nix
index 1b17905..f193000 100644
--- a/shell.nix
+++ b/shell.nix
@@ -75,6 +75,7 @@ in
       nativeBuildInputs = drv.nativeBuildInputs ++
         [ hadrianPackages.hadrian
           nixpkgs.arcanist
+          nixpkgs.git
           nixpkgs.python3Packages.sphinx
           nixpkgs.texlive.combined.scheme-basic
           (nixpkgs.haskell.packages.ghc822.ghcWithPackages



More information about the ghc-commits mailing list