From bba65ab7a59310c90ae92938edf2951595d6c8a0 Mon Sep 17 00:00:00 2001 From: Bernerd Schaefer Date: Tue, 16 Sep 2014 09:04:55 +0200 Subject: fishshell builds on unix platforms --- pkgs/shells/fish/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/shells/fish') diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix index adfe44b3bac..03ecc290d14 100644 --- a/pkgs/shells/fish/default.nix +++ b/pkgs/shells/fish/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { description = "Smart and user-friendly command line shell"; homepage = "http://fishshell.com/"; license = licenses.gpl2; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = with maintainers; [ ocharles ]; }; } -- cgit 1.4.1