12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-tgCGZCLCWcF7ktXqDHjoUkeVqxg6QVOkZb7pbk3nA+U=";
32 "PREFIX=${placeholder "out"}"
33 "DATADIR=${placeholder "out"}/share"
36 enableParallelBuilding = true;
39 homepage = "https://github.com/leo-arch/clifm";
40 description = "CliFM is a CLI-based, shell-like, and non-curses terminal file manager written in C: simple, fast, extensible, and lightweight as hell";
41 license = licenses.gpl2Plus;
42 maintainers = with maintainers; [ nadir-ishiguro ];
43 platforms = platforms.unix;
44 mainProgram = "clifm";