20 stdenv.mkDerivation rec {
24 src = fetchFromGitHub {
28 hash = "sha256-MLCb96jr3YWODZ6xh4fcyFnL5RjFDcEjHKnDD8Gysy8=";
31 cargoDeps = rustPlatform.importCargoLock {
32 lockFile = ./Cargo.lock;
34 "directories-4.0.1" = "sha256-4M8WstNq5I7UduIUZI9q1R9oazp7MDBRBRBHZv6iGWI=";
35 "libset-0.1.2" = "sha256-+eA6pqafIYomXdlvwSzT/b/T4Je5HgPPmGL2M11VpMU=";
45 rustPlatform.cargoSetupHook
56 ] ++ lib.optionals stdenv.isDarwin [
57 darwin.apple_sdk.frameworks.Foundation
61 description = "The ultimate task management solution for seamless organization and efficiency";
62 homepage = "https://done.edfloreshz.dev/";
63 changelog = "https://github.com/done-devs/done/blob/${src.rev}/CHANGES.md";
64 license = licenses.mpl20;
65 maintainers = with maintainers; [ figsoda ];