vifm: works on macos too

This commit is contained in:
Roman Plášil 2019-02-28 12:06:34 +08:00
parent fa5ab50753
commit 9513a7b8e0

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A vi-like file manager";
maintainers = with maintainers; [ raskin garbas ];
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.gpl2;
downloadPage = "https://vifm.info/downloads.shtml";
homepage = https://vifm.info/;