Update ViFM
This commit is contained in:
parent
bc5f55cc91
commit
91435c5e28
@ -1,18 +1,18 @@
|
|||||||
{ pkgs, fetchurl, stdenv, ncurses, utillinux, file, libX11 }:
|
{ pkgs, fetchurl, stdenv, ncurses, utillinux, file, libX11, which, groff }:
|
||||||
|
|
||||||
let
|
let
|
||||||
name = "vifm-${version}";
|
name = "vifm-${version}";
|
||||||
version = "0.7.7";
|
version = "0.7.8";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/vifm/vifm/${name}.tar.bz2";
|
url = "mirror://sourceforge/project/vifm/vifm/${name}.tar.bz2";
|
||||||
sha256 = "1lflmkd5q7qqi9d44py0y41pcx5bsadkihn3gc0x5cka04f2gh0d";
|
sha256 = "00vnkr60ci6qwh95kzx399xm97g26svxl9i0y77qv99q41nb5ysx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ utillinux ncurses file libX11 ];
|
buildInputs = [ utillinux ncurses file libX11 which groff ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A vi-like file manager";
|
description = "A vi-like file manager";
|
||||||
|
Loading…
Reference in New Issue
Block a user