tpm2-abrmd: support cross compilation
the build process requires gdbus-codegen, achieved by adding `glib` to `nativeBuildInputs`
This commit is contained in:
@@ -15,7 +15,14 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-l0ncCMsStaeFACRU3Bt6F1zyiOTGY6wOHewA4AD58Ww=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config makeWrapper autoreconfHook autoconf-archive which ];
|
||||
nativeBuildInputs = [
|
||||
autoconf-archive
|
||||
autoreconfHook
|
||||
glib
|
||||
makeWrapper
|
||||
pkg-config
|
||||
which
|
||||
];
|
||||
buildInputs = [ tpm2-tss glib dbus ];
|
||||
nativeCheckInputs = [ cmocka ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user