9 pname = "emacsclient-commands";
10 version = "unstable-2023-09-22";
12 src = fetchFromGitHub {
14 repo = "emacsclient-commands";
15 rev = "8f5c8a877794ed51f8225036e36fd5ce272b17f3";
16 hash = "sha256-OlcB5VqWYdl0wz1y8nmG6Xgdf5IPOUQ31UG1TDxQAis=";
19 vendorHash = "sha256-8oREed2Igz5UvUTDdOFwW5wQQy3H8Xj8epxo6gqnZFA=";
21 buildInputs = [ gnumake ];
25 DESTDIR=$out/ make install
30 description = "Collection of small shell utilities that connect to a local Emacs server";
31 homepage = "https://github.com/szermatt/emacsclient-commands";
32 license = licenses.gpl2Only;
33 maintainers = with maintainers; [ binarycat ];