mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
git: Install git-subtree
This commit is contained in:
parent
4ec1f8b68a
commit
80a82a2858
@ -50,6 +50,13 @@ stdenv.mkDerivation {
|
||||
chmod +x $1
|
||||
}
|
||||
|
||||
# Install git-subtree.
|
||||
pushd contrib/subtree
|
||||
make
|
||||
make install install-doc
|
||||
popd
|
||||
rm -rf contrib/subtree
|
||||
|
||||
# Install contrib stuff.
|
||||
mkdir -p $out/share/git
|
||||
mv contrib $out/share/git/
|
||||
|
Loading…
Reference in New Issue
Block a user