[Backport release-25.11] gpio-utils: fix makeFlags (#466523)

This commit is contained in:
Aleksana 2025-11-30 10:47:22 +00:00 committed by GitHub
commit 7cc57dc6f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,10 @@ stdenv.mkDerivation {
pname = "gpio-utils";
version = linux.version;
inherit (linux) src makeFlags;
inherit (linux) src;
makeFlags = linux.commonMakeFlags ++ [
"CC=${stdenv.cc.targetPrefix}cc"
];
preConfigure = ''
cd tools/gpio