treewide: name -> pname
This commit is contained in:
@@ -6,7 +6,8 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "tivodecode-${version}";
|
||||
pname = "tivodecode";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/tivodecode/tivodecode/${version}/tivodecode-${version}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user