14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 sha256 = "14ymdw6l6phnil0xf1frd5kgznaiwppcic0v4hb61s1zpf4wrshg";
25 pathAdd = lib.makeSearchPath "bin" ([
33 nativeBuildInputs = [ makeWrapper ];
34 buildInputs = [ bashInteractive ];
37 makeFlags = [ "PREFIX=$(out)" ];
40 wrapProgram "$out/bin/fff" --prefix PATH : $pathAdd
44 description = "Fucking Fast File-Manager";
46 homepage = "https://github.com/dylanaraps/fff";
47 license = licenses.mit;
49 platforms = platforms.all;