[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

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