updates: mr, vcsh and transmission-remote-gtk

- mr: copy some more stuff to output
- add vcsh package
- transmission-remote-gtk: 1.0.1 -> 1.1.1
This commit is contained in:
Jan Malakhovski
2014-02-06 23:37:53 +00:00
committed by Rok Garbas
parent 506a030b91
commit f5de6b8fc8
4 changed files with 37 additions and 7 deletions
@@ -17,13 +17,14 @@ stdenv.mkDerivation rec {
'';
installPhase = ''
mkdir -pv $out/bin $out/share/man/man1
mkdir -pv $out/bin $out/share/man/man1 $out/share/mr
cp -v mr $out/bin
cp -v webcheckout $out/bin
cp -v mr.1 $out/share/man/man1
cp -v webcheckout.1 $out/share/man/man1
cp -v lib/* $out/share/mr
'';
meta = {
description = "Multiple Repository management tool";
longDescription = ''The mr(1) command can checkout, update, or perform other actions on a
@@ -53,4 +54,3 @@ stdenv.mkDerivation rec {
maintainers = [ stdenv.lib.maintainers.antono ];
};
}