mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
ranger: works fine on Darwin (close #9454)
This commit is contained in:
parent
66a270b9df
commit
27233c2ea5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ buildPythonPackage rec {
|
||||||
description = "File manager with minimalistic curses interface";
|
description = "File manager with minimalistic curses interface";
|
||||||
homepage = "http://ranger.nongnu.org/";
|
homepage = "http://ranger.nongnu.org/";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
|
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue