Fork libkrun again to fix buffer mapping permission issue (fix #18)

Initial D-Bus WIP is also there..
This commit is contained in:
Val Packett 2026-02-20 05:17:28 -03:00
parent adf2d24b60
commit beeb5f5d9f
3 changed files with 35 additions and 15 deletions

View file

@ -19,10 +19,10 @@
url = "github:valpackett/muvm/ae7dbd49aac04e9732a14a424572e99a81eb1298"; # v0.5.0+custom-init
flake = false;
};
# libkrun-src = {
# url = "github:containers/libkrun/376f25637c49f26231ec92532f31a24b99236aa6"; # v1.17.0
# flake = false;
# };
libkrun-src = {
url = "github:valpackett/libkrun/eeafbc55379b60379414168e7a22d5f95b73d7a0"; # PR #558 (map permission fix) + D-Bus WIP
flake = false;
};
# libkrunfw-src = {
# url = "github:containers/libkrunfw/20484a2e60290acb74c43ccfd6e1ea4caf41d470"; # v5.1.0
# flake = false;
@ -36,7 +36,7 @@
flake-parts,
sidebus,
muvm-src,
# libkrun-src,
libkrun-src,
# libkrunfw-src,
...
}:
@ -108,7 +108,7 @@
libkrun = pkgs.callPackage ./packages/libkrun {
libkrunfw = self'.packages.libkrunfw;
# libkrun-src = libkrun-src;
libkrun-src = libkrun-src;
};
mesa = pkgs.callPackage ./packages/mesa { };