pv: remove name override
This commit is contained in:
parent
78fa74ccd1
commit
a77fb8ecfa
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
stdenv.mkDerivation rec {
|
||||
pname = "pv";
|
||||
version = "1.6.20";
|
||||
name = "pv-1.6.20";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.ivarch.com/programs/sources/pv-${version}.tar.bz2";
|
||||
|
|
Loading…
Reference in a new issue