Fork libkrun again to fix buffer mapping permission issue (fix #18)
Initial D-Bus WIP is also there..
This commit is contained in:
parent
adf2d24b60
commit
beeb5f5d9f
3 changed files with 35 additions and 15 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
libkrun,
|
||||
libkrunfw,
|
||||
# libkrun-src,
|
||||
# rustPlatform,
|
||||
libkrun-src,
|
||||
rustPlatform,
|
||||
libcap_ng,
|
||||
variant ? null,
|
||||
...
|
||||
}:
|
||||
|
|
@ -21,10 +22,11 @@ let
|
|||
libkrunfw = libkrunfw';
|
||||
};
|
||||
in
|
||||
libkrun'
|
||||
# libkrun'.overrideAttrs (old: {
|
||||
# src = libkrun-src;
|
||||
# cargoDeps = rustPlatform.importCargoLock {
|
||||
# lockFile = "${libkrun-src}/Cargo.lock";
|
||||
# };
|
||||
# })
|
||||
# libkrun'
|
||||
libkrun'.overrideAttrs (old: {
|
||||
src = libkrun-src;
|
||||
cargoDeps = rustPlatform.importCargoLock {
|
||||
lockFile = "${libkrun-src}/Cargo.lock";
|
||||
};
|
||||
buildInputs = old.buildInputs ++ [ libcap_ng ]; # new dep
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue