manual_inherit

This commit is contained in:
mjallen18
2026-04-05 19:10:23 -05:00
parent a363622659
commit ff469102ea
84 changed files with 248 additions and 329 deletions

View File

@@ -71,9 +71,9 @@ in
];
})).override
{
inherit (rpiFfmpegSrc) hash;
version = ffmpegVersion;
source = rpiFfmpegSrc;
hash = rpiFfmpegSrc.hash;
# version = ffmpegVersion + "-rpi";
# source = rpiFfmpegSrc;

View File

@@ -19,8 +19,8 @@ let
selected = selectVariant versionSpec kernelVersion null;
sources = mkAllSources pkgs selected;
modDirVersion = selected.variables.modDirVersion;
tag = kernelVersion; # sources.tag;
inherit (selected.variables) modDirVersion;
tag = kernelVersion;
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
# all of these fail for various reasons

View File

@@ -17,7 +17,7 @@ in
stdenvNoCC.mkDerivation {
# NOTE: this should be updated with linux_rpi
pname = "raspberrypi-dtoverlays";
version = vars.version;
inherit (vars) version;
src = sources.linux;

View File

@@ -16,7 +16,7 @@ in
stdenvNoCC.mkDerivation {
# NOTE: this should be updated with linux_rpi
pname = "raspberrypi-firmware";
version = vars.version;
inherit (vars) version;
src = sources.firmware-next;

View File

@@ -14,8 +14,8 @@ let
sources = mkAllSources pkgs selected;
in
stdenvNoCC.mkDerivation rec {
inherit (vars) version;
pname = "uefi-rpi4";
version = vars.version;
src = sources.firmware;

View File

@@ -50,7 +50,7 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "uefi-rpi5";
version = vars.version;
inherit (vars) version;
src = sources.firmware;