lol

ranger: works fine on Darwin (close #9454)

authored by

Paulus Esterhazy and committed by
Vladimír Čunát
27233c2e 66a270b9

+1 -1
+1 -1
pkgs/applications/misc/ranger/default.nix
··· 7 7 description = "File manager with minimalistic curses interface"; 8 8 homepage = "http://ranger.nongnu.org/"; 9 9 license = stdenv.lib.licenses.gpl3; 10 - platforms = stdenv.lib.platforms.linux; 10 + platforms = stdenv.lib.platforms.unix; 11 11 maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 12 12 }; 13 13