Unverified Commit caed7918 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gpio-utils: fix makeFlags (#466484)

parents 1b984e2c 6ae51273
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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