17 stdenv.mkDerivation (finalAttrs: {
19 version = "unstable-2022-06-19";
21 src = fetchFromGitHub {
22 owner = "regolith-linux";
24 rev = "68d562c78d6e0094ca744bd7161c308f583e93e";
25 hash = "sha256-Cb6tzTGZdQA9oA04DO/xLBw5F+FRj5BM2Aa62YWGmZA=";
46 chmod +x build-aux/meson/postinstall.py
47 patchShebangs build-aux/meson/postinstall.py
51 description = "Small GTK app for presenting keybinding hints";
52 mainProgram = "remontoire";
53 homepage = "https://github.com/regolith-linux/remontoire";
54 license = licenses.gpl3Plus;
55 platforms = platforms.linux;
56 maintainers = with maintainers; [ aacebedo ];