Nixpkgs #110 (28 Apr)
fetchgit cannot handle https
Nicolas Pierron commented:
I've tested with the new fetchgit builder. The bug still exists and seems to be cause by a missing environment variable. I can reproduce it inside a nix _expression_ and with the following command:
env - PATH="$PATH" /bin/sh -xe pkgs/build-support/fetchgit/nix-prefetch-git --builder --url https://github.com/jquery/jquery.git --rev refs/head/master --out $(pwd)/https-fetch-git
but not when I don't wipe out my environment:
/bin/sh -xe pkgs/build-support/fetchgit/nix-prefetch-git --builder --url https://github.com/jquery/jquery.git --rev refs/head/master --out $(pwd)/https-fetch-git
-- Issue on YellowGrass -- http://yellowgrass.org --
_______________________________________________ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits