Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2551,6 +2551,12 @@ githubId = 185443; name = "Alexey Lebedeff"; }; binarycat = { email = "binarycat@envs.net"; github = "lolbinarycat"; githubId = 19915050; name = "binarycat"; }; binsky = { email = "timo@binsky.org"; github = "binsky08"; Loading pkgs/by-name/em/emacsclient-commands/package.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib , fetchFromGitHub , buildGoModule , gnumake }: buildGoModule { pname = "emacsclient-commands"; version = "unstable-2023-09-22"; src = fetchFromGitHub { owner = "szermatt"; repo = "emacsclient-commands"; rev = "8f5c8a877794ed51f8225036e36fd5ce272b17f3"; hash = "sha256-OlcB5VqWYdl0wz1y8nmG6Xgdf5IPOUQ31UG1TDxQAis="; }; vendorHash = "sha256-8oREed2Igz5UvUTDdOFwW5wQQy3H8Xj8epxo6gqnZFA="; buildInputs = [ gnumake ]; buildPhase = '' runHook preBuild DESTDIR=$out/ make install runHook postBuild ''; meta = with lib; { description = "A collection of small shell utilities that connect to a local Emacs server"; homepage = "https://github.com/szermatt/emacsclient-commands"; license = licenses.gpl2Only; maintainers = with maintainers; [ binarycat ]; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2551,6 +2551,12 @@ githubId = 185443; name = "Alexey Lebedeff"; }; binarycat = { email = "binarycat@envs.net"; github = "lolbinarycat"; githubId = 19915050; name = "binarycat"; }; binsky = { email = "timo@binsky.org"; github = "binsky08"; Loading
pkgs/by-name/em/emacsclient-commands/package.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib , fetchFromGitHub , buildGoModule , gnumake }: buildGoModule { pname = "emacsclient-commands"; version = "unstable-2023-09-22"; src = fetchFromGitHub { owner = "szermatt"; repo = "emacsclient-commands"; rev = "8f5c8a877794ed51f8225036e36fd5ce272b17f3"; hash = "sha256-OlcB5VqWYdl0wz1y8nmG6Xgdf5IPOUQ31UG1TDxQAis="; }; vendorHash = "sha256-8oREed2Igz5UvUTDdOFwW5wQQy3H8Xj8epxo6gqnZFA="; buildInputs = [ gnumake ]; buildPhase = '' runHook preBuild DESTDIR=$out/ make install runHook postBuild ''; meta = with lib; { description = "A collection of small shell utilities that connect to a local Emacs server"; homepage = "https://github.com/szermatt/emacsclient-commands"; license = licenses.gpl2Only; maintainers = with maintainers; [ binarycat ]; }; }