treewide: name -> pname
This commit is contained in:
@@ -64,7 +64,8 @@ let
|
||||
throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";
|
||||
|
||||
in stdenv.mkDerivation {
|
||||
name = "skypeforlinux-${version}";
|
||||
pname = "skypeforlinux";
|
||||
inherit version;
|
||||
|
||||
system = "x86_64-linux";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user