7 stdenv.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = "filesender-${finalAttrs.version}";
15 hash = "sha256-GNhborbwV9G2x7pLDyxGVCtTf4AIaMYQGAKNJPzedzo=";
19 # /nix/store is read-only, but filesender searches config and logs inside of installation directory.
20 # This patch changes search directories to FILESENDER_CONFIG_DIR and FILESENDER_LOG_DIR environment variables.
21 ./separate_mutable_paths.patch
34 inherit (nixosTests) filesender;
38 description = "Web application for sending large files to other users";
39 homepage = "https://filesender.org/";
40 license = lib.licenses.bsd3;
41 maintainers = with lib.maintainers; [ nhnn ];