26 stdenv.mkDerivation rec {
27 pname = "elementary-files";
30 outputs = [ "out" "dev" ];
32 src = fetchFromGitHub {
36 sha256 = "sha256-geJLHRo1Bd2oFT+UtirHj9FVSFTFMK/v/5h+NF9woFo=";
65 updateScript = nix-update-script { };
69 description = "File browser designed for elementary OS";
70 homepage = "https://github.com/elementary/files";
71 license = licenses.gpl3Plus;
72 platforms = platforms.linux;
73 maintainers = teams.pantheon.members;
74 mainProgram = "io.elementary.files";