summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorBenjamin Staffin <benley@gmail.com>2017-01-23 21:54:38 -0500
committerBenjamin Staffin <benley@gmail.com>2017-01-23 21:54:38 -0500
commitbe1b5c2a68e25d9897f4713b93a680b96ba1f22f (patch)
treec66331aaa197e71e53f527191f23fc7f8ef27bcd /pkgs/applications/misc
parentd8464ef0e1204bfe6477367584c644e6697b265e (diff)
downloadnixlib-be1b5c2a68e25d9897f4713b93a680b96ba1f22f.tar
nixlib-be1b5c2a68e25d9897f4713b93a680b96ba1f22f.tar.gz
nixlib-be1b5c2a68e25d9897f4713b93a680b96ba1f22f.tar.bz2
nixlib-be1b5c2a68e25d9897f4713b93a680b96ba1f22f.tar.lz
nixlib-be1b5c2a68e25d9897f4713b93a680b96ba1f22f.tar.xz
nixlib-be1b5c2a68e25d9897f4713b93a680b96ba1f22f.tar.zst
nixlib-be1b5c2a68e25d9897f4713b93a680b96ba1f22f.zip
exercism: Broaden platforms to include darwin, etc
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/exercism/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/exercism/default.nix b/pkgs/applications/misc/exercism/default.nix
index 6ccae9d53601..962d8f8b31f3 100644
--- a/pkgs/applications/misc/exercism/default.nix
+++ b/pkgs/applications/misc/exercism/default.nix
@@ -18,6 +18,6 @@ buildGoPackage rec {
    homepage    = http://exercism.io/cli;
    license     = licenses.mit;
    maintainers = [ maintainers.rbasso ];
-   platforms   = platforms.linux;
+   platforms   = platforms.unix;
   };
 }