treewide: name -> pname

This commit is contained in:
volth
2019-08-17 10:54:38 +00:00
parent fe9a3e3e63
commit c814d72b51
520 changed files with 1164 additions and 622 deletions
@@ -3,7 +3,8 @@
let version = "1.5.0";
in
stdenv.mkDerivation {
name = "pidgin-latex-${version}";
pname = "pidgin-latex";
inherit version;
src = fetchurl {
url = "mirror://sourceforge/pidgin-latex/pidgin-latex_${version}.tar.bz2";
@@ -4,7 +4,8 @@ let
version = "54b2992";
in
stdenv.mkDerivation rec {
name = "pidgin-mra-${version}";
pname = "pidgin-mra";
inherit version;
src = fetchgit {
url = "https://github.com/dreadatour/pidgin-mra";
@@ -4,7 +4,8 @@ let
version = "0.8";
in
stdenv.mkDerivation rec {
name = "pidgin-xmpp-receipts-${version}";
pname = "pidgin-xmpp-receipts";
inherit version;
src = fetchFromGitHub {
owner = "noonien-d";
@@ -4,7 +4,8 @@ let
version = "2018-08-03";
in
stdenv.mkDerivation rec {
name = "purple-matrix-unstable-${version}";
pname = "purple-matrix-unstable";
inherit version;
src = fetchgit {
url = "https://github.com/matrix-org/purple-matrix";
@@ -4,7 +4,8 @@ let
version = "40ddb6d";
in
stdenv.mkDerivation rec {
name = "purple-vk-plugin-${version}";
pname = "purple-vk-plugin";
inherit version;
src = fetchhg {
url = "https://bitbucket.org/olegoandreev/purple-vk-plugin";
@@ -4,7 +4,8 @@ let
version = "1.3.0";
in
stdenv.mkDerivation rec {
name = "telegram-purple-${version}";
pname = "telegram-purple";
inherit version;
src = fetchgit {
url = "https://github.com/majn/telegram-purple";