wip: better packaging?

This commit is contained in:
Aaron Lindsay
2019-03-25 22:14:41 -07:00
parent 1c7bb464d9
commit e3f6b08307
2 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ in stdenvNoCC.mkDerivation {
'';
homepage = https://www.ti.com/tool/msp430-gcc-opensource;
license = licenses.bsd3;
platforms = platforms.all;
platforms = [ "msp430-none" ];
maintainers = with maintainers; [ aerialx ];
};
}