about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2019-09-01 18:47:05 +0100
committerAustin Seipp <aseipp@pobox.com>2019-09-01 14:22:49 -0500
commitf9333358e12e4fae3d531d752970afd0e835a0ec (patch)
tree9b7117b5aa96c6a59a82a98ca7b13a9a5e0ce5d5 /pkgs/development/compilers
parent2450e41497c3b5eea3ab25100021934ed4fb4954 (diff)
downloadnixlib-f9333358e12e4fae3d531d752970afd0e835a0ec.tar
nixlib-f9333358e12e4fae3d531d752970afd0e835a0ec.tar.gz
nixlib-f9333358e12e4fae3d531d752970afd0e835a0ec.tar.bz2
nixlib-f9333358e12e4fae3d531d752970afd0e835a0ec.tar.lz
nixlib-f9333358e12e4fae3d531d752970afd0e835a0ec.tar.xz
nixlib-f9333358e12e4fae3d531d752970afd0e835a0ec.tar.zst
nixlib-f9333358e12e4fae3d531d752970afd0e835a0ec.zip
sdcc: extend platforms
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/sdcc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/sdcc/default.nix b/pkgs/development/compilers/sdcc/default.nix
index 1a450af2b941..cdac400b1afd 100644
--- a/pkgs/development/compilers/sdcc/default.nix
+++ b/pkgs/development/compilers/sdcc/default.nix
@@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
     homepage = http://sdcc.sourceforge.net/;
     license = with licenses; if (gputils == null) then gpl2 else unfreeRedistributable;
     maintainers = with maintainers; [ bjornfor yorickvp ];
-    platforms = platforms.linux;
+    platforms = platforms.all;
   };
 }