'building'

This commit is contained in:
mjallen18
2025-12-26 22:47:11 -06:00
parent c8aebb9e4a
commit f549723a61
6 changed files with 26 additions and 18 deletions

View File

@@ -1,11 +1,13 @@
{
lib,
stdenv,
ccacheStdenv,
fetchFromGitHub,
cmake,
pkg-config,
}:
let
stdenv = ccacheStdenv;
in
stdenv.mkDerivation (_finalAttrs: {
pname = "libraspberrypi";
version = "unstable-2024-12-23";

View File

@@ -1,5 +1,5 @@
{
stdenv,
ccacheStdenv,
lib,
fetchFromGitHub,
buildLinux,
@@ -8,6 +8,7 @@
}@args:
let
stdenv = ccacheStdenv;
modDirVersion = "6.12.47";
tag = "stable_20250916";
hash = "sha256-HG8Oc04V2t54l0SOn4gKmNJWQUrZfjWusgKcWvx74H0==";

View File

@@ -2,12 +2,14 @@
# because libraspberrypi is outdated and deprecated
{
lib,
stdenv,
ccacheStdenv,
fetchFromGitHub,
cmake,
dtc,
}:
let
stdenv = ccacheStdenv;
in
stdenv.mkDerivation (_finalAttrs: {
pname = "raspberrypi-utils";
version = "unstable-2025-12-26";