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

This commit is contained in:
hsloan 2017-06-28 16:46:25 -04:00 committed by John Ericson
parent 2f37cad1b9
commit 1b882edf78

View File

@ -15,10 +15,6 @@ stdenv.mkDerivation rec {
buildInputs = [ libuuid lzo zlib acl ];
crossAttrs = {
makeFlags = "CC=${stdenv.cross.config}-gcc";
};
meta = {
description = "Tools for MTD filesystems";
license = stdenv.lib.licenses.gpl2Plus;