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