From d5225d54adbce0104c355bd420d804dfe695e163 Mon Sep 17 00:00:00 2001 From: Spencer Whitt Date: Sat, 4 Apr 2015 00:33:47 -0400 Subject: [PATCH] sl: build on Darwin --- pkgs/tools/misc/sl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/sl/default.nix b/pkgs/tools/misc/sl/default.nix index aa35461a7a9..f5bc2edf3ca 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; }; }