buffybox: 3.2.0-unstable-2024-09-26 -> 3.2.0-unstable-2024-10-05

my patches have been upstreamed :)
This commit is contained in:
2024-10-05 18:45:31 +00:00
parent a45c0c0976
commit 8fa8cd7a04

View File

@@ -1,7 +1,6 @@
{ {
fetchFromGitLab, fetchFromGitLab,
fetchFromGitea, fetchFromGitea,
fetchpatch2,
inih, inih,
lib, lib,
libdrm, libdrm,
@@ -17,7 +16,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "buffybox"; pname = "buffybox";
version = "3.2.0-unstable-2024-09-26"; version = "3.2.0-unstable-2024-10-05";
# src = fetchFromGitea { # src = fetchFromGitea {
# domain = "git.uninsane.org"; # domain = "git.uninsane.org";
@@ -33,23 +32,10 @@ stdenv.mkDerivation (finalAttrs: {
owner = "postmarketOS"; owner = "postmarketOS";
repo = "buffybox"; repo = "buffybox";
fetchSubmodules = true; # to use its vendored lvgl fetchSubmodules = true; # to use its vendored lvgl
rev = "1e5ae8f8e5c00dd00e16268f1668cfb9e7c447f9"; rev = "c683350b9fb944e38cb484f04f98e4e3f85b41a5";
hash = "sha256-A8zVLu6pYR0cVJntv6HRKijfSuvsWC+VV7DQH+Swgds="; hash = "sha256-z7siroBDauvs8TxfO/h+5HUU5G5aOWwNUxDaZm80I5A=";
}; };
patches = [
(fetchpatch2 {
name = "specify scdoc as a native dependency instead of a runtime dependency";
url = "https://gitlab.com/postmarketOS/buffybox/-/merge_requests/30.diff";
hash = "sha256-PCUxdldOuS3aqgGfu2n128DBBWd3K/Z0GYTi3W+EmLI=";
})
(fetchpatch2 {
name = "use OS sleep instead of polling to reduce CPU usage";
url = "https://gitlab.com/postmarketOS/buffybox/-/merge_requests/31.diff";
hash = "sha256-zMtP4q5b7vBLyfOmu2Dl2h+aPuOUgeOSp4PU6dP/5Rs=";
})
];
depsBuildBuild = [ depsBuildBuild = [
pkg-config pkg-config
]; ];