9 rustPlatform.buildRustPackage rec {
13 src = fetchFromSourcehut {
17 hash = "sha256-Ofc3i+iMmbUgY3bomUk4rM3bEQInTV3rIPz3m0yZw/o=";
21 lockFile = ./Cargo.lock;
24 nativeBuildInputs = [ pkg-config ];
25 buildInputs = [ openssl ];
28 ln -sf ${./Cargo.lock} Cargo.lock
32 description = "Single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu";
33 mainProgram = "eidolon";
34 homepage = "https://github.com/nicohman/eidolon";
35 license = licenses.gpl3Only;
36 maintainers = with maintainers; [ _0x4A6F ];
37 platforms = platforms.linux;