mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
Merge pull request #31531 from danbst/mercurial-licence-fix
tortoisehg: fix license dialog
This commit is contained in:
commit
6cfb55fdd8
@ -18,6 +18,8 @@ python2Packages.buildPythonApplication rec {
|
||||
buildPhase = "";
|
||||
installPhase = ''
|
||||
${python2Packages.python.executable} setup.py install --prefix=$out
|
||||
mkdir -p $out/share/doc/tortoisehg
|
||||
cp COPYING.txt $out/share/doc/tortoisehg/Copying.txt.gz
|
||||
ln -s $out/bin/thg $out/bin/tortoisehg #convenient alias
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user