cv: adopt its new name 'progress'

This commit is contained in:
Pascal Wittmann 2015-09-06 20:55:32 +02:00
parent 167383c7bf
commit ffc12580a6
2 changed files with 6 additions and 5 deletions

View file

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, ncurses }:
stdenv.mkDerivation rec {
name = "cv-${version}";
name = "progress-${version}";
version = "0.9";
src = fetchFromGitHub {
owner = "Xfennec";
repo = "cv";
repo = "progress";
rev = "v${version}";
sha256 = "07bl5fsr538nk4l8vwj1kf5bivlh3a8cy8jliqfadxmhf1knn2mw";
};
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
homepage = https://github.com/Xfennec/cv;
homepage = https://github.com/Xfennec/progress;
description = "Tool that shows the progress of coreutils programs";
license = licenses.gpl3;
platforms = platforms.linux;

View file

@ -846,8 +846,6 @@ let
tileMode = false;
};
cv = callPackage ../tools/misc/cv { };
contacts = callPackage ../tools/misc/contacts { };
datamash = callPackage ../tools/misc/datamash { };
@ -2755,6 +2753,8 @@ let
polygraph = callPackage ../tools/networking/polygraph { };
progress = callPackage ../tools/misc/progress { };
psmisc = callPackage ../os-specific/linux/psmisc { };
pstoedit = callPackage ../tools/graphics/pstoedit { };
@ -15320,6 +15320,7 @@ let
cheetahTemplate = pythonPackages.cheetah; # 2015-06-15
clangAnalyzer = clang-analyzer; # added 2015-02-20
cool-old-term = cool-retro-term; # added 2015-01-31
cv = progress; # added 2015-09-06
firefoxWrapper = firefox-wrapper;
haskell-ng = haskell; # 2015-04-19
haskellngPackages = haskellPackages; # 2015-04-19