about summary refs log tree commit diff
path: root/pkgs/tools/misc/sl
diff options
context:
space:
mode:
authorSpencer Whitt <sw@swhitt.me>2015-04-04 00:33:47 -0400
committerSpencer Whitt <sw@swhitt.me>2015-04-04 02:07:54 -0400
commitd5225d54adbce0104c355bd420d804dfe695e163 (patch)
treecadcf485a9889393850c6b78923b9afa1c7dc8dc /pkgs/tools/misc/sl
parent6d4a9fa393bfc8d5aaf4fda85ddb9a531104c4cf (diff)
sl: build on Darwin
Diffstat (limited to 'pkgs/tools/misc/sl')
-rw-r--r--pkgs/tools/misc/sl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/sl/default.nix b/pkgs/tools/misc/sl/default.nix
index aa35461a7a9e1..f5bc2edf3caa0 100644
--- a/pkgs/tools/misc/sl/default.nix
+++ b/pkgs/tools/misc/sl/default.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation {
       url = https://github.com/mtoyoda/sl/blob/master/LICENSE;
     };
     description = "Steam Locomotive runs across your terminal when you type 'sl'";
-    platforms = with stdenv.lib.platforms; linux;
+    platforms = with stdenv.lib.platforms; unix;
   };
 }