checkpoint lol
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
ccacheStdenv,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
pkg-config,
|
||||
}:
|
||||
let
|
||||
stdenv = ccacheStdenv;
|
||||
in
|
||||
stdenv.mkDerivation (_finalAttrs: {
|
||||
pname = "libraspberrypi";
|
||||
version = "unstable-2024-12-23";
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
ccacheStdenv,
|
||||
# ccacheStdenv,
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildLinux,
|
||||
@@ -8,7 +9,7 @@
|
||||
}@args:
|
||||
|
||||
let
|
||||
stdenv = ccacheStdenv;
|
||||
# stdenv = ccacheStdenv;
|
||||
modDirVersion = "6.12.47";
|
||||
tag = "stable_20250916";
|
||||
hash = "sha256-HG8Oc04V2t54l0SOn4gKmNJWQUrZfjWusgKcWvx74H0==";
|
||||
|
||||
@@ -2,14 +2,11 @@
|
||||
# because libraspberrypi is outdated and deprecated
|
||||
{
|
||||
lib,
|
||||
ccacheStdenv,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
dtc,
|
||||
}:
|
||||
let
|
||||
stdenv = ccacheStdenv;
|
||||
in
|
||||
stdenv.mkDerivation (_finalAttrs: {
|
||||
pname = "raspberrypi-utils";
|
||||
version = "unstable-2025-12-26";
|
||||
|
||||
Reference in New Issue
Block a user