File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
pkgs/by-name/gc/gclient2nix Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2323logger = logging .getLogger (__name__ )
2424click_log .basic_config (logger )
2525
26- nixpkgs_path = "@nixpkgs_path@ "
26+ nixpkgs_path = "<nixpkgs> "
2727
2828memory : Memory = Memory (user_cache_dir ("gclient2nix" ), verbose = 0 )
2929
Original file line number Diff line number Diff line change 33 python3 ,
44 runCommand ,
55 makeWrapper ,
6- path ,
76 fetchgit ,
87 nurl ,
98 writers ,
@@ -66,7 +65,6 @@ runCommand "gclient2nix"
6665 buildInputs = [ python ] ;
6766
6867 # substitutions
69- nixpkgs_path = if builtins . pathExists ( path + "/.git" ) then lib . cleanSource path else path ;
7068 depot_tools_checkout = fetchgit {
7169 url = "https://chromium.googlesource.com/chromium/tools/depot_tools" ;
7270 rev = "452fe3be37f78fbecefa1b4b0d359531bcd70d0d" ;
You can’t perform that action at this time.
0 commit comments