From 9785df65dad2be4d3225619c7b7a41ddf57748ac Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Tue, 26 Mar 2019 11:22:23 -0700 Subject: [PATCH] fixup! msp430: vendor header package --- pkgs/development/misc/msp430/gcc-support.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/misc/msp430/gcc-support.nix b/pkgs/development/misc/msp430/gcc-support.nix index 8e3bfd7a1dc2..297ae41bfe86 100644 --- a/pkgs/development/misc/msp430/gcc-support.nix +++ b/pkgs/development/misc/msp430/gcc-support.nix @@ -12,7 +12,7 @@ in stdenvNoCC.mkDerivation { buildCommand = '' 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 touch $out/lib/lib @@ -20,7 +20,7 @@ in stdenvNoCC.mkDerivation { meta = with stdenvNoCC.lib; { 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; license = licenses.bsd3;