11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-cepAZyA4RBgqeF20g6YOlZTM0aRqErw17yuQ3U24UEg=";
22 cargoHash = "sha256-iSy/y1iwhR8x3wDIfazMeROSrJ8uRyA10hoNo6y2OQc=";
34 (lib.makeLibraryPath [ fontconfig wayland ])
38 # Fail to run in sandbox environment.
39 "--skip=screen::context::test"
43 description = "Minimalist app launcher in Rust";
44 homepage = "https://github.com/l4l/yofi";
45 license = lib.licenses.mit;
46 platforms = lib.platforms.linux;
47 maintainers = with lib.maintainers; [ rayslash ];