lol

mtdutils: Rely on cc-wrapper to export this env var

authored by

hsloan and committed by
John Ericson
1b882edf 2f37cad1

-4
-4
pkgs/tools/filesystems/mtdutils/default.nix
··· 15 15 16 16 buildInputs = [ libuuid lzo zlib acl ]; 17 17 18 - crossAttrs = { 19 - makeFlags = "CC=${stdenv.cross.config}-gcc"; 20 - }; 21 - 22 18 meta = { 23 19 description = "Tools for MTD filesystems"; 24 20 license = stdenv.lib.licenses.gpl2Plus;