gpio-utils: fix makeFlags

This commit is contained in:
Majiir Paktu
2025-11-30 00:05:15 -05:00
parent 6a49303095
commit 6ae51273dd
+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