manual_inherit
This commit is contained in:
@@ -12,7 +12,7 @@ let
|
||||
versionSpec = importJSON ./version.json;
|
||||
selected = selectVariant versionSpec null null;
|
||||
sources = mkAllSources pkgs selected;
|
||||
version = selected.variables.version;
|
||||
inherit (selected.variables) version;
|
||||
in
|
||||
python3Packages.buildPythonPackage {
|
||||
pname = "comfy-kitchen";
|
||||
|
||||
@@ -12,7 +12,7 @@ let
|
||||
versionSpec = importJSON ./version.json;
|
||||
selected = selectVariant versionSpec null null;
|
||||
sources = mkAllSources pkgs selected;
|
||||
version = selected.variables.version;
|
||||
inherit (selected.variables) version;
|
||||
in
|
||||
home-assistant.python.pkgs.buildPythonPackage {
|
||||
pname = "gehomesdk";
|
||||
|
||||
@@ -12,7 +12,7 @@ let
|
||||
versionSpec = importJSON ./version.json;
|
||||
selected = selectVariant versionSpec null null;
|
||||
sources = mkAllSources pkgs selected;
|
||||
version = selected.variables.version;
|
||||
inherit (selected.variables) version;
|
||||
in
|
||||
python3Packages.buildPythonPackage {
|
||||
pname = "steam";
|
||||
|
||||
@@ -12,8 +12,8 @@ let
|
||||
versionSpec = importJSON ./version.json;
|
||||
selected = selectVariant versionSpec null null;
|
||||
sources = mkAllSources pkgs selected;
|
||||
src-meta = selected.sources.pyvesync;
|
||||
version = selected.variables.version;
|
||||
inherit (selected.sources) pyvesync;
|
||||
inherit (selected.variables) version;
|
||||
in
|
||||
python3Packages.buildPythonPackage {
|
||||
pname = "pyvesync";
|
||||
@@ -37,7 +37,7 @@ python3Packages.buildPythonPackage {
|
||||
meta = with lib; {
|
||||
description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
|
||||
homepage = "https://github.com/webdjoe/pyvesync";
|
||||
changelog = "https://github.com/webdjoe/pyvesync/releases/tag/${src-meta.tag}";
|
||||
changelog = "https://github.com/webdjoe/pyvesync/releases/tag/${pyvesync.tag}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user