Merge pull request #213269 from marsam/treewide-fix-pname

treewide: fix pname usage
This commit is contained in:
Rick van Schijndel 2023-02-28 07:42:09 +01:00 committed by GitHub
commit 5d88a31246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 21 additions and 21 deletions

View File

@ -7,7 +7,7 @@
}:
rustPlatform.buildRustPackage rec {
name = "cotp";
pname = "cotp";
version = "1.2.1";
src = fetchFromGitHub {
@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-DIb/lgJxwg+QuqzN/0YoUV1iZwRqh6PAN0KRK7TbWDs=";
};
cargoHash = "sha256-uvH4mdI8ya/MJJngXQ98oXjG7JjUdvPwIzvJrdwlOEE=";
cargoHash = "sha256-SFx2sjph/5ys5L1Q/ljQhzcybH4k89owI4+vzDsyKjw=";
buildInputs = lib.optionals stdenv.isLinux [ libxcb ]
++ lib.optionals stdenv.isDarwin [ AppKit ];

View File

@ -5,7 +5,7 @@
}:
buildGoModule rec {
name = "gossa";
pname = "gossa";
version = "0.2.2";
src = fetchFromGitHub {

View File

@ -10,7 +10,7 @@
}:
stdenv.mkDerivation rec {
name = "cinny-desktop";
pname = "cinny-desktop";
version = "2.2.4";
src = fetchurl {

View File

@ -6,7 +6,7 @@
, php}:
stdenvNoCC.mkDerivation rec {
name = "cloudlog";
pname = "cloudlog";
version = "2.4";
src = fetchFromGitHub {

View File

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "muscle";
pname = "muscle";
version = "5.1.0";
src = fetchFromGitHub {
owner = "rcedgar";
repo = "${name}";
repo = pname;
rev = "${version}";
hash = "sha256-NpnJziZXga/T5OavUt3nQ5np8kJ9CFcSmwyg4m6IJsk=";
};

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
name = "veryfasttree";
pname = "veryfasttree";
version = "3.1.1";
src = fetchFromGitHub {
owner = "citiususc";
repo = "${name}";
repo = pname;
rev = "v${version}";
hash = "sha256-AOzbxUnrn1qgscjdOKf4dordnSKtIg3nSVaYWK1jbuc=";
};

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, libiconv }:
stdenv.mkDerivation rec {
name = "readstat";
pname = "readstat";
version = "1.1.9";
src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, libfaketime, xorg }:
stdenv.mkDerivation rec {
name = "siji-${version}";
pname = "siji";
version = "2016-05-13";
src = fetchFromGitHub {

View File

@ -6,7 +6,7 @@
}:
stdenv.mkDerivation {
name = "asmjit";
pname = "asmjit";
version = "unstable-2022-11-10";
src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config }:
stdenv.mkDerivation rec {
name = "ta-lib";
pname = "ta-lib";
version = "0.4.0";
src = fetchFromGitHub {
owner = "rafa-dot-el";

View File

@ -7,7 +7,7 @@
, libvorbis
}:
stdenv.mkDerivation rec {
name = "darkplaces";
pname = "darkplaces";
version = "unstable-2022-05-10";
src = fetchFromGitHub {

View File

@ -5,7 +5,7 @@
}:
stdenv.mkDerivation rec {
name = "xmage";
pname = "xmage";
version = "1.4.42V6";
src = fetchurl {

View File

@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation (finalAttrs:
dxvk64 = if stdenv.isDarwin then pkgsCross.mingwW64.dxvk_1 else pkgsCross.mingwW64.dxvk_2;
in
{
name = "dxvk";
pname = "dxvk";
inherit (dxvk64) version;
outputs = [ "out" "bin" "lib" ];

View File

@ -214,7 +214,7 @@ let
};
apparmor-parser = stdenv.mkDerivation {
name = "apparmor-parser";
pname = "apparmor-parser";
version = apparmor-version;
src = apparmor-sources;

View File

@ -1,7 +1,7 @@
{ stdenv, lib, fetchFromGitHub, kernel }:
stdenv.mkDerivation rec {
name = "vmm_clock";
pname = "vmm_clock";
version = "0.2.0";
src = fetchFromGitHub {

View File

@ -7,7 +7,7 @@
}:
stdenvNoCC.mkDerivation rec {
name = "blesh";
pname = "blesh";
version = "unstable-2022-07-29";
src = fetchzip {

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchgit, libsForQt5 }:
stdenv.mkDerivation rec {
name = "ocs-url";
pname = "ocs-url";
version = "3.1.0";
srcs = [

View File

@ -14,7 +14,7 @@
, xterm
}:
stdenvNoCC.mkDerivation rec {
name = "xvfb-run";
pname = "xvfb-run";
version = "1+g87f6705";
src = fetchFromGitHub {