mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
gcc-arm-embedded: add meta attributes
This commit is contained in:
parent
ee65278d54
commit
b5bd583bb8
@ -36,5 +36,11 @@ stdenv.mkDerivation {
|
||||
fi
|
||||
done
|
||||
'';
|
||||
}
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Pre-built GNU toolchain from ARM Cortex-M & Cortex-R processors (Cortex-M0/M0+/M3/M4, Cortex-R4/R5/R7)";
|
||||
homepage = "https://launchpad.net/gcc-arm-embedded";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user