Merge pull request #200655 from trofi/bees-fix-zhf

This commit is contained in:
Martin Weinelt 2022-11-11 12:13:38 +01:00 committed by GitHub
commit eb2d6e3cae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
, bash
, btrfs-progs
, coreutils
, linuxHeaders_5_19
, python3Packages
, util-linux
, nixosTests
@ -24,6 +25,10 @@ let
};
buildInputs = [
# Works around build failure for flexible array members.
# Can be removed after 0.7.3 release where it was fixed upstream.
linuxHeaders_5_19
btrfs-progs # for btrfs/ioctl.h
util-linux # for uuid.h
];