mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
emacs-request: 0.2.0 -> 0.2.0
This commit is contained in:
parent
90c2a387d2
commit
58c85dd755
1 changed files with 0 additions and 26 deletions
|
@ -311,32 +311,6 @@ let
|
|||
inherit lib;
|
||||
};
|
||||
|
||||
request = melpaBuild rec {
|
||||
pname = "request";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tkf";
|
||||
repo = "emacs-${pname}";
|
||||
rev = "adf7de452f9914406bfb693541f1d280093c4efd";
|
||||
sha256 = "0dja4g43zfjbxqvz2cgivgq5sfm6fz1563qgrp4yxknl7bdggb92";
|
||||
};
|
||||
|
||||
files = [ "request.el" ];
|
||||
|
||||
meta = {
|
||||
description = "Easy HTTP request for Emacs Lisp";
|
||||
longDescription = ''
|
||||
Request.el is a HTTP request library with multiple backends. It supports
|
||||
url.el which is shipped with Emacs and curl command line program. User
|
||||
can use curl when s/he has it, as curl is more reliable than url.el.
|
||||
Library author can use request.el to avoid imposing external dependencies
|
||||
such as curl to users while giving richer experience for users who have curl.
|
||||
'';
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
request-deferred = melpaBuild rec {
|
||||
pname = "request-deferred";
|
||||
version = request.version;
|
||||
|
|
Loading…
Reference in a new issue