Merge pull request #315183 from jopejoe1/fix-pname

treewide: replace name with pname
This commit is contained in:
Ben Siraphob 2024-06-16 12:34:01 +00:00 committed by GitHub
commit 8222aa9278
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 27 additions and 27 deletions

View File

@ -12,7 +12,7 @@
}:
stdenv.mkDerivation {
name = "c64-debugger";
pname = "c64-debugger";
version = "0.64.58.6";
src = fetchgit {

View File

@ -13,7 +13,7 @@
}:
stdenv.mkDerivation rec {
name = "holochain-launcher";
pname = "holochain-launcher";
version = "0.11.5";
prerelease = "beta-2";

View File

@ -17,7 +17,7 @@
}:
python3Packages.buildPythonApplication rec {
name = "polychromatic";
pname = "polychromatic";
version = "0.9.1";
format = "other";

View File

@ -7,7 +7,7 @@
stdenv
}:
stdenv.mkDerivation (finalAttrs: {
name = "lcsync";
pname = "lcsync";
version = "0.3.0";
src = fetchFromGitea {

View File

@ -33,7 +33,7 @@ let
.${targetPlatform.system} or (throw "${targetPlatform.system} is unsupported.");
in
stdenv.mkDerivation (finalAttrs: {
name = "bombsquad";
pname = "bombsquad";
version = "1.7.35";
sourceRoot = ".";
src = fetchurl {

View File

@ -5,7 +5,7 @@
, ncurses
}:
stdenv.mkDerivation (finalAttrs: {
name = "cano";
pname = "cano";
version = "0.1.0-alpha";
src = fetchFromGitHub {

View File

@ -8,7 +8,7 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
name = "disko";
pname = "disko";
version = "1.6.1";
src = fetchFromGitHub {
owner = "nix-community";

View File

@ -12,7 +12,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "dorion";
pname = "dorion";
version = "4.3.0";
src = fetchurl {

View File

@ -12,7 +12,7 @@
wrapGAppsHook4,
}:
stdenv.mkDerivation (finalAttrs: {
name = "jailer";
pname = "jailer";
version = "16.2";
src = fetchFromGitHub {

View File

@ -1,6 +1,6 @@
{ wsjtx, fetchgit, qt5, lib }:
wsjtx.overrideAttrs (old: {
name = "jtdx";
pname = "jtdx";
version = "unstable-2022-03-01";
src = fetchgit {
url = "https://github.com/jtdx-project/jtdx.git";

View File

@ -9,7 +9,7 @@
}:
stdenv.mkDerivation {
name = "liblapin";
pname = "liblapin";
version = "0-unstable-2024-05-20";
src = fetchFromGitHub {

View File

@ -12,7 +12,7 @@
}:
python3Packages.buildPythonApplication rec {
name = "menulibre";
pname = "menulibre";
version = "2.4.0";
src = fetchFromGitHub {

View File

@ -5,7 +5,7 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
name = "physac";
pname = "physac";
version = "2.5-unstable-2023-12-11";
src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ lib, stdenvNoCC, fetchzip }:
stdenvNoCC.mkDerivation rec {
name = "pixel-code";
pname = "pixel-code";
version = "2.2";
src = fetchzip {

View File

@ -6,7 +6,7 @@
}:
stdenv.mkDerivation rec {
name = "kamilalisp";
pname = "kamilalisp";
version = "0.3.0.1";
src = fetchurl {
@ -20,9 +20,9 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -pv $out/share/java $out/bin
cp ${src} $out/share/java/${name}-${version}.jar
cp ${src} $out/share/java/kamilalisp-${version}.jar
makeWrapper ${jre}/bin/java $out/bin/kamilalisp \
--add-flags "-jar $out/share/java/${name}-${version}.jar" \
--add-flags "-jar $out/share/java/kamilalisp-${version}.jar" \
--set _JAVA_OPTIONS '-Dawt.useSystemAAFontSettings=on' \
--set _JAVA_AWT_WM_NONREPARENTING 1
'';

View File

@ -4,7 +4,7 @@
lib
}:
stdenv.mkDerivation (finalAttrs: {
name = "lcrq";
pname = "lcrq";
version = "0.1.2";
src = fetchFromGitea {

View File

@ -10,11 +10,11 @@
}:
stdenv.mkDerivation rec {
name = "libgourou";
pname = "libgourou";
version = "0.8.2";
src = fetchzip {
url = "https://indefero.soutade.fr/p/${name}/source/download/v${version}/";
url = "https://indefero.soutade.fr/p/libgourou/source/download/v${version}/";
sha256 = "sha256-adkrvBCgN07Ir+J3JFCy+X9p9609lj1w8nElrlHXTxc";
extension = "zip";
};

View File

@ -6,7 +6,7 @@
libsodium,
}:
stdenv.mkDerivation (finalAttrs: {
name = "librecast";
pname = "librecast";
version = "0.8.0";
src = fetchFromGitea {

View File

@ -1,7 +1,7 @@
{ fasm, lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation (finalAttr: {
name = "patcher9x";
pname = "patcher9x";
version = "0.8.50";
srcs = [

View File

@ -6,12 +6,12 @@
}:
stdenv.mkDerivation rec {
name = "lssecret";
pname = "lssecret";
version = "unstable-2022-12-02";
src = fetchFromGitLab {
owner = "GrantMoyer";
repo = name;
repo = "lssecret";
rev = "20fd771a";
hash = "sha256-yU70WZj4EC/sFJxyq2SQ0YQ6RCQHYiW/aQiYWo7+ujk=";
};

View File

@ -10,7 +10,7 @@
, fetchFromGitHub
}:
stdenv.mkDerivation rec {
name = "kdiskmark";
pname = "kdiskmark";
version = "3.1.4";
src = fetchFromGitHub {

View File

@ -4,13 +4,13 @@
}:
python3.pkgs.buildPythonApplication rec {
name = "pacup";
pname = "pacup";
version = "2.0.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "pacstall";
repo = name;
repo = "pacup";
rev = "refs/tags/${version}";
hash = "sha256-ItO38QyxNHftKPQZAPO7596ddBfX0a1nfVVqgx7BfwI=";
};