summary refs log tree commit diff
path: root/pkgs/development/misc/msp430/gcc-support.nix
diff options
context:
space:
mode:
authorAaron Lindsay <aerialx@users.noreply.github.com>2019-03-25 22:12:52 -0700
committerAaron Lindsay <aerialx@users.noreply.github.com>2019-03-25 22:14:41 -0700
commite3f6b083078c6948be9dedfca735d9fae30337c2 (patch)
tree8e94adb0a945e7223eaed3fb2229576052b59ce8 /pkgs/development/misc/msp430/gcc-support.nix
parent1c7bb464d99301e42cbb0fe438c927c1440800c6 (diff)
downloadnixpkgs-e3f6b083078c6948be9dedfca735d9fae30337c2.tar
nixpkgs-e3f6b083078c6948be9dedfca735d9fae30337c2.tar.gz
nixpkgs-e3f6b083078c6948be9dedfca735d9fae30337c2.tar.bz2
nixpkgs-e3f6b083078c6948be9dedfca735d9fae30337c2.tar.lz
nixpkgs-e3f6b083078c6948be9dedfca735d9fae30337c2.tar.xz
nixpkgs-e3f6b083078c6948be9dedfca735d9fae30337c2.tar.zst
nixpkgs-e3f6b083078c6948be9dedfca735d9fae30337c2.zip
wip: better packaging?
Diffstat (limited to 'pkgs/development/misc/msp430/gcc-support.nix')
-rw-r--r--pkgs/development/misc/msp430/gcc-support.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/misc/msp430/gcc-support.nix b/pkgs/development/misc/msp430/gcc-support.nix
index c24af992019..8e3bfd7a1dc 100644
--- a/pkgs/development/misc/msp430/gcc-support.nix
+++ b/pkgs/development/misc/msp430/gcc-support.nix
@@ -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 ];
   };
 }