diff options
author | Simon South <[email protected]> | 2022-12-17 13:12:05 -0500 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2022-12-11 01:00:00 +0100 |
commit | f28ca2447c5e2eef1ba6a3a11587380a665b0e26 (patch) | |
tree | e97da3da039bf65dc6c63003b680b06e2d889b48 /gnu/packages/flashing-tools.scm | |
parent | 5f3082084daf4968879a30747eafd23c1206d88a (diff) |
gnu: flashrom: Fix build on AArch64.
* gnu/packages/patches/flashrom-fix-building-on-aarch64.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/flashing-tools.scm (flashrom)[source]: Apply it.
Signed-off-by: Tobias Geerinckx-Rice <[email protected]>
Diffstat (limited to 'gnu/packages/flashing-tools.scm')
-rw-r--r-- | gnu/packages/flashing-tools.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm index 08300cb860..e7165efe79 100644 --- a/gnu/packages/flashing-tools.scm +++ b/gnu/packages/flashing-tools.scm @@ -66,7 +66,9 @@ version ".tar.bz2")) (sha256 (base32 - "0ax4kqnh7kd3z120ypgp73qy1knz47l6qxsqzrfkd97mh5cdky71")))) + "0ax4kqnh7kd3z120ypgp73qy1knz47l6qxsqzrfkd97mh5cdky71")) + (patches + (search-patches "flashrom-fix-building-on-aarch64.patch")))) (build-system gnu-build-system) (inputs (list dmidecode pciutils libusb libftdi)) (native-inputs (list pkg-config)) |