gpio-utils: fix makeFlags (#466484)

This commit is contained in:
Aleksana
2025-11-30 10:24:25 +00:00
committed by GitHub
+4 -1
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