From 3382de06fd4b81806fe96b373b04d52de008b4a6 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Wed, 25 Sep 2013 22:08:40 +0200 Subject: fish: add (more) meta attributes --- pkgs/shells/fish/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pkgs/shells/fish') diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix index 091da2c68f0..f24d6ede314 100644 --- a/pkgs/shells/fish/default.nix +++ b/pkgs/shells/fish/default.nix @@ -16,7 +16,10 @@ stdenv.mkDerivation rec { autoconf ''; - meta = { - homepage = http://fishshell.com; + meta = with stdenv.lib; { + description = "Smart and user-friendly command line shell"; + homepage = http://fishshell.com/; + license = licenses.gpl2; + platforms = platforms.linux; }; } \ No newline at end of file -- cgit 1.4.1