13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-cepAZyA4RBgqeF20g6YOlZTM0aRqErw17yuQ3U24UEg=";
26 name = "bump-time-1.80.0.patch";
27 url = "https://github.com/l4l/yofi/commit/438e180bf5132d29a6846e830d7227cb996ade3e.patch";
28 hash = "sha256-o/kwQRIG6MASGYnepb96pL1qfI+/CNTqc5maDPjSZXk=";
32 cargoHash = "sha256-GA6rFet0GIYFR/8WsWteMDwVRz/KyyxlFQOz/lNX7Rk=";
45 (lib.makeLibraryPath [
52 # Fail to run in sandbox environment.
53 "--skip=screen::context::test"
57 description = "Minimalist app launcher in Rust";
58 homepage = "https://github.com/l4l/yofi";
59 license = lib.licenses.mit;
60 platforms = lib.platforms.linux;
61 maintainers = with lib.maintainers; [ rayslash ];