fishshell builds on unix platforms
This commit is contained in:
parent
29109b956f
commit
bba65ab7a5
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Smart and user-friendly command line shell";
|
description = "Smart and user-friendly command line shell";
|
||||||
homepage = "http://fishshell.com/";
|
homepage = "http://fishshell.com/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ ocharles ];
|
maintainers = with maintainers; [ ocharles ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue