mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
[Backport release-25.11] gpio-utils: fix makeFlags (#466523)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user