Merge pull request #56506 from Quiark/master

vifm: works on macos too
This commit is contained in:
Michael Raskin
2019-02-28 07:33:44 +00:00
committed by GitHub

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/;