6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-uXL0RO9P+NYSZ0xCv91KzjHOJJI500YUT8IJkFS86pE=";
18 "DESTDIR=${placeholder "out"}"
23 homepage = "https://github.com/willeccles/cfm";
24 description = "Simple and fast TUI file manager with no dependencies";
25 license = licenses.mpl20;
26 maintainers = with maintainers; [ lom ];
27 platforms = platforms.all;