mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
cv: adopt its new name 'progress'
This commit is contained in:
parent
167383c7bf
commit
ffc12580a6
|
@ -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;
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue