summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython/hardcode-git-path.patch
diff options
context:
space:
mode:
authorDan Peebles <pumpkingod@gmail.com>2015-07-29 01:11:27 -0400
committerDan Peebles <pumpkin@me.com>2015-07-29 05:14:13 +0000
commit5523ab88075664db0c82e185b0693825c43dcd5e (patch)
tree9338677253511a5828c44b904d03f366c6e2f612 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch
parentac7a6e04c20bcf576e02eaa5d230dc2f04d5b9f7 (diff)
go-packages: further simplification
This change is the result of replacing: buildGoPackage rec \{\s+rev\s+=\s+"(.*)";\s+name\s+=\s+"(.*)-\$\{stdenv.lib.strings.substring 0 7 rev\}";\s+goPackagePath\s+=\s+"github.com/(.*)/\2";\s+src\s+=\s+fetchFromGitHub\s+\{\s+inherit rev;\s+owner\s+=\s+"\3";\s+repo\s+=\s+"\2";\s+sha256\s+=\s"(.*)";\s+\};\s+\}; with: buildFromGitHub {\n rev = "$1";\n owner = "$3";\n repo = "$2";\n sha256 = "$4";\n }; in pkgs/top-level/go-packages.nix. I also inherited `rev` in `buildFromGitHub` to prevent a mass rebuild of Go packages, even though it's unused.
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions