Merge pull request #4113 from bernerdschaefer/fish-darwin
fish-shell builds on unix platforms
This commit is contained in:
commit
d1bcef8dde
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue