fixup! msp430: vendor header package
This commit is contained in:
parent
bc2c8db7f8
commit
9785df65da
@ -12,7 +12,7 @@ in stdenvNoCC.mkDerivation {
|
|||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
install -Dm0644 -t $out/lib $src/include/*.ld
|
install -Dm0644 -t $out/lib $src/include/*.ld
|
||||||
install -Dm0644 -t $out/include $src/include/*.h
|
install -Dm0644 -t $out/include $src/include/*.h $src/include/devices.csv
|
||||||
|
|
||||||
# appease bintoolsWrapper_addLDVars, search path needed for ld scripts
|
# appease bintoolsWrapper_addLDVars, search path needed for ld scripts
|
||||||
touch $out/lib/lib
|
touch $out/lib/lib
|
||||||
@ -20,7 +20,7 @@ in stdenvNoCC.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenvNoCC.lib; {
|
meta = with stdenvNoCC.lib; {
|
||||||
description = ''
|
description = ''
|
||||||
Development headers and linker scripts for TI MSP430 microcontrollers.
|
Development headers and linker scripts for TI MSP430 microcontrollers
|
||||||
'';
|
'';
|
||||||
homepage = https://www.ti.com/tool/msp430-gcc-opensource;
|
homepage = https://www.ti.com/tool/msp430-gcc-opensource;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user